[arch-commits] Commit in firefox3/repos (unstable-i686 unstable-i686/PKGBUILD)

Dan McGee dan at archlinux.org
Thu Jun 5 13:06:34 UTC 2008


    Date: Thursday, June 5, 2008 @ 09:06:34
  Author: dan
Revision: 2511

Merged revisions 2238-2510 via svnmerge from 
svn+ssh://archlinux.org/home/svn-packages/firefox3/trunk

........
  r2239 | dan | 2008-05-29 21:50:15 -0500 (Thu, 29 May 2008) | 1 line
  
  readd logic for setting/installing window manager icon
........
  r2291 | eric | 2008-05-30 16:54:53 -0500 (Fri, 30 May 2008) | 2 lines
  
  upgpkg: firefox3 3.0rc1-1
      fixed typo
........
  r2508 | dan | 2008-06-05 08:01:23 -0500 (Thu, 05 Jun 2008) | 2 lines
  
  upgpkg: firefox3 3.0rc2-1
      latest RC build
........

Modified:
  firefox3/repos/unstable-i686/	(properties)
  firefox3/repos/unstable-i686/PKGBUILD

----------+
 PKGBUILD |   11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)


Property changes on: firefox3/repos/unstable-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /firefox3/trunk:1-2237
   + /firefox3/trunk:1-2510

Modified: unstable-i686/PKGBUILD
===================================================================
--- unstable-i686/PKGBUILD	2008-06-05 13:01:35 UTC (rev 2510)
+++ unstable-i686/PKGBUILD	2008-06-05 13:06:34 UTC (rev 2511)
@@ -3,7 +3,7 @@
 # Contributor: Jakub Schmidtke <sjakub at gmail.com>
 
 pkgname=firefox3
-pkgver=3.0rc1
+pkgver=3.0rc2
 pkgrel=1
 pkgdesc="Standalone web browser from mozilla.org"
 arch=(i686 x86_64)
@@ -51,10 +51,17 @@
   install -m644 ${startdir}/src/firefox3.desktop ${startdir}/pkg/usr/share/applications/
   install -m644 ${startdir}/src/firefox3-safe.desktop ${startdir}/pkg/usr/share/applications/
 
+  # ensure icon shows up correctly in window manager stuff
+  mkdir -p ${startdir}/pkg/opt/mozilla/lib/firefox-3.0/chrome/icons/default
+  install -m644 ${startdir}/src/mozilla/browser/app/mozicon50.xpm \
+    ${startdir}/pkg/opt/mozilla/lib/firefox-3.0/chrome/icons/default/default.xpm
+  install -m644 ${startdir}/src/mozilla/browser/app/mozicon50.xpm \
+    ${startdir}/pkg/opt/mozilla/lib/firefox-3.0/icons/default.xpm
+
   cd ${startdir}/pkg/opt/mozilla/bin && mv firefox firefox3
 }
 
-md5sums=('0a918cb4686aff937c052d1a72297092'
+md5sums=('17fc2acfffa0da2df2457d39747a17b0'
          'bda73d7398c628bb9bf257e55e8d0627'
          '1edbe1a5b584613bde6c21f4ee247b6e'
          '370aa36551a70150c1c6f07672ca0f32'





More information about the arch-commits mailing list