summaryrefslogtreecommitdiff
path: root/community/giggle/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-08-28 16:15:18 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-08-28 16:15:18 +0200
commit2ee0812e0a3c8fe4a77249e6c7f3a615cd4c727c (patch)
treec61960929417371368ca53e8033dd776e2e6ee10 /community/giggle/PKGBUILD
parent0cc6a0720f9505aaacfc247fa646d3e888f8e4aa (diff)
Use an upstream patch fixing #98.
Diffstat (limited to 'community/giggle/PKGBUILD')
-rw-r--r--community/giggle/PKGBUILD10
1 files changed, 8 insertions, 2 deletions
diff --git a/community/giggle/PKGBUILD b/community/giggle/PKGBUILD
index c74572d99..243511dc2 100644
--- a/community/giggle/PKGBUILD
+++ b/community/giggle/PKGBUILD
@@ -11,14 +11,20 @@ url="http://live.gnome.org/giggle"
license=('GPL')
depends=('git' 'gtksourceview3' 'vte3')
makedepends=('intltool' 'itstool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/giggle/0.6/${pkgname}-${pkgver}.tar.xz)
+source=(http://ftp.gnome.org/pub/GNOME/sources/giggle/0.6/${pkgname}-${pkgver}.tar.xz
+ gmodule.patch)
options=(!libtool)
install=giggle.install
-sha256sums=('6c0b5c2b417217509bf88096447afa4af70fd33e8a6db5caa0aa86b44c01a5b8')
+sha256sums=('6c0b5c2b417217509bf88096447afa4af70fd33e8a6db5caa0aa86b44c01a5b8'
+ 'f8ad37a5e533e24afe127e6d67f7baf055ebed93b822644d7a08d97c96079474')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
+ # An upstream build fix.
+ patch -p1 -i "$srcdir/gmodule.patch"
+ autoconf
+
./configure \
--prefix=/usr
make