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

Ionut Biru ibiru at archlinux.org
Mon Feb 20 11:00:15 UTC 2012


    Date: Monday, February 20, 2012 @ 06:00:14
  Author: ibiru
Revision: 150690

update to 3.2.2

Modified:
  totem/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-20 10:15:52 UTC (rev 150689)
+++ PKGBUILD	2012-02-20 11:00:14 UTC (rev 150690)
@@ -3,7 +3,7 @@
 
 pkgbase=totem
 pkgname=('totem' 'totem-plugin')
-pkgver=3.2.1
+pkgver=3.2.2
 pkgrel=1
 pkgdesc="A GNOME3 integrated movie player based on Gstreamer."
 url="http://www.gnome.org"
@@ -13,14 +13,14 @@
          'libxtst' 'desktop-file-utils' 'iso-codes' 'python2' 'libpeas' 'hicolor-icon-theme'
          'gnome-icon-theme-symbolic' 'gsettings-desktop-schemas' 'dconf' 'clutter-gst'
          'clutter-gtk' 'mx')
-makedepends=('intltool' 'gtk-doc' 'python2-gobject' 'nautilus' 'libgdata' 'xulrunner' 'lirc-utils'
+makedepends=('intltool' 'gtk-doc' 'python2-gobject' 'nautilus' 'libgdata' 'lirc-utils'
              'libepc' 'bluez' 'vala' 'grilo')
 options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver}.tar.xz)
-sha256sums=('e3af3281bde6666af4c7f9594b090087657b06c98e96212b11531269e2ee40a4')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('b065e486e6b70b27d3a589e70c5459ff16a7affeff0b219ead5942585d4d0c9a')
 
 build() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
+  cd "$srcdir/$pkgbase-$pkgver"
   ./configure --prefix=/usr \
     --sysconfdir=/etc \
     --libexecdir=/usr/lib/totem \
@@ -44,27 +44,27 @@
               'grilo-plugins: Browse sidebar (remote media)'
               'pyxdg: opensubtitles plugin')
 
-  cd "${srcdir}/${pkgbase}-${pkgver}"
+  cd "$srcdir/$pkgbase-$pkgver"
   make DESTDIR="${pkgdir}" install
 
-  rm -r "${pkgdir}/usr/lib/mozilla"
+  rm -r "$pkgdir/usr/lib/mozilla"
   rm "${pkgdir}/usr/lib/totem/totem-plugin-viewer"
 
   sed -i "s|#!/usr/bin/python$|#!/usr/bin/python2|" \
     $pkgdir/usr/lib/totem/{totem/totem-bugreport.py,plugins/iplayer/iplayer2.py}
 
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/totem/COPYING"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/totem/COPYING"
 }
 
 package_totem-plugin() {
   pkgdesc="Totem plugin for web browsers"
-  depends=("totem=${pkgver}")
+  depends=("totem=$pkgver")
 
-  cd "${srcdir}/${pkgbase}-${pkgver}"
+  cd "$srcdir/$pkgbase-$pkgver"
   make -C browser-plugin \
     plugindir=/usr/lib/mozilla/plugins \
     xptdir=/usr/lib/mozilla/plugins \
-    DESTDIR="${pkgdir}" install
+    DESTDIR="$pkgdir" install
 
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/totem-plugin/COPYING"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/totem-plugin/COPYING"
 }




More information about the arch-commits mailing list