mirror of
https://github.com/0intro/wmii
synced 2024-11-22 05:42:05 +03:00
[PKGBUILD] s/(pyxp|pygmi)-hg/python-&/g
This commit is contained in:
parent
c629223ec9
commit
7669688f3f
8
PKGBUILD
8
PKGBUILD
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
pkgname=(wmii-hg pyxp-hg pygmi-hg)
|
pkgname=(wmii-hg python-pyxp-hg python-pygmi-hg)
|
||||||
pkgver=2746
|
pkgver=2746
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="The latest hg pull of wmii, a lightweight, dynamic window manager for X11"
|
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"
|
install -m644 -D ./LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
|
||||||
}
|
}
|
||||||
|
|
||||||
package_pyxp-hg() {
|
package_python-pyxp-hg() {
|
||||||
arch=(any)
|
arch=(any)
|
||||||
depends=(python)
|
depends=(python)
|
||||||
_make -C alternative_wmiircs/python pyclean pyxp.install
|
_make -C alternative_wmiircs/python pyclean pyxp.install
|
||||||
}
|
}
|
||||||
|
|
||||||
package_pygmi-hg() {
|
package_python-pygmi-hg() {
|
||||||
arch=(any)
|
arch=(any)
|
||||||
depends=(pyxp-hg)
|
depends=(python-pyxp-hg)
|
||||||
_make -C alternative_wmiircs/python pyclean pygmi.install
|
_make -C alternative_wmiircs/python pyclean pygmi.install
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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
|
|
@ -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
|
|
Loading…
Reference in New Issue
Block a user