[arch-commits] CVS update of extra/gnome/totem-xine (PKGBUILD totem.install)
Jan de Groot
jgc at archlinux.org
Thu Apr 26 15:19:36 UTC 2007
Date: Thursday, April 26, 2007 @ 11:19:36
Author: jgc
Path: /home/cvs-extra/extra/gnome/totem-xine
Modified: PKGBUILD (1.24 -> 1.25) totem.install (1.10 -> 1.11)
upgpkg: totem-xine 2.18.1-3
Fix bug in install scriptlet
---------------+
PKGBUILD | 7 +++----
totem.install | 2 +-
2 files changed, 4 insertions(+), 5 deletions(-)
Index: extra/gnome/totem-xine/PKGBUILD
diff -u extra/gnome/totem-xine/PKGBUILD:1.24 extra/gnome/totem-xine/PKGBUILD:1.25
--- extra/gnome/totem-xine/PKGBUILD:1.24 Sun Apr 22 11:58:15 2007
+++ extra/gnome/totem-xine/PKGBUILD Thu Apr 26 11:19:36 2007
@@ -1,10 +1,9 @@
-# $Id: PKGBUILD,v 1.24 2007/04/22 15:58:15 jgc Exp $
-# Maintainer: Arjan Timmerman <arjan at archlinux.org>
-# Committer: Dale Blount <dale at archlinux.org>
+# $Id: PKGBUILD,v 1.25 2007/04/26 15:19:36 jgc Exp $
+# Maintainer: Jan de Groot <jgc at archlinux.org>
pkgname=totem-xine
pkgver=2.18.1
-pkgrel=2
+pkgrel=3
url="http://www.hadess.net/totem.php3"
pkgdesc="A GNOME2 integrated movie player based on Xine"
depends=("totem-plparser>=${pkgver}" 'xine-lib>=1.1.4' 'gnome-desktop>=2.18.1' 'libxxf86vm' 'libxtst' 'desktop-file-utils' 'scrollkeeper')
Index: extra/gnome/totem-xine/totem.install
diff -u extra/gnome/totem-xine/totem.install:1.10 extra/gnome/totem-xine/totem.install:1.11
--- extra/gnome/totem-xine/totem.install:1.10 Sun Apr 22 11:58:15 2007
+++ extra/gnome/totem-xine/totem.install Thu Apr 26 11:19:36 2007
@@ -19,7 +19,7 @@
pre_remove() {
if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
schemas=(usr/share/gconf/schemas/${pkgname}.schemas)
- if [ -f opt/gnome/share/gconf/schemas/${pkgname}.schemas ]; then
+ 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 }'`)
More information about the arch-commits
mailing list