summaryrefslogtreecommitdiffstats
path: root/extra/arora/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/arora/Pkgfile')
-rw-r--r--extra/arora/Pkgfile7
1 files changed, 5 insertions, 2 deletions
diff --git a/extra/arora/Pkgfile b/extra/arora/Pkgfile
index f366c02eb..d7a206df0 100644
--- a/extra/arora/Pkgfile
+++ b/extra/arora/Pkgfile
@@ -6,11 +6,14 @@
name=arora
version=0.10.2
-release=1
-source=(http://arora.googlecode.com/files/$name-$version.tar.gz)
+release=2
+source=(http://arora.googlecode.com/files/$name-$version.tar.gz
+ arora-0.10.2_qt_4.7_build_fix.patch)
build() {
cd $name-$version
+ patch -Np1 -i ../arora-0.10.2_qt_4.7_build_fix.patch
+
qmake PREFIX="/usr"
make
make INSTALL_ROOT=$PKG install