summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2012-12-25 03:36:33 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2012-12-25 03:36:33 -0500
commit5f103606b990a33ad1019c31ae6baedcc80728f5 (patch)
treef40c3e5b08fb4b5ed624a91302378a9a165cea82 /community
parent6a30a4c3c674287b8358a55eda1fef7694a6cba6 (diff)
Add paco-2.0.9-glib.patch
Diffstat (limited to 'community')
-rw-r--r--community/paco/PKGBUILD7
-rw-r--r--community/paco/paco-2.0.9-glib.patch11
2 files changed, 16 insertions, 2 deletions
diff --git a/community/paco/PKGBUILD b/community/paco/PKGBUILD
index 1d02f5eba..4b0c5e107 100644
--- a/community/paco/PKGBUILD
+++ b/community/paco/PKGBUILD
@@ -12,11 +12,14 @@ license=('GPL')
#NOTE: You may disable gtk frontend in configure
depends=(gtk2 gtkmm)
backup=(etc/pacorc)
-source=(http://downloads.sourceforge.net/sourceforge/paco/$pkgname-$pkgver.tar.bz2)
-md5sums=('d2debbea1b11156470f7fd849bb93c80')
+source=(http://downloads.sourceforge.net/sourceforge/paco/$pkgname-$pkgver.tar.bz2
+ paco-2.0.9-glib.patch)
+md5sums=('d2debbea1b11156470f7fd849bb93c80'
+ '734d0170691cd6b500bfa99fdd09771a')
build() {
cd $srcdir/$pkgname-$pkgver
+ patch -Np1 -i ${srcdir}/paco-2.0.9-glib.patch
./configure --prefix=/usr --sysconfdir=/etc
make
make DESTDIR=$pkgdir install
diff --git a/community/paco/paco-2.0.9-glib.patch b/community/paco/paco-2.0.9-glib.patch
new file mode 100644
index 000000000..fba19d3a7
--- /dev/null
+++ b/community/paco/paco-2.0.9-glib.patch
@@ -0,0 +1,11 @@
+--- paco-2.0.9.orig/gpaco/gconfig.h 2010-06-25 14:51:00.000000000 -0500
++++ paco-2.0.9/gpaco/gconfig.h 2012-12-25 02:51:26.449929758 -0500
+@@ -11,7 +11,7 @@
+
+ #include "paco/baseconfig.h"
+ #include <glibmm/ustring.h>
+-#include <glib/gkeyfile.h>
++#include <glib.h>
+ #include <vector>
+
+