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

Jan de Groot jgc at archlinux.org
Sun Mar 16 15:03:36 UTC 2008


    Date: Sunday, March 16, 2008 @ 11:03:36
  Author: jgc
    Path: /home/cvs-extra/extra/gnome/totem-xine

Modified: PKGBUILD (1.32 -> 1.33) totem.install (1.13 -> 1.14)

upgpkg: totem-xine 2.22.0-1
    GNOME 2.22


---------------+
 PKGBUILD      |   29 ++++++++++-------------------
 totem.install |    5 -----
 2 files changed, 10 insertions(+), 24 deletions(-)


Index: extra/gnome/totem-xine/PKGBUILD
diff -u extra/gnome/totem-xine/PKGBUILD:1.32 extra/gnome/totem-xine/PKGBUILD:1.33
--- extra/gnome/totem-xine/PKGBUILD:1.32	Thu Dec 27 10:56:49 2007
+++ extra/gnome/totem-xine/PKGBUILD	Sun Mar 16 11:03:36 2008
@@ -1,33 +1,24 @@
-# $Id: PKGBUILD,v 1.32 2007/12/27 15:56:49 jgc Exp $
+# $Id: PKGBUILD,v 1.33 2008/03/16 15:03:36 jgc Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=totem-xine
-pkgver=2.20.1
-pkgrel=3
+pkgver=2.22.0
+pkgrel=1
 url="http://www.hadess.net/totem.php3"
 pkgdesc="A GNOME2 integrated movie player based on xine."
 arch=(i686 x86_64)
 license=('GPL')
-depends=('xine-lib>=1.1.8' "totem-plparser>=2.21.6" 'gnome-desktop>=2.20.1' 'libxxf86vm' 'libxtst' 'desktop-file-utils')
-makedepends=('intltool' 'gnome-common' 'gnome-control-center' 'nautilus>=2.20.0' 'xulrunner>=1.8.1.11' 'pkgconfig' 'bluez-libs' 'lirc-utils' 'iso-codes' 'gnome-doc-utils>=0.12.0')
+depends=('xine-lib>=1.1.10' 'totem-plparser>=2.22.1' 'libxxf86vm' 'libxtst' 'desktop-file-utils' 'libepc>=0.3.4' 'libgnomeui>=2.22.01' 'startup-notification' 'iso-codes')
+makedepends=('perlxml' 'gnome-control-center>=2.22.0' 'nautilus>=2.22.0' 'xulrunner>=1.8.1.12' 'pkgconfig' 'bluez-libs' 'lirc-utils' 'gnome-doc-utils>=0.12.2')
 options=('!libtool' '!emptydirs')
 conflicts=('totem')
-provides=('totem')
+provides=("totem=${pkgver}")
 install=totem.install
-source=(http://ftp.gnome.org/pub/gnome/sources/totem/2.20/totem-${pkgver}.tar.bz2
-	totem-plparse.patch)
-md5sums=('6627727e7abd7a7f95257be8df6359a6' 'b2cc763a1d8166eb7532cd17b9f3fe05')
+source=(http://ftp.gnome.org/pub/gnome/sources/totem/2.22/totem-${pkgver}.tar.bz2)
+md5sums=('21a3f983e762b34db035edbaaba9dd63')
 
 build() {
-  [ -z "${MOZ_PLUGIN_PATH}" ] && . /etc/profile.d/mozilla-common.sh
-
   cd ${startdir}/src/totem-${pkgver}
-  patch -Np1 -i ${startdir}/src/totem-plparse.patch || return 1
-  rm -rf src/plparse || return 1
-
-  aclocal || return 1
-  autoconf || return 1
-  automake || return 1
   ./configure --prefix=/usr --sysconfdir=/etc \
               --libexecdir=/usr/lib/totem \
               --localstatedir=/var --disable-static \
@@ -45,7 +36,7 @@
 
   rm -rf ${startdir}/pkg/usr/lib/mozilla
 
-  mkdir -p ${startdir}/pkg/usr/share/gconf/schemas
-  gconf-merge-schema ${startdir}/pkg/usr/share/gconf/schemas/${pkgname}.schemas ${startdir}/pkg/etc/gconf/schemas/*.schemas
+  install -m755 -d ${startdir}/pkg/usr/share/gconf/schemas
+  gconf-merge-schema ${startdir}/pkg/usr/share/gconf/schemas/${pkgname}.schemas ${startdir}/pkg/etc/gconf/schemas/*.schemas || return 1
   rm -f ${startdir}/pkg/etc/gconf/schemas/*.schemas
 }
Index: extra/gnome/totem-xine/totem.install
diff -u extra/gnome/totem-xine/totem.install:1.13 extra/gnome/totem-xine/totem.install:1.14
--- extra/gnome/totem-xine/totem.install:1.13	Sun Sep 23 13:54:13 2007
+++ extra/gnome/totem-xine/totem.install	Sun Mar 16 11:03:36 2008
@@ -22,8 +22,3 @@
   update-desktop-database -q
   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }
-
-op=$1
-shift
-
-$op $*




More information about the arch-commits mailing list