summaryrefslogtreecommitdiff
path: root/arora
diff options
context:
space:
mode:
authorJose V Beneyto <sepen@users.sourceforge.net>2008-07-26 12:49:03 +0200
committerJose V Beneyto <sepen@users.sourceforge.net>2008-07-26 12:55:46 +0200
commit7aec664d453523bdb13a5ec260d198c0bf9ef48d (patch)
tree1c8b092d21fa6742195e48fd1865026d5511256d /arora
parentb576180e62c124f8df1fe26c9a0169db018ad9b2 (diff)
downloadcontrib-7aec664d453523bdb13a5ec260d198c0bf9ef48d.tar.gz
contrib-7aec664d453523bdb13a5ec260d198c0bf9ef48d.tar.xz
arora: Updated 0.2
Diffstat (limited to 'arora')
-rw-r--r--arora/.footprint17
-rw-r--r--arora/.md5sum3
-rw-r--r--arora/Pkgfile16
3 files changed, 26 insertions, 10 deletions
diff --git a/arora/.footprint b/arora/.footprint
index 1f0480f24..0ec7719b4 100644
--- a/arora/.footprint
+++ b/arora/.footprint
@@ -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
diff --git a/arora/.md5sum b/arora/.md5sum
index 76e209602..56ccdda25 100644
--- a/arora/.md5sum
+++ b/arora/.md5sum
@@ -1,2 +1 @@
-e26ac903946f4f4565125a45cdf0c8f0 arora-20080627.tar.bz2
-64f7d6f38496ff883741eb3e2e9c9f7d arora.xpm
+9c36cf2cec091f2beeb5df269efa4fbb arora-0.2.tar.gz
diff --git a/arora/Pkgfile b/arora/Pkgfile
index 80812d5b3..a370a920e 100644
--- a/arora/Pkgfile
+++ b/arora/Pkgfile
@@ -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
}

Generated by cgit