forked from ports/contrib
arora: updated to 0.8.0
This commit is contained in:
parent
89b4ba1e2c
commit
c5c7b41d18
@ -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
|
||||
|
@ -1 +1 @@
|
||||
3ae2cc30424a91b7e7bb2ccdee404911 arora-0.7.1.tar.gz
|
||||
f8c9a12cadbed8c85e8396db2ee62b8c arora-0.8.0.tar.gz
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user