summaryrefslogtreecommitdiffstats
path: root/test/awn-extras-applets
diff options
context:
space:
mode:
Diffstat (limited to 'test/awn-extras-applets')
-rw-r--r--test/awn-extras-applets/.md5sum.i6861
-rw-r--r--test/awn-extras-applets/.md5sum.x86_641
-rw-r--r--test/awn-extras-applets/Pkgfile22
3 files changed, 0 insertions, 24 deletions
diff --git a/test/awn-extras-applets/.md5sum.i686 b/test/awn-extras-applets/.md5sum.i686
deleted file mode 100644
index 9adc86455..000000000
--- a/test/awn-extras-applets/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-100699188f2157346cecd0dce0ddab03 awn-extras-applets-0.3.2.2.tar.gz
diff --git a/test/awn-extras-applets/.md5sum.x86_64 b/test/awn-extras-applets/.md5sum.x86_64
deleted file mode 100644
index 9adc86455..000000000
--- a/test/awn-extras-applets/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-100699188f2157346cecd0dce0ddab03 awn-extras-applets-0.3.2.2.tar.gz
diff --git a/test/awn-extras-applets/Pkgfile b/test/awn-extras-applets/Pkgfile
deleted file mode 100644
index 0c866a50d..000000000
--- a/test/awn-extras-applets/Pkgfile
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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
-
-}
-
-