diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-08-16 11:12:15 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-08-16 11:12:15 -0300 |
commit | b73709861e566f564c8cf5cde4b40bd3d17982d9 (patch) | |
tree | 116cd554c488357d4e905feb7f41983a88771517 /community/scrotwm | |
parent | af1b08b8cb081b88686b319a122aa5dbf096455f (diff) | |
parent | ea595018ba8ae00d7030ff296ec4f50e122d2ea9 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
multilib/libtool-multilib/PKGBUILD
Diffstat (limited to 'community/scrotwm')
-rw-r--r-- | community/scrotwm/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/scrotwm/PKGBUILD b/community/scrotwm/PKGBUILD index 7cac863dd..78ffbde73 100644 --- a/community/scrotwm/PKGBUILD +++ b/community/scrotwm/PKGBUILD @@ -3,7 +3,7 @@ pkgname=scrotwm pkgver=0.9.34 -pkgrel=1 +pkgrel=2 pkgdesc="A minimalistic dynamic tiling window manager that tries to stay out of the way." arch=('i686' 'x86_64' 'mips64el') url="http://www.scrotwm.org" @@ -24,6 +24,7 @@ build() { # it is like a patch, only less fragile sed -i 's|\"/usr/local/lib/libswmhack.so\"|\"libswmhack.so\"|' scrotwm.c + sed -i 's/verbose_layout = 0;/verbose_layout = 1;/' scrotwm.c sed -i 's/# modkey = Mod1/modkey = Mod4/' scrotwm.conf sed -i 's/-\*-terminus-medium-\*-\*-\*-\*-\*-\*-\*-\*-\*-\*-\*/-*-profont-*-*-*-*-12-*-*-*-*-*-*-*/' scrotwm.conf |