From 48aee6d0c3c982f2e9055184bf3187c0a37ed656 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Sat, 5 Jan 2013 22:16:20 -0500 Subject: Add subtitleeditor-0.40.0-glib.patch --- community/subtitleeditor/PKGBUILD | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'community/subtitleeditor/PKGBUILD') diff --git a/community/subtitleeditor/PKGBUILD b/community/subtitleeditor/PKGBUILD index e5abd0bc4..45a420910 100644 --- a/community/subtitleeditor/PKGBUILD +++ b/community/subtitleeditor/PKGBUILD @@ -17,12 +17,14 @@ optdepends=('gstreamer0.10-ffmpeg: to be able to view movies inside the subtitle options=('!libtool') install=$pkgname.install changelog=$pkgname.changelog -source=(http://download.gna.org/$pkgname/0.40/$pkgname-$pkgver.tar.gz) -sha256sums=('b8d948f3e770524bf63fe632600aa94fcbd4edba772cad2aec4fdb3b3335b02d') +source=(http://download.gna.org/$pkgname/0.40/$pkgname-$pkgver.tar.gz + subtitleeditor-0.40.0-glib.patch) +sha256sums=('b8d948f3e770524bf63fe632600aa94fcbd4edba772cad2aec4fdb3b3335b02d' + '152883d00195c86ee04db2c8aa22b0c82255c328c31acfd55877ca403779d2e0') build() { cd ${srcdir}/$pkgname-$pkgver - + patch -Np1 -i ${srcdir}/subtitleeditor-0.40.0-glib.patch ./configure --prefix=/usr make } -- cgit v1.2.3-54-g00ecf