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

Jan de Groot jgc at archlinux.org
Sat Aug 25 12:23:46 UTC 2007


    Date: Saturday, August 25, 2007 @ 08:23:46
  Author: jgc
    Path: /home/cvs-extra/extra/gnome/totem-xine

Modified: PKGBUILD (1.27 -> 1.28) totem.install (1.11 -> 1.12)

upgpkg: totem-xine 2.18.3-1


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


Index: extra/gnome/totem-xine/PKGBUILD
diff -u extra/gnome/totem-xine/PKGBUILD:1.27 extra/gnome/totem-xine/PKGBUILD:1.28
--- extra/gnome/totem-xine/PKGBUILD:1.27	Thu May 17 23:24:26 2007
+++ extra/gnome/totem-xine/PKGBUILD	Sat Aug 25 08:23:46 2007
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD,v 1.27 2007/05/18 03:24:26 eric Exp $
+# $Id: PKGBUILD,v 1.28 2007/08/25 12:23:46 jgc Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=totem-xine
-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 Xine"
-depends=("totem-plparser>=${pkgver}" 'xine-lib>=1.1.6-2' 'gnome-desktop>=2.18.1' 'libxxf86vm' 'libxtst' 'desktop-file-utils' 'scrollkeeper')
+depends=("totem-plparser>=${pkgver}" 'xine-lib>=1.1.7' 'gnome-desktop>=2.18.1' 'libxxf86vm' 'libxtst' 'desktop-file-utils' 'scrollkeeper')
 options=('!libtool')
 arch=(i686 x86_64)
 license=('GPL')
@@ -15,7 +15,7 @@
 provides=('totem')
 install=totem.install
 source=(http://ftp.gnome.org/pub/gnome/sources/totem/2.18/totem-${pkgver}.tar.bz2)
-md5sums=('a77ca6f0c56b2fc6ececd8158bb0cdca')
+md5sums=('152a0ed2d21f6ce982e3d37066156110')
 
 build() {
   [ -z "${MOZ_PLUGIN_PATH}" ] && . /etc/profile.d/mozilla-common.sh
Index: extra/gnome/totem-xine/totem.install
diff -u extra/gnome/totem-xine/totem.install:1.11 extra/gnome/totem-xine/totem.install:1.12
--- extra/gnome/totem-xine/totem.install:1.11	Thu Apr 26 11:19:36 2007
+++ extra/gnome/totem-xine/totem.install	Sat Aug 25 08:23:46 2007
@@ -1,8 +1,7 @@
 pkgname=totem-xine
 
 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
@@ -17,16 +16,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 --uninstall ${pkgname}
 }
 
 post_remove() {




More information about the arch-commits mailing list