summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose V Beneyto <sepen@crux.nu>2009-07-21 09:46:56 +0000
committerJose V Beneyto <sepen@crux.nu>2009-07-21 09:47:17 +0000
commitc5c7b41d1823c1972670a170774d31663fe22e3f (patch)
tree2a50b6e16579abade193c290f0680170920d5529
parent89b4ba1e2c0033b87a27ae0865171524dde0baf9 (diff)
downloadcontrib-c5c7b41d1823c1972670a170774d31663fe22e3f.tar.gz
contrib-c5c7b41d1823c1972670a170774d31663fe22e3f.tar.xz
arora: updated to 0.8.0
-rw-r--r--arora/.footprint3
-rw-r--r--arora/.md5sum2
-rw-r--r--arora/Pkgfile11
3 files changed, 10 insertions, 6 deletions
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

Generated by cgit