diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-03-04 11:16:25 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-03-04 11:16:25 +0100 |
commit | 067ad94da9004928a4e9c3d8a9e4e5ee94d7534b (patch) | |
tree | 0b36dbf867b9fbb23e2f2212c84ba7a38e15cef6 | |
parent | d8494c57d4696d2780e1f9c5888cee75154c0497 (diff) | |
parent | b68f36b84d6fe5e3852268371cc169304f4a71e5 (diff) | |
download | nutyx-extra-067ad94da9004928a4e9c3d8a9e4e5ee94d7534b.tar.gz nutyx-extra-067ad94da9004928a4e9c3d8a9e4e5ee94d7534b.tar.bz2 nutyx-extra-067ad94da9004928a4e9c3d8a9e4e5ee94d7534b.tar.xz nutyx-extra-067ad94da9004928a4e9c3d8a9e4e5ee94d7534b.zip |
Merge commit 'geantbrun/master'
-rw-r--r-- | test/awn-extras-applets/.md5sum | 1 | ||||
-rw-r--r-- | test/awn-extras-applets/Pkgfile | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/test/awn-extras-applets/.md5sum b/test/awn-extras-applets/.md5sum new file mode 100644 index 000000000..9adc86455 --- /dev/null +++ b/test/awn-extras-applets/.md5sum @@ -0,0 +1 @@ +100699188f2157346cecd0dce0ddab03 awn-extras-applets-0.3.2.2.tar.gz diff --git a/test/awn-extras-applets/Pkgfile b/test/awn-extras-applets/Pkgfile new file mode 100644 index 000000000..0c866a50d --- /dev/null +++ b/test/awn-extras-applets/Pkgfile @@ -0,0 +1,22 @@ +# Description: Avant Window Navigator, a dock-like navigation bar for the X desktop. +# URL: http://wiki.awn-project.org/ +# Maintainer: geantbrun at gmail dot com +# Packager: geantbrun +# Depends on: intltool glib gconf pycairo pygtk avant-window-navigator libsexy libnotify vte libgnomeui gnome-desktop libgtop libgnome-menu + +name=awn-extras-applets +version=0.3.2.2 +release=1 +source=(http://launchpad.net/awn-extras/0.2/0.3.2.2/+download/awn-extras-applets-0.3.2.2.tar.gz) + +build() { + cd $name-$version + + ./autogen.sh + + make + make DESTDIR=$PKG install + +} + + |