summaryrefslogtreecommitdiff
path: root/extra/totem/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/totem/PKGBUILD')
-rw-r--r--extra/totem/PKGBUILD12
1 files changed, 8 insertions, 4 deletions
diff --git a/extra/totem/PKGBUILD b/extra/totem/PKGBUILD
index 85ad11050..8e7df00e9 100644
--- a/extra/totem/PKGBUILD
+++ b/extra/totem/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 212056 2014-05-05 18:59:54Z heftig $
+# $Id: PKGBUILD 213667 2014-05-27 21:51:07Z jgc $
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
# Contributor: Jan de Groot <jgc@archlinux.org>
pkgname=totem
pkgver=3.12.1
-pkgrel=1
+pkgrel=2
pkgdesc="GNOME3 movie player based on GStreamer"
url="http://www.gnome.org"
arch=(i686 x86_64)
@@ -27,16 +27,20 @@ install=totem.install
conflicts=(totem-plugin)
replaces=(totem-plugin)
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
- browser-plugins.ini bugreport.patch)
+ browser-plugins.ini bugreport.patch
+ git-fixes.patch)
sha256sums=('dd168cdd4051d01131d47c24fa45bfd08b6ccf45900ac4b64bae47f6f47a35e3'
'a50a3bbf35f0535f7e8e20af1893446a2e5711015484f9ae6d1ff91af3b23c4e'
- '30481dab7e21b66257e3238f5a8b708e1a5c4797d7da904f7ebaba4c2c2ef167')
+ '30481dab7e21b66257e3238f5a8b708e1a5c4797d7da904f7ebaba4c2c2ef167'
+ 'f35c52718411bbe9509604776ef156476b6b96b3493fbd719dddd1948ee48e39')
prepare() {
cd "$pkgname-$pkgver"
# Make compatible with Python 3 and Gstreamer 1.0
patch -Np1 -i ../bugreport.patch
+
+ patch -Np1 -i ../git-fixes.patch
}
build() {