[arch-commits] Commit in spectrwm/trunk (PKGBUILD)

Kyle Keen kkeen at archlinux.org
Fri May 22 20:37:45 UTC 2015


    Date: Friday, May 22, 2015 @ 22:37:45
  Author: kkeen
Revision: 133981

upgpkg: spectrwm 2.7.0-1

Modified:
  spectrwm/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++-------------
 1 file changed, 2 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-22 20:13:58 UTC (rev 133980)
+++ PKGBUILD	2015-05-22 20:37:45 UTC (rev 133981)
@@ -3,7 +3,7 @@
 # Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
 
 pkgname=spectrwm
-pkgver=2.6.2
+pkgver=2.7.0
 pkgrel=1
 pkgdesc="A minimalistic automatic tiling window manager that tries to stay out of the way."
 arch=('i686' 'x86_64')
@@ -18,16 +18,11 @@
             'terminus-font: great font')
 backup=(etc/spectrwm.conf)
 
-# the +2.6.0 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')
@@ -46,7 +41,6 @@
   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"
 }
 
@@ -70,9 +64,4 @@
   # 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/"
 }



More information about the arch-commits mailing list