From 87cb321c12a92958aee0a309d058a9331a0e24d2 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Fri, 23 Nov 2012 14:21:16 -0500 Subject: Add geda-1.6.2-correct_glib_include.patch --- community/geda-gaf/PKGBUILD | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'community/geda-gaf/PKGBUILD') diff --git a/community/geda-gaf/PKGBUILD b/community/geda-gaf/PKGBUILD index f971fd355..53d91653f 100644 --- a/community/geda-gaf/PKGBUILD +++ b/community/geda-gaf/PKGBUILD @@ -15,12 +15,15 @@ optdepends=('python2: for two of the commands (garchive, tragesym)' 'gawk: for sw2asc') replaces=('geda-suite' 'geda-libs') install=geda-gaf.install -source=(http://geda.seul.org/release/v1.6/$pkgver/$pkgname-$pkgver.tar.gz) -md5sums=('35ae86aebc174ec1fc03863fde4c843c') +source=(http://geda.seul.org/release/v1.6/$pkgver/$pkgname-$pkgver.tar.gz + geda-1.6.2-correct_glib_include.patch) +md5sums=('35ae86aebc174ec1fc03863fde4c843c' + 'af28867b393e0351b97d5d23cdefc812') build () { cd "$srcdir/$pkgname-$pkgver/" + patch -Np1 -i ${srcdir}/geda-1.6.2-correct_glib_include.patch ./configure --prefix=/usr --disable-update-xdg-database make } -- cgit v1.2.3-54-g00ecf