diff --git a/arora/.footprint b/arora/.footprint index 040915f1b..a50ce313e 100644 --- a/arora/.footprint +++ b/arora/.footprint @@ -6,7 +6,10 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/htmlToXBel drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man1/ +-rw-r--r-- root/root usr/man/man1/arora-cacheinfo.1.gz +-rw-r--r-- root/root usr/man/man1/arora-placesimport.1.gz -rw-r--r-- root/root usr/man/man1/arora.1.gz +-rw-r--r-- root/root usr/man/man1/htmlToXBel.1.gz drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/applications/ -rw-r--r-- root/root usr/share/applications/arora.desktop diff --git a/arora/.md5sum b/arora/.md5sum index 31494dde6..091024d5c 100644 --- a/arora/.md5sum +++ b/arora/.md5sum @@ -1 +1 @@ -3ae2cc30424a91b7e7bb2ccdee404911 arora-0.7.1.tar.gz +f8c9a12cadbed8c85e8396db2ee62b8c arora-0.8.0.tar.gz diff --git a/arora/Pkgfile b/arora/Pkgfile index 3d41c93be..4c8531930 100644 --- a/arora/Pkgfile +++ b/arora/Pkgfile @@ -5,15 +5,16 @@ # Depends on: qt4 name=arora -version=0.7.1 -release=2 +version=0.8.0 +release=1 source=(http://arora.googlecode.com/files/$name-$version.tar.gz) build() { cd $name-$version - sed -e '/include(locale/d' \ - -e '/man.*/ s/$$DATADIR/$$PREFIX/' \ - -i src/src.pro + find . -type f -name '*.pro' -exec \ + sed -e '/include(locale/d' \ + -e '/man.*/ s/$$DATADIR/$$PREFIX/' \ + -i {} \; qmake PREFIX=/usr QMAKE_CXXFLAGS="$CXXFLAGS" make