summaryrefslogtreecommitdiff
path: root/pypanel
diff options
context:
space:
mode:
authorJohannes Winkelmann <jw@smts.ch>2006-02-23 15:26:10 +0000
committerJohannes Winkelmann <jw@smts.ch>2006-02-23 15:26:10 +0000
commitbdea7e6c6a535e57a07d376a3139d0788efaaa41 (patch)
tree1a7334c99fa39b1ad1a7a35c113b18cb0d92413c /pypanel
downloadopt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.gz
opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.xz
create branch for 2.2
Diffstat (limited to 'pypanel')
-rw-r--r--pypanel/.footprint12
-rw-r--r--pypanel/.md5sum1
-rw-r--r--pypanel/Pkgfile15
3 files changed, 28 insertions, 0 deletions
diff --git a/pypanel/.footprint b/pypanel/.footprint
new file mode 100644
index 000000000..ce8687c16
--- /dev/null
+++ b/pypanel/.footprint
@@ -0,0 +1,12 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/pypanel
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/python2.4/
+drwxr-xr-x root/root usr/lib/python2.4/site-packages/
+-rwxr-xr-x root/root usr/lib/python2.4/site-packages/ppmodule.so
+drwxr-xr-x root/root usr/lib/python2.4/site-packages/pypanel/
+-rw-r--r-- root/root usr/lib/python2.4/site-packages/pypanel/COPYING
+-rw-r--r-- root/root usr/lib/python2.4/site-packages/pypanel/README
+-rw-r--r-- root/root usr/lib/python2.4/site-packages/pypanel/ppicon.png
+-rw-r--r-- root/root usr/lib/python2.4/site-packages/pypanel/pypanelrc
diff --git a/pypanel/.md5sum b/pypanel/.md5sum
new file mode 100644
index 000000000..965af2368
--- /dev/null
+++ b/pypanel/.md5sum
@@ -0,0 +1 @@
+f1f9a2ed80be72ab36e748833618daba PyPanel-2.4.tar.gz
diff --git a/pypanel/Pkgfile b/pypanel/Pkgfile
new file mode 100644
index 000000000..9407c368e
--- /dev/null
+++ b/pypanel/Pkgfile
@@ -0,0 +1,15 @@
+# Description: A lightweight panel/taskbar for X11
+# URL: http://pypanel.sourceforge.net
+# Packager: Johannes Winkelmann, jw at tks6 dot net
+# Maintainer: Johannes Winkelmann, jw at tks6 dot net
+# Depends on: python-xlib
+
+name=pypanel
+version=2.4
+release=1
+source=(http://dl.sourceforge.net/sourceforge/pypanel/PyPanel-$version.tar.gz)
+
+build() {
+ cd PyPanel-$version
+ python setup.py install --root=$PKG --prefix=/usr
+}

Generated by cgit