summaryrefslogtreecommitdiff
path: root/community/parcellite
diff options
context:
space:
mode:
Diffstat (limited to 'community/parcellite')
-rw-r--r--community/parcellite/PKGBUILD3
-rw-r--r--community/parcellite/parcellite-1.0.2rc5-glib.patch11
2 files changed, 13 insertions, 1 deletions
diff --git a/community/parcellite/PKGBUILD b/community/parcellite/PKGBUILD
index 7a3c72c2d..f1fce3b3a 100644
--- a/community/parcellite/PKGBUILD
+++ b/community/parcellite/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=parcellite
pkgver=1.1.4
pkgrel=1
pkgdesc="Lightweight GTK+ clipboard manager"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url="http://parcellite.sourceforge.net/"
license=('GPL3')
depends=('gtk2')
@@ -19,4 +19,5 @@ build() {
./configure --prefix=/usr --sysconfdir=/etc
make
make DESTDIR="$pkgdir" install
+ make distclean
}
diff --git a/community/parcellite/parcellite-1.0.2rc5-glib.patch b/community/parcellite/parcellite-1.0.2rc5-glib.patch
new file mode 100644
index 000000000..d4e1312e2
--- /dev/null
+++ b/community/parcellite/parcellite-1.0.2rc5-glib.patch
@@ -0,0 +1,11 @@
+--- parcellite-1.0.2rc5.orig/src/keybinder.h 2011-09-09 18:02:32.000000000 -0500
++++ parcellite-1.0.2rc5/src/keybinder.h 2012-12-26 09:30:05.145148674 -0500
+@@ -20,7 +20,7 @@
+ #ifndef __KEY_BINDER_H__
+ #define __KEY_BINDER_H__
+
+-#include <glib/gtypes.h>
++#include <glib.h>
+
+ G_BEGIN_DECLS
+