[arch-commits] Commit in totem/trunk (PKGBUILD)

Ionut Biru ibiru at archlinux.org
Mon Sep 27 09:40:12 UTC 2010


    Date: Monday, September 27, 2010 @ 05:40:11
  Author: ibiru
Revision: 91494

upgpkg: totem 2.31.92.2-1
update to 2.31.92

Modified:
  totem/trunk/PKGBUILD

----------+
 PKGBUILD |   24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-09-27 09:40:08 UTC (rev 91493)
+++ PKGBUILD	2010-09-27 09:40:11 UTC (rev 91494)
@@ -3,16 +3,16 @@
 
 pkgbase=totem
 pkgname=('totem' 'totem-plugin')
-pkgver=2.30.2
+pkgver=2.31.92.2
 pkgrel=1
 url="http://www.hadess.net/totem.php3"
 arch=('i686' 'x86_64')
 license=('GPL2' 'custom')
-makedepends=('gstreamer0.10-base-plugins>=0.10.29' 'gstreamer0.10-good-plugins>=0.10.22' 'totem-plparser>=2.30.1' 'libxxf86vm' 'libxtst' 'desktop-file-utils' 'iso-codes>=3.10.1' 'libepc>=0.3.10' 'python>=2.6' 'libgdata>=0.6.4' 'nautilus>=2.30.1' 'xulrunner>=1.9.2' 'pkgconfig' 'bluez>=4.64' 'lirc-utils' 'gnome-doc-utils>=0.20.1' 'gnome-control-center>=2.30.1' 'intltool' 'pygtk>=2.16.0')
+makedepends=('gstreamer0.10-base-plugins>=0.10.30' 'gstreamer0.10-good-plugins>=0.10.22' 'totem-plparser>=2.31.92' 'libxxf86vm' 'libxtst' 'desktop-file-utils' 'iso-codes>=3.10.1' 'libepc>=0.3.10' 'python>=2.6' 'libgdata>=0.6.4' 'nautilus>=2.30.1' 'xulrunner>=1.9.2' 'pkgconfig' 'bluez>=4.64' 'lirc-utils' 'gnome-doc-utils>=0.20.1' 'gnome-control-center>=2.31.92' 'intltool' 'pygtk>=2.22.0')
 
 options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/totem/2.30/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('c50da5479c57b2791c3c1bfc05f815d5ee06082fcd1bacc49f4d88c11ed02b6d')
+source=(http://ftp.gnome.org/pub/gnome/sources/totem/2.31/${pkgbase}-${pkgver}.tar.bz2)
+sha256sums=('5ce1db5f0e035a6eb433d12372c32e028d0dbb3a85ac2aafd9972c0134bc498f')
 
 build() {
   cd "${srcdir}/${pkgbase}-${pkgver}"
@@ -20,13 +20,13 @@
       --libexecdir=/usr/lib/totem \
       --localstatedir=/var --disable-static \
       --enable-python --enable-nautilus \
-      --with-dbus --disable-scrollkeeper || return 1
-  make || return 1
+      --with-dbus --disable-scrollkeeper
+  make
 }
 
 package_totem() {
   pkgdesc="A GNOME2 integrated movie player based on Gstreamer."
-  depends=('gstreamer0.10-base-plugins>=0.10.29' 'gstreamer0.10-good-plugins>=0.10.22' 'totem-plparser>=2.30.1' 'libxxf86vm' 'libxtst' 'desktop-file-utils' 'iso-codes>=3.10.1' 'python>=2.6' 'libunique>=1.1.6')
+  depends=('gstreamer0.10-base-plugins>=0.10.30' 'gstreamer0.10-good-plugins>=0.10.22' 'totem-plparser>=2.31.92' 'libxxf86vm' 'libxtst' 'desktop-file-utils' 'iso-codes>=3.10.1' 'python>=2.6' 'libunique>=1.1.6')
   groups=('gnome-extra')
   install=totem.install
   optdepends=('gstreamer0.10-ugly-plugins: Extra media codecs'
@@ -47,20 +47,20 @@
   replaces=('totem-xine')
 
   cd "${srcdir}/${pkgbase}-${pkgver}"
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install || return 1
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
 
   rm -f ${pkgdir}/usr/share/totem/vanity.*
   rm -f "${pkgdir}/usr/share/pixmaps/vanity.png"
 
   rm -rf "${pkgdir}/usr/lib/mozilla"
-  rm -f "${pkgdir}/usr/lib/totem/totem-plugin-viewer" || return 1
+  rm -f "${pkgdir}/usr/lib/totem/totem-plugin-viewer"
 
   install -m755 -d "${pkgdir}/usr/share/gconf/schemas"
-  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" --domain totem ${pkgdir}/etc/gconf/schemas/*.schemas || return 1
+  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" --domain totem ${pkgdir}/etc/gconf/schemas/*.schemas
   rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
 
   install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" || return 1
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
 }
 
 package_totem-plugin() {
@@ -70,7 +70,7 @@
   cd "${srcdir}/${pkgbase}-${pkgver}/browser-plugin"
   make plugindir=/usr/lib/mozilla/plugins \
       xptdir=/usr/lib/mozilla/plugins \
-      DESTDIR="${pkgdir}" install || return 1
+      DESTDIR="${pkgdir}" install
 
   rm -rf "${pkgdir}/usr/share"
 }




More information about the arch-commits mailing list