summaryrefslogtreecommitdiff
path: root/community/wmii
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-21 23:15:10 +0000
committerroot <root@rshg054.dnsready.net>2012-02-21 23:15:10 +0000
commit1f55cedf5ea357497d2a98eb2be78d8dab4a9665 (patch)
tree5e44ad19f2672ee92283377c9fe6eab3c8a815d7 /community/wmii
parent11484c032f8c236b2044e715a9a3b28e33f65598 (diff)
Tue Feb 21 23:15:10 UTC 2012
Diffstat (limited to 'community/wmii')
-rw-r--r--community/wmii/PKGBUILD13
1 files changed, 6 insertions, 7 deletions
diff --git a/community/wmii/PKGBUILD b/community/wmii/PKGBUILD
index a411b5048..84407f57c 100644
--- a/community/wmii/PKGBUILD
+++ b/community/wmii/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 89676 2010-09-03 07:28:11Z remy $
-# Maintainer:
+# $Id: PKGBUILD 65389 2012-02-21 02:31:44Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Jeffrey 'jf' Lim <jfs.world@gmail.com>
pkgname=wmii
pkgver=3.9.2
-pkgrel=2
+pkgrel=3
pkgdesc="A small, dynamic window manager for X11"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64')
license=('MIT')
url="http://wmii.suckless.org/"
depends=('libxft' 'libxrandr' 'libxinerama' 'dash')
@@ -14,7 +14,7 @@ options=('!makeflags')
source=(http://dl.suckless.org/${pkgname}/${pkgname}+ixp-${pkgver}.tbz
'fix-freetype-include.patch')
md5sums=('3d480502b7b1e2a405d941df67f16bcf'
- '97febd4a1df80aa4afbd126de1f36496')
+ '97febd4a1df80aa4afbd126de1f36496')
build() {
cd ${srcdir}/${pkgname}+ixp-${pkgver}
@@ -25,6 +25,7 @@ build() {
sed -i 's|ETC = $(PREFIX)/etc|ETC = /etc|' config.mk
sed -i 's# !=#!=#' mk/hdr.mk
sed -i 's#env python#env python2#' alternative_wmiircs/python/wmiirc
+ echo 'LIBS+=-lXrender -lX11' >>config.mk
export MAKEFLAGS="-j1"
make
@@ -33,8 +34,6 @@ build() {
package() {
cd ${srcdir}/${pkgname}+ixp-${pkgver}
make DESTDIR=${pkgdir} install
-
install -Dm644 debian/file/wmii.desktop ${pkgdir}/usr/share/xsessions/${pkgname}.desktop
-
install -Dm644 LICENSE $pkgdir/usr/share/licenses/${pkgname}/LICENSE
}