arora: Updated 0.2

This commit is contained in:
Jose V Beneyto 2008-07-26 12:49:03 +02:00
parent b576180e62
commit 7aec664d45
3 changed files with 26 additions and 10 deletions

View File

@ -1,8 +1,25 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/arora
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/arora.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
drwxr-xr-x root/root usr/share/icons/
drwxr-xr-x root/root usr/share/icons/hicolor/
drwxr-xr-x root/root usr/share/icons/hicolor/128x128/
drwxr-xr-x root/root usr/share/icons/hicolor/128x128/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/128x128/apps/arora.png
drwxr-xr-x root/root usr/share/icons/hicolor/16x16/
drwxr-xr-x root/root usr/share/icons/hicolor/16x16/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/arora.png
drwxr-xr-x root/root usr/share/icons/hicolor/32x32/
drwxr-xr-x root/root usr/share/icons/hicolor/32x32/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/arora.png
drwxr-xr-x root/root usr/share/icons/hicolor/scalable/
drwxr-xr-x root/root usr/share/icons/hicolor/scalable/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/arora.svg
drwxr-xr-x root/root usr/share/pixmaps/
-rw-r--r-- root/root usr/share/pixmaps/arora.xpm

View File

@ -1,2 +1 @@
e26ac903946f4f4565125a45cdf0c8f0 arora-20080627.tar.bz2
64f7d6f38496ff883741eb3e2e9c9f7d arora.xpm
9c36cf2cec091f2beeb5df269efa4fbb arora-0.2.tar.gz

View File

@ -5,17 +5,17 @@
# Depends on: qt4
name=arora
version=20080627
version=0.2
release=1
source=(http://mikeux.dyndns.org/crux/distfiles/$name-$version.tar.bz2 \
$name.xpm)
source=(http://arora.googlecode.com/files/$name-$version.tar.gz)
build() {
cd $name-$version
cd $name-$version.orig
qmake-qt4 PREFIX=/usr
make
install -D -m 0755 $name $PKG/usr/bin/$name
install -D -m 0644 $SRC/$name.xpm $PKG/usr/share/pixmaps/$name.xpm
sed -e '/en_US/d' -e 's/Icon=arora/Icon=arora.xpm/' -i src/$name.desktop
install -D -m 0644 src/$name.desktop $PKG/usr/share/applications/$name.desktop
make INSTALL_ROOT=$PKG install
mv $PKG/usr/share/man $PKG/usr
rm -rf $PKG/usr/share/$name
sed -e '/en_US/d' -e 's/Icon=arora/Icon=arora.xpm/' \
-i $PKG/usr/share/applications/$name.desktop
}