diff options
Diffstat (limited to 'extra/totem/PKGBUILD')
-rw-r--r-- | extra/totem/PKGBUILD | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/extra/totem/PKGBUILD b/extra/totem/PKGBUILD index 019b4c5d6..12ab179be 100644 --- a/extra/totem/PKGBUILD +++ b/extra/totem/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 170538 2012-11-08 11:31:05Z heftig $ +# $Id: PKGBUILD 173078 2012-12-10 11:38:58Z jgc $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Jan de Groot <jgc@archlinux.org> pkgbase=totem pkgname=('totem' 'totem-plugin') pkgver=3.6.3 -pkgrel=1 +pkgrel=2 pkgdesc="GNOME3 movie player based on GStreamer" url="http://www.gnome.org" arch=(i686 x86_64) license=(GPL2 custom) depends=(gst-plugins-base gst-plugins-good totem-plparser desktop-file-utils iso-codes libpeas hicolor-icon-theme gnome-icon-theme-symbolic gsettings-desktop-schemas dconf clutter-gst - clutter-gtk mx python2-gobject gst-plugins-bad) -makedepends=(intltool gnome-doc-utils nautilus lirc-utils vala grilo pylint) + clutter-gtk python2-gobject gst-plugins-bad) +makedepends=(intltool gnome-doc-utils nautilus lirc-utils vala grilo pylint dbus-glib libzeitgeist) options=('!libtool' '!emptydirs') source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz browser-plugins.ini) @@ -39,7 +39,8 @@ package_totem() { 'gst-ffmpeg: Extra media codecs' 'lirc-utils: Infrared Remote Control plugin' 'grilo-plugins: Browse sidebar (remote media)' - 'pyxdg: opensubtitles plugin') + 'pyxdg: opensubtitles plugin' + 'libzeitgeist: Zeitgeist plugin') cd "$pkgbase-$pkgver" make DESTDIR="${pkgdir}" install @@ -55,7 +56,7 @@ package_totem() { package_totem-plugin() { pkgdesc="Totem plugin for web browsers" - depends=("totem=$pkgver") + depends=("totem=$pkgver" dbus-glib) backup=(etc/totem/browser-plugins.ini) cd "$pkgbase-$pkgver" |