[PKGBUILD] s/(pyxp|pygmi)-hg/python-&/g

This commit is contained in:
Kris Maglione 2010-06-27 22:51:40 -04:00
parent c629223ec9
commit 7669688f3f
3 changed files with 4 additions and 31 deletions

View File

@ -1,5 +1,5 @@
pkgname=(wmii-hg pyxp-hg pygmi-hg)
pkgname=(wmii-hg python-pyxp-hg python-pygmi-hg)
pkgver=2746
pkgrel=1
pkgdesc="The latest hg pull of wmii, a lightweight, dynamic window manager for X11"
@ -39,15 +39,15 @@ package_wmii-hg() {
install -m644 -D ./LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
package_pyxp-hg() {
package_python-pyxp-hg() {
arch=(any)
depends=(python)
_make -C alternative_wmiircs/python pyclean pyxp.install
}
package_pygmi-hg() {
package_python-pygmi-hg() {
arch=(any)
depends=(pyxp-hg)
depends=(python-pyxp-hg)
_make -C alternative_wmiircs/python pyclean pygmi.install
}

View File

@ -1,12 +0,0 @@
ROOT=../../..
include $(ROOT)/mk/hdr.mk
include $(ROOT)/mk/wmii.mk
BINARY = __init__.py \
event.py \
fs.py \
menu.py \
monitor.py \
util.py
DIR = $(GLOBALCONF)/python/pygmi

View File

@ -1,15 +0,0 @@
ROOT=../../..
include $(ROOT)/mk/hdr.mk
include $(ROOT)/mk/wmii.mk
BINARY = __init__.py \
asyncclient.py \
client.py \
dial.py \
fcall.py \
fields.py \
messages.py \
mux.py \
types.py
DIR = $(GLOBALCONF)/python/pyxp