mirror of
https://github.com/0intro/wmii
synced 2024-11-22 05:42:05 +03:00
[debian] Add python to Build-Depends.
This commit is contained in:
parent
c738bfc8e7
commit
24fc6e7271
4
PKGBUILD
4
PKGBUILD
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
pkgname=(wmii-hg python-pyxp-hg python-pygmi-hg)
|
pkgname=(wmii-hg python-pyxp-hg python-pygmi-hg)
|
||||||
pkgver=2746
|
pkgver=2755
|
||||||
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"
|
||||||
url="http://wmii.suckless.org"
|
url="http://wmii.suckless.org"
|
||||||
@ -28,7 +28,7 @@ build() {
|
|||||||
package_wmii-hg() {
|
package_wmii-hg() {
|
||||||
depends=(libx11 libxinerama libxrandr)
|
depends=(libx11 libxinerama libxrandr)
|
||||||
optdepends=("plan9port: for use of the alternative plan9port wmiirc" \
|
optdepends=("plan9port: for use of the alternative plan9port wmiirc" \
|
||||||
"pygmi: for use of the alternative Python wmiirc" \
|
"${pkgname[2]}: for use of the alternative Python wmiirc" \
|
||||||
"ruby-rumai: for use of the alternative Ruby wmiirc" \
|
"ruby-rumai: for use of the alternative Ruby wmiirc" \
|
||||||
"libxft: for anti-aliased font support")
|
"libxft: for anti-aliased font support")
|
||||||
provides=(wmii)
|
provides=(wmii)
|
||||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -2,7 +2,7 @@ Source: wmii-hg
|
|||||||
Section: x11
|
Section: x11
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Kris Maglione <jg@suckless.org>
|
Maintainer: Kris Maglione <jg@suckless.org>
|
||||||
Build-Depends: libixp, libx11-dev, libxft-dev, libxext-dev, libxinerama-dev, libxrandr-dev, x11proto-xext-dev, quilt, debhelper (>= 4.0)
|
Build-Depends: libixp, python, libx11-dev, libxft-dev, libxext-dev, libxinerama-dev, libxrandr-dev, x11proto-xext-dev, quilt, debhelper (>= 4.0)
|
||||||
Standards-Version: 3.7.2
|
Standards-Version: 3.7.2
|
||||||
|
|
||||||
Package: wmii-hg
|
Package: wmii-hg
|
||||||
|
Loading…
Reference in New Issue
Block a user