summaryrefslogtreecommitdiff
path: root/community/gphpedit/PKGBUILD
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2012-12-05 02:37:12 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2012-12-05 02:37:12 -0500
commit7759218711a68c96b140ef53542bfbfee223bd11 (patch)
tree3ca0e2eb2dcd849c4c0dfb2558a018624c417cda /community/gphpedit/PKGBUILD
parent5b773bfc871ccd0dc540942508e7480c1cd63df2 (diff)
Add gphpedit-0.9.98RC1-gmodule.patch
Diffstat (limited to 'community/gphpedit/PKGBUILD')
-rw-r--r--community/gphpedit/PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/community/gphpedit/PKGBUILD b/community/gphpedit/PKGBUILD
index 066ed3ac3..81d1cfd2e 100644
--- a/community/gphpedit/PKGBUILD
+++ b/community/gphpedit/PKGBUILD
@@ -14,11 +14,14 @@ makedepends=('intltool')
url="http://www.gphpedit.org/"
options=('!makeflags')
install=gphpedit.install
-source=(http://www.gphpedit.org/sites/default/files/gphpedit-$pkgver.tar.gz)
-md5sums=('cc3c5f50704fa0ed3ef3d4ac983db525')
+source=(http://www.gphpedit.org/sites/default/files/gphpedit-$pkgver.tar.gz
+ gphpedit-0.9.98RC1-gmodule.patch)
+md5sums=('cc3c5f50704fa0ed3ef3d4ac983db525'
+ '4eecf974dedbb3d29c64576d2642cd6f')
build() {
cd ${srcdir}/*$pkgname*
+ patch -Np1 -i ${srcdir}/gphpedit-0.9.98RC1-gmodule.patch
./autogen.sh
LDFLAGS=`pkg-config --libs gtk+-2.0` ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
make