[arch-commits] Commit in totem/trunk (PKGBUILD)
Ionut Biru
ibiru at archlinux.org
Wed Sep 21 21:29:01 UTC 2011
Date: Wednesday, September 21, 2011 @ 17:29:00
Author: ibiru
Revision: 138409
updatet o 3.1.92
Modified:
totem/trunk/PKGBUILD
----------+
PKGBUILD | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-09-21 16:18:20 UTC (rev 138408)
+++ PKGBUILD 2011-09-21 21:29:00 UTC (rev 138409)
@@ -3,8 +3,8 @@
pkgbase=totem
pkgname=('totem' 'totem-plugin')
-pkgver=3.1.91
-pkgrel=2
+pkgver=3.1.92
+pkgrel=1
pkgdesc="A GNOME3 integrated movie player based on Gstreamer."
url="http://www.gnome.org"
arch=('i686' 'x86_64')
@@ -16,11 +16,14 @@
makedepends=('intltool' 'gtk-doc' 'python2-gobject' 'nautilus' 'libgdata' 'xulrunner' 'lirc-utils'
'libepc' 'bluez' 'vala' 'grilo')
options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver}.tar.xz)
-sha256sums=('7a1d7f63c3a97ce1f074801c5164b2dc553bf69e582180b52432dd0c67186d11')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver}.tar.xz
+ convert.patch::http://git.gnome.org/browse/totem/patch/?id=75d00dfd0d3a6779f879e52c96babbbd52816d75)
+sha256sums=('a7186a3c3a62f5ec0a8749aba9718c999507b43ab99711ebf4f7b65c24e995ab'
+ '243656eed0beda9fd097a24f33683dbcf39dbe7fdf385f6e5bc5fc85d5b34c0c')
build() {
cd "${srcdir}/${pkgbase}-${pkgver}"
+ patch -Np1 -i ${srcdir}/convert.patch
./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/totem \
@@ -53,9 +56,6 @@
$pkgdir/usr/lib/totem/{totem/totem-bugreport.py,plugins/iplayer/iplayer2.py}
install -Dm644 COPYING "${pkgdir}/usr/share/licenses/totem/COPYING"
-
- # https://bugzilla.gnome.org/show_bug.cgi?id=659547
- rm -f $pkgdir/usr/share/GConf/gsettings/pythonconsole.convert
}
package_totem-plugin() {
More information about the arch-commits
mailing list