[hackers] [wmii] [PKGBUILD] s/(pyxp|pygmi)-hg/python-&/g || Kris Maglione

From: <hg_AT_suckless.org>
Date: Mon, 28 Jun 2010 15:55:02 +0000 (UTC)

changeset: 2748:039362e61361
user: Kris Maglione <kris_AT_suckless.org>
date: Sun Jun 27 22:51:40 2010 -0400
files: PKGBUILD alternative_wmiircs/python/pygmi/Makefile alternative_wmiircs/python/pyxp/Makefile
description:
[PKGBUILD] s/(pyxp|pygmi)-hg/python-&/g

diff -r 40b949d6218f -r 039362e61361 PKGBUILD
--- a/PKGBUILD Sun Jun 27 17:47:45 2010 -0400
+++ b/PKGBUILD Sun Jun 27 22:51:40 2010 -0400
@@ -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 @@
     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
 }
 
diff -r 40b949d6218f -r 039362e61361 alternative_wmiircs/python/pygmi/Makefile
--- a/alternative_wmiircs/python/pygmi/Makefile Sun Jun 27 17:47:45 2010 -0400
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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
diff -r 40b949d6218f -r 039362e61361 alternative_wmiircs/python/pyxp/Makefile
--- a/alternative_wmiircs/python/pyxp/Makefile Sun Jun 27 17:47:45 2010 -0400
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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
Received on Mon Jun 28 2010 - 15:55:02 UTC

This archive was generated by hypermail 2.2.0 : Mon Jun 28 2010 - 16:00:08 UTC