]> git.pld-linux.org Git - packages/google-chrome.git/commitdiff
- w3c notes application/xhtml+xml not application/xhtml_xml
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 13 Dec 2009 12:53:24 +0000 (12:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    chrome-desktop.patch -> 1.1
    google-chrome.spec -> 1.5

chrome-desktop.patch [new file with mode: 0644]
google-chrome.spec

diff --git a/chrome-desktop.patch b/chrome-desktop.patch
new file mode 100644 (file)
index 0000000..ab9619a
--- /dev/null
@@ -0,0 +1,8 @@
+--- google-chrome-4.0.249.30/google-chrome.desktop~    2009-12-13 14:15:20.000000000 +0200
++++ google-chrome-4.0.249.30/google-chrome.desktop     2009-12-13 14:19:58.082677897 +0200
+@@ -111,4 +111,4 @@
+ Icon=/usr/share/pixmaps/google-chrome.png
+ Type=Application
+ Categories=Application;Network;WebBrowser;
+-MimeType=text/html;text/xml;application/xhtml_xml;
++MimeType=text/html;text/xml;application/xhtml+xml;
index ebff5f77effb70cb1217e2926898fd40c5a8ec88..ce58a423c596e8fea64baa7323803d11d8e55291 100644 (file)
@@ -12,6 +12,7 @@ Source1:      http://dl.google.com/linux/direct/%{name}-beta_current_x86_64.rpm
 # Source1-md5: 242f9b0bca48628544205b69230be422
 Source2:       %{name}.sh
 Source4:       find-lang.sh
+Patch0:        chrome-desktop.patch
 URL:           http://chrome.google.com/
 BuildRequires: rpm-utils
 BuildRequires: rpmbuild(macros) >= 1.453
@@ -73,9 +74,11 @@ chmod a+x chrome/lib*.so*
 gzip -d *.1.gz
 %endif
 
+%patch0 -p1
+
 %{__sed} -e 's,@localedir@,%{_libdir}/%{name},' %{SOURCE4} > find-lang.sh
 %{__sed} -i 's;/opt/google/chrome/google-chrome;%{_libdir}/%{name}/chrome;' chrome/default-app-block
-%{__sed} -i 's;/opt/google/chrome/product_logo_48.png;%{_pixmapsdir}/%{name}.png;' google-chrome.desktop
+%{__sed} -i 's;/opt/google/chrome/product_logo_48.png;%{name}.png;' google-chrome.desktop
 %{__sed} -i 's;/opt/google/chrome;%{_bindir};' google-chrome.desktop
 
 %install
This page took 0.191268 seconds and 4 git commands to generate.