1
0
forked from ports/contrib

arora: updated to 0.8.0

This commit is contained in:
Jose V Beneyto 2009-07-21 09:46:56 +00:00
parent 89b4ba1e2c
commit c5c7b41d18
3 changed files with 10 additions and 6 deletions

View File

@ -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

View File

@ -1 +1 @@
3ae2cc30424a91b7e7bb2ccdee404911 arora-0.7.1.tar.gz
f8c9a12cadbed8c85e8396db2ee62b8c arora-0.8.0.tar.gz

View File

@ -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