diff options
Diffstat (limited to 'extra/arora/Pkgfile')
-rw-r--r-- | extra/arora/Pkgfile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/extra/arora/Pkgfile b/extra/arora/Pkgfile index d6aeb5ea4..fd517fa49 100644 --- a/extra/arora/Pkgfile +++ b/extra/arora/Pkgfile @@ -2,19 +2,16 @@ # URL: http://code.google.com/p/arora/ # Maintainer: NuTyX core team # Packager: guy_ -# Depends on: webkit, qt +# Depends on: qt,xdg-utils # Run on: webkit,qt name=arora -version=0.10.2 -release=2 -source=(http://arora.googlecode.com/files/$name-$version.tar.gz - http://nutyx.meticul.eu/files/patchs/$name/arora-0.10.2_qt_4.7_build_fix.patch) +version=0.11.0 +release=1 +source=(http://arora.googlecode.com/files/$name-$version.tar.gz) 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 |