summaryrefslogtreecommitdiff
path: root/community/wmii
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-02-22 17:06:20 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-02-22 17:06:20 +0100
commit47d70348352503e92ba694a6a683f629eaa18215 (patch)
tree7fb6f5ec75596b795dee52cfa35e3ef00a047cfb /community/wmii
parentc0bcbcf4015ba2388cb0f0bd418e5242f9613b43 (diff)
parent1f55cedf5ea357497d2a98eb2be78d8dab4a9665 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/hostapd/PKGBUILD community/discid/PKGBUILD community/dumb/PKGBUILD community/dynamite/PKGBUILD community/echat/PKGBUILD community/fbdump/PKGBUILD community/fldiff/PKGBUILD community/flightgear/PKGBUILD community/fonteditfs/PKGBUILD community/freehdl/PKGBUILD community/unclutter/PKGBUILD community/unpaper/PKGBUILD community/wmii/PKGBUILD community/xkeycaps/PKGBUILD community/xl2tpd/PKGBUILD community/xmmsctrl/PKGBUILD extra/gnutls/PKGBUILD extra/inkscape/PKGBUILD extra/ntp/PKGBUILD extra/transmission/PKGBUILD multilib/lib32-libpng/PKGBUILD testing/libreoffice/PKGBUILD
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 8413e3e5d..76d8a85a0 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' 'mips64el')
+arch=('i686' 'x86_64' 'mips64el')
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
}