summaryrefslogtreecommitdiff
path: root/community/geda-gaf/PKGBUILD
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2012-11-23 14:21:16 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2012-11-23 14:21:16 -0500
commit87cb321c12a92958aee0a309d058a9331a0e24d2 (patch)
tree8973339878658d4e7c656ed650932a4c0c61864c /community/geda-gaf/PKGBUILD
parentc5d0267480dce7ea1149cae6f63111678588c772 (diff)
Add geda-1.6.2-correct_glib_include.patch
Diffstat (limited to 'community/geda-gaf/PKGBUILD')
-rw-r--r--community/geda-gaf/PKGBUILD7
1 files changed, 5 insertions, 2 deletions
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
}