From 943cb10e0fe2ee5629e9c9ce33e6eecda8c34ad9 Mon Sep 17 00:00:00 2001 From: Johannes Winkelmann Date: Thu, 17 Jul 2008 13:41:53 +0200 Subject: [PATCH] pypanel: re-import to opt --- pypanel/.footprint | 10 ++++++++++ pypanel/.md5sum | 1 + pypanel/Pkgfile | 17 +++++++++++++++++ 3 files changed, 28 insertions(+) create mode 100644 pypanel/.footprint create mode 100644 pypanel/.md5sum create mode 100644 pypanel/Pkgfile diff --git a/pypanel/.footprint b/pypanel/.footprint new file mode 100644 index 000000000..18a312a86 --- /dev/null +++ b/pypanel/.footprint @@ -0,0 +1,10 @@ +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.5/ +drwxr-xr-x root/root usr/lib/python2.5/site-packages/ +-rwxr-xr-x root/root usr/lib/python2.5/site-packages/ppmodule.so +drwxr-xr-x root/root usr/lib/python2.5/site-packages/pypanel/ +-rw-r--r-- root/root usr/lib/python2.5/site-packages/pypanel/ppicon.png +-rw-r--r-- root/root usr/lib/python2.5/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..ba6d3584b --- /dev/null +++ b/pypanel/Pkgfile @@ -0,0 +1,17 @@ +# Description: A lightweight panel/taskbar for X11 +# URL: http://pypanel.sourceforge.net +# Maintainer: Johannes Winkelmann, jw at tks6 dot net +# Packager: 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 + rm $PKG/usr/lib/python2.5/site-packages/pypanel/{COPYING,README} + rm $PKG/usr/lib/python2.5/site-packages/PyPanel-*-py2.5.egg-info +}