summaryrefslogtreecommitdiff
path: root/libre/spectrwm
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-05-23 21:29:20 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-05-23 21:29:20 -0300
commitba37a91ed1eb8229da6af996276699c6577bd531 (patch)
tree1582eddb4b67d01bd6b6dae7945f721847976283 /libre/spectrwm
parent1d228d5aea01528d7c3a1de1884e701b95f5d74e (diff)
spectrwm-2.7.0-1.parabola1: updating version
Diffstat (limited to 'libre/spectrwm')
-rw-r--r--libre/spectrwm/PKGBUILD17
1 files changed, 3 insertions, 14 deletions
diff --git a/libre/spectrwm/PKGBUILD b/libre/spectrwm/PKGBUILD
index a5e29caed..af9d4c8aa 100644
--- a/libre/spectrwm/PKGBUILD
+++ b/libre/spectrwm/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 126653 2015-01-27 19:06:39Z kkeen $
+# $Id: PKGBUILD 133981 2015-05-22 20:37:45Z kkeen $
# Maintainer (Arch): Kyle Keen <keenerd@gmail.com>
# Contributor (Arch): Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
pkgname=spectrwm
-pkgver=2.6.2
+pkgver=2.7.0
pkgrel=1.parabola1
pkgdesc="A minimalistic automatic tiling window manager that tries to stay out of the way, without nonfree profont support"
arch=('i686' 'x86_64' 'mips64el')
@@ -19,16 +19,11 @@ optdepends=('scrot: screenshots'
'terminus-font: great font')
backup=(etc/spectrwm.conf)
-# the +2.6.0 gnu/linux makefile does not build
-# so download and use the 2.5.1 makefile until this is fixed
-
source=(http://opensource.conformal.com/snapshots/$pkgname/$pkgname-$pkgver.tgz \
- http://opensource.conformal.com/snapshots/$pkgname/$pkgname-2.5.1.tgz \
LICENSE \
baraction.sh \
spectrwm-no-preload)
-md5sums=('eba7cba0c85706435657f744bf9086bc'
- 'd9aec3342920e31cbe60f1032571043a'
+md5sums=('a638207b5e20ad1bfaf0a8ae61a69eef'
'a67cfe51079481e5b0eab1ad371379e3'
'950d663692e1da56e0ac864c6c3ed80e'
'974d109ce0af39cc73936d5efd682480')
@@ -47,7 +42,6 @@ build() {
sed -i 's/setconfspawn("lock".*/setconfspawn("lock", "xlock", SWM_SPAWN_OPTIONAL);/' spectrwm.c
cd linux
- cp "$srcdir/$pkgname-2.5.1/linux/Makefile" ./
make PREFIX="/usr"
}
@@ -71,9 +65,4 @@ package() {
# fix this for real in the makefile
rm "$pkgdir/usr/bin/scrotwm"
ln -s "/usr/bin/spectrwm" "$pkgdir/usr/bin/scrotwm"
- mkdir -p "$pkgdir"/usr/share/man/{es,it,pt,ru}/man1/
- mv "$pkgdir/usr/share/man/man1/spectrwm_es.1" "$pkgdir/usr/share/man/es/man1/"
- mv "$pkgdir/usr/share/man/man1/spectrwm_it.1" "$pkgdir/usr/share/man/it/man1/"
- mv "$pkgdir/usr/share/man/man1/spectrwm_pt.1" "$pkgdir/usr/share/man/pt/man1/"
- mv "$pkgdir/usr/share/man/man1/spectrwm_ru.1" "$pkgdir/usr/share/man/ru/man1/"
}