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

Ionut Biru ibiru at archlinux.org
Sun Feb 27 19:26:52 UTC 2011


    Date: Sunday, February 27, 2011 @ 14:26:51
  Author: ibiru
Revision: 111580

upgpkg: totem 2.91.7-1
update to 2.91.7

Modified:
  totem/trunk/PKGBUILD
  totem/trunk/totem.install

---------------+
 PKGBUILD      |   33 +++++++++++----------------------
 totem.install |    2 ++
 2 files changed, 13 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-02-27 18:56:29 UTC (rev 111579)
+++ PKGBUILD	2011-02-27 19:26:51 UTC (rev 111580)
@@ -3,16 +3,17 @@
 
 pkgbase=totem
 pkgname=('totem' 'totem-plugin')
-pkgver=2.32.0
-pkgrel=3
+pkgver=2.91.7
+pkgrel=1
 url="http://www.hadess.net/totem.php3"
 arch=('i686' 'x86_64')
 license=('GPL2' 'custom')
-makedepends=('gstreamer0.10-base-plugins>=0.10.30' 'gstreamer0.10-good-plugins>=0.10.22' 'totem-plparser>=2.32.0' 'libxxf86vm' 'libxtst' 'desktop-file-utils' 'iso-codes>=3.10.1' 'libepc>=0.3.10' 'python2' 'libgdata>=0.6.4' 'nautilus>=2.32.0' 'xulrunner>=1.9.2' 'pkgconfig' 'bluez>=4.64' 'lirc-utils' 'gnome-doc-utils>=0.20.1' 'gnome-control-center>=2.32.0' 'intltool' 'pygtk>=2.22.0')
-
+makedepends=('intltool' 'gnome-doc-utils' 'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 'totem-plparser'
+    'libpeas' 'pygobject' 'pygobject-devel' 'nautilus' 'libxxf86vm' 'libxtst' 'desktop-file-utils' 'iso-codes' 'libgdata'
+    'xulrunner' 'lirc-utils' 'libepc' 'bluez' 'vala')
 options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/totem/2.32/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('982d6aaeca3e4844694fc0a2540d792bea753e24b55cf33203188b32b5914f47')
+source=(http://ftp.gnome.org/pub/gnome/sources/totem/2.91/${pkgbase}-${pkgver}.tar.bz2)
+sha256sums=('be8259b306d3def99341b8cf3eef7acdf813ea71286d89dc1eeed8b7f74b8c53')
 
 build() {
   cd "${srcdir}/${pkgbase}-${pkgver}"
@@ -25,33 +26,21 @@
 }
 
 package_totem() {
-  pkgdesc="A GNOME2 integrated movie player based on Gstreamer."
-  depends=('gstreamer0.10-base-plugins>=0.10.30' 'gstreamer0.10-good-plugins>=0.10.22' 'totem-plparser>=2.32.0' 'libxxf86vm' 'libxtst' 'desktop-file-utils' 'iso-codes>=3.10.1' 'python2' 'libunique>=1.1.6')
+  pkgdesc="A GNOME3 integrated movie player based on Gstreamer."
+  depends=('gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 'totem-plparser' 'libxxf86vm' 'libxtst' 'desktop-file-utils' 'iso-codes' 'python2' 'libpeas')
   groups=('gnome-extra')
   install=totem.install
   optdepends=('gstreamer0.10-ugly-plugins: Extra media codecs'
               'gstreamer0.10-bad-plugins: Extra media codecs'
               'gstreamer0.10-ffmpeg: Extra media codecs'
-              'httplib2: BBC iPlayer plugin'
-              'python-feedparser: BBC iPlayer plugin'
-              'beautiful-soup: BBC iPlayer plugin'
-              'coherence: Coherence DLNA/UPnP Client plugin'
-              'dbus-python: D-Bus Service plugin'
-              'gromit: Gromit Annotations plugin'
               'lirc-utils: Infrared Remote Control plugin'
               'libepc: Publish Playlist plugin'
-              'pyxdg: Subtitle Downloader plugin'
               'libgdata: YouTube Browser plugin'
-              'gnome-python: Subtitle plugin')
-  conflicts=('totem-xine')
-  replaces=('totem-xine')
+              'bluez: Bemused plugin')
 
   cd "${srcdir}/${pkgbase}-${pkgver}"
   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"
 
@@ -68,7 +57,7 @@
 
 package_totem-plugin() {
   pkgdesc="Totem mozilla/firefox plugin"
-  depends="totem=${pkgver}"
+  depends=("totem=${pkgver}")
 
   cd "${srcdir}/${pkgbase}-${pkgver}/browser-plugin"
   make plugindir=/usr/lib/mozilla/plugins \

Modified: totem.install
===================================================================
--- totem.install	2011-02-27 18:56:29 UTC (rev 111579)
+++ totem.install	2011-02-27 19:26:51 UTC (rev 111580)
@@ -2,6 +2,7 @@
 
 post_install() {
   usr/sbin/gconfpkg --install ${pkgname}
+  glib-compile-schemas usr/share/glib-2.0/schemas
   update-desktop-database -q
   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }
@@ -20,5 +21,6 @@
 
 post_remove() {
   update-desktop-database -q
+  glib-compile-schemas usr/share/glib-2.0/schemas
   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }




More information about the arch-commits mailing list