[arch-commits] Commit in mozilla-common/trunk (3 files)

Jan de Groot jgc at archlinux.org
Sat Jun 28 19:55:42 UTC 2008


    Date: Saturday, June 28, 2008 @ 15:55:41
  Author: jgc
Revision: 3676

upgpkg: mozilla-common 1.2-1
    Remove unused file
Remove all references to /opt/mozilla for pkgconfig and path environment vars
Leave /opt/mozilla/lib/plugins in the mozilla plugin path for compatibility for now

Modified:
  mozilla-common/trunk/PKGBUILD
  mozilla-common/trunk/mozilla-common.sh
Deleted:
  mozilla-common/trunk/mozilla-plugins.sh

--------------------+
 PKGBUILD           |   13 ++++++-------
 mozilla-common.sh  |    4 +---
 mozilla-plugins.sh |    1 -
 3 files changed, 7 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-06-28 15:06:37 UTC (rev 3675)
+++ PKGBUILD	2008-06-28 19:55:41 UTC (rev 3676)
@@ -2,17 +2,16 @@
 # Maintainer: dale <dale at archlinux.org>
 
 pkgname=mozilla-common
-pkgver=1.1
-pkgrel=2
+pkgver=1.2
+pkgrel=1
 pkgdesc="Common Initialization Profile for Mozilla.org products"
 arch=(i686 x86_64)
+license=('GPL')
 url="http://www.mozilla.org/"
 source=(mozilla-common.sh)
+md5sums=('2ecf5090ce1170c7e280e8d726952f8a')
 
 build() {
-  mkdir -p ${startdir}/pkg/etc/profile.d
-  mkdir -p ${startdir}/pkg/opt/mozilla/lib/plugins
-  mkdir -p ${startdir}/pkg/opt/mozilla/lib/pkgconfig
-  install -m755 ${startdir}/src/mozilla-common.sh ${startdir}/pkg/etc/profile.d
+  install -m755 -d ${startdir}/pkg/etc/profile.d
+  install -m755 ${startdir}/src/mozilla-common.sh ${startdir}/pkg/etc/profile.d/ || return 1
 }
-md5sums=('909841d1f6c09bd8d3641abfc88bb20a')

Modified: mozilla-common.sh
===================================================================
--- mozilla-common.sh	2008-06-28 15:06:37 UTC (rev 3675)
+++ mozilla-common.sh	2008-06-28 19:55:41 UTC (rev 3676)
@@ -1,3 +1 @@
-export PATH="${PATH}:/opt/mozilla/bin"
-export PKG_CONFIG_PATH="${PKG_CONFIG_PATH}:/opt/mozilla/lib/pkgconfig"
-export MOZ_PLUGIN_PATH="/opt/mozilla/lib/plugins:/usr/lib/mozilla/plugins"
+export MOZ_PLUGIN_PATH="/usr/lib/mozilla/plugins:/opt/mozilla/lib/plugins"

Deleted: mozilla-plugins.sh
===================================================================
--- mozilla-plugins.sh	2008-06-28 15:06:37 UTC (rev 3675)
+++ mozilla-plugins.sh	2008-06-28 19:55:41 UTC (rev 3676)
@@ -1 +0,0 @@
-export MOZ_PLUGIN_PATH=/opt/mozilla-plugins





More information about the arch-commits mailing list