[arch-commits] CVS update of extra/gnome/totem-plugin (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sun Apr 22 15:57:32 UTC 2007


    Date: Sunday, April 22, 2007 @ 11:57:32
  Author: jgc
    Path: /home/cvs-extra/extra/gnome/totem-plugin

Modified: PKGBUILD (1.17 -> 1.18)

upgpkg: totem-plugin 2.18.1-2
Move to /usr


----------+
 PKGBUILD |   14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)


Index: extra/gnome/totem-plugin/PKGBUILD
diff -u extra/gnome/totem-plugin/PKGBUILD:1.17 extra/gnome/totem-plugin/PKGBUILD:1.18
--- extra/gnome/totem-plugin/PKGBUILD:1.17	Sun Apr  8 17:20:41 2007
+++ extra/gnome/totem-plugin/PKGBUILD	Sun Apr 22 11:57:31 2007
@@ -1,12 +1,13 @@
-# $Id: PKGBUILD,v 1.17 2007/04/08 21:20:41 jgc Exp $
+# $Id: PKGBUILD,v 1.18 2007/04/22 15:57:31 jgc Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=totem-plugin
 pkgver=2.18.1
-pkgrel=1
+pkgrel=2
 url="http://www.hadess.net/totem.php3"
 pkgdesc="Totem mozilla/firefox plugin"
 arch=(i686 x86_64)
+license=('GPL')
 depends=('totem>=2.18')
 makedepends=('perlxml' 'iso-codes' 'gnome-icon-theme' 'xulrunner>=1.8.1' 'gstreamer0.10-base' 'gstreamer0.10-gconf')
 options=('nolibtool')
@@ -15,16 +16,17 @@
 	
 build() {
   [ -z "${MOZ_PLUGIN_PATH}" ] && . /etc/profile.d/mozilla-common.sh
-  [ -z "${GNOMEDIR}" ] && . /etc/profile.d/gnome.sh
 
   cd ${startdir}/src/totem-${pkgver}
-  ./configure --prefix=/opt/gnome --enable-mozilla --enable-gstreamer --disable-static
+  ./configure --prefix=/usr --sysconfdir=/etc \
+              --libexecdir=/usr/lib/totem \
+              --localstatedir=/var --disable-static \
+	      --enable-mozilla --enable-gstreamer
   make || return 1
   pushd browser-plugin || return 1
   make plugindir=${MOZ_PLUGIN_PATH} \
        xptdir=${MOZ_PLUGIN_PATH} \
        DESTDIR=${startdir}/pkg install
   popd
-
-  rm -rf ${startdir}/pkg/opt/gnome
+  rm -rf ${startdir}/pkg/usr
 }




More information about the arch-commits mailing list