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

Jan de Groot jgc at archlinux.org
Sat Aug 25 12:17:20 UTC 2007


    Date: Saturday, August 25, 2007 @ 08:17:20
  Author: jgc
    Path: /home/cvs-extra/extra/gnome/totem

Modified: PKGBUILD (1.51 -> 1.52) totem.install (1.15 -> 1.16)

upgpkg: totem 2.18.3-1


---------------+
 PKGBUILD      |    8 ++++----
 totem.install |   14 ++------------
 2 files changed, 6 insertions(+), 16 deletions(-)


Index: extra/gnome/totem/PKGBUILD
diff -u extra/gnome/totem/PKGBUILD:1.51 extra/gnome/totem/PKGBUILD:1.52
--- extra/gnome/totem/PKGBUILD:1.51	Wed May 16 17:05:05 2007
+++ extra/gnome/totem/PKGBUILD	Sat Aug 25 08:17:20 2007
@@ -1,21 +1,21 @@
-# $Id: PKGBUILD,v 1.51 2007/05/16 21:05:05 jgc Exp $
+# $Id: PKGBUILD,v 1.52 2007/08/25 12:17:20 jgc Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=totem
-pkgver=2.18.2
+pkgver=2.18.3
 pkgrel=1
 url="http://www.hadess.net/totem.php3"
 pkgdesc="A GNOME2 integrated movie player based on Gstreamer."
 arch=(i686 x86_64)
 depends=('gstreamer0.10-gconf' 'gstreamer0.10-base' "totem-plparser>=${pkgver}" 'gnome-desktop>=2.18.1' 'libxxf86vm' 'libxtst' 'scrollkeeper' 'desktop-file-utils')
-options=('nolibtool')
+options=('!libtool')
 license=('GPL')
 makedepends=('perlxml' 'nautilus>=2.18.1' 'xulrunner>=1.8.1' 'pkgconfig')
 conflicts=('totem-xine')
 groups=('gnome-extra')
 install=totem.install
 source=(http://ftp.gnome.org/pub/gnome/sources/totem/2.18/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('a77ca6f0c56b2fc6ececd8158bb0cdca')
+md5sums=('152a0ed2d21f6ce982e3d37066156110')
 
 build() {
   [ -z "${MOZ_PLUGIN_PATH}" ] && . /etc/profile.d/mozilla-common.sh
Index: extra/gnome/totem/totem.install
diff -u extra/gnome/totem/totem.install:1.15 extra/gnome/totem/totem.install:1.16
--- extra/gnome/totem/totem.install:1.15	Sun Apr 22 11:56:23 2007
+++ extra/gnome/totem/totem.install	Sat Aug 25 08:17:20 2007
@@ -1,8 +1,7 @@
 pkgname=totem
 
 post_install() {
-  export GCONF_CONFIG_SOURCE=`usr/bin/gconftool-2 --get-default-source`
-  usr/bin/gconftool-2 --makefile-install-rule usr/share/gconf/schemas/${pkgname}.schemas >/dev/null
+  usr/sbin/gconfpkg --install ${pkgname}
   scrollkeeper-update -q -p var/lib/scrollkeeper
   update-desktop-database -q
   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
@@ -25,16 +24,7 @@
 }
 
 pre_remove() {
-  if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
-    schemas=(usr/share/gconf/schemas/${pkgname}.schemas)
-  elif [ -f opt/gnome/share/gconf/schemas/${pkgname}.schemas ]; then
-    schemas=(opt/gnome/share/gconf/schemas/${pkgname}.schemas)
-  else
-    schemas=(`pacman -Ql $pkgname | grep 'gconf/schemas/.*schemas$' | awk '{ print $2 }'`)
-  fi
-  export GCONF_CONFIG_SOURCE=`usr/bin/gconftool-2 --get-default-source`
-  
-  usr/bin/gconftool-2 --makefile-uninstall-rule ${schemas[@]} >/dev/null
+  usr/sbin/gconfpkg --install ${pkgname}
 }
 
 post_remove() {




More information about the arch-commits mailing list