summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-08-25 06:27:23 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-08-25 06:27:51 -0300
commit923e82ea210ea93e6d5f2cf3c969266b35d5bf4e (patch)
tree481c0ccbead33bcf492ebe2d07d85f9b68d4bd13 /libre
parent710c4ead59c110b5b10bda028e947c90d582528b (diff)
downloadabslibre-923e82ea210ea93e6d5f2cf3c969266b35d5bf4e.tar.gz
abslibre-923e82ea210ea93e6d5f2cf3c969266b35d5bf4e.tar.bz2
abslibre-923e82ea210ea93e6d5f2cf3c969266b35d5bf4e.zip
spectrwm-parabola: updating version, replace libre to parabola suffix
Diffstat (limited to 'libre')
-rw-r--r--libre/spectrwm-parabola/LICENSE (renamed from libre/spectrwm-libre/LICENSE)0
-rw-r--r--libre/spectrwm-parabola/PKGBUILD (renamed from libre/spectrwm-libre/PKGBUILD)21
-rw-r--r--libre/spectrwm-parabola/baraction.sh (renamed from libre/spectrwm-libre/baraction.sh)0
-rw-r--r--libre/spectrwm-parabola/spectrwm-no-preload (renamed from libre/spectrwm-libre/spectrwm-no-preload)0
4 files changed, 14 insertions, 7 deletions
diff --git a/libre/spectrwm-libre/LICENSE b/libre/spectrwm-parabola/LICENSE
index 24c04f3a0..24c04f3a0 100644
--- a/libre/spectrwm-libre/LICENSE
+++ b/libre/spectrwm-parabola/LICENSE
diff --git a/libre/spectrwm-libre/PKGBUILD b/libre/spectrwm-parabola/PKGBUILD
index ed632759b..082f189c5 100644
--- a/libre/spectrwm-libre/PKGBUILD
+++ b/libre/spectrwm-parabola/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 110857 2014-05-08 17:25:29Z kkeen $
+# $Id: PKGBUILD 117835 2014-08-24 14:10:25Z kkeen $
# Maintainer (Arch): Kyle Keen <keenerd@gmail.com>
# Contributor (Arch): Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
_pkgname=spectrwm
-pkgname=spectrwm-libre
-pkgver=2.5.1
+pkgname=spectrwm-parabola
+pkgver=2.6.0
pkgrel=1
pkgdesc="A minimalistic automatic tiling window manager that tries to stay out of the way, without nonfree profont support"
arch=('i686' 'x86_64' 'mips64el')
@@ -12,19 +12,25 @@ url="http://www.spectrwm.org"
_watch="https://opensource.conformal.com/snapshots/spectrwm/"
license=('custom:ISC')
depends=('dmenu' 'xcb-util' 'xcb-util-wm' 'xcb-util-keysyms' 'libxrandr' 'libxft' 'libxcursor')
-replaces=('spectrwm' 'scrotwm')
-conflicts=('spectrwm')
+replaces=('spectrwm' 'scrotwm' 'spectrwm-libre')
+conflicts=('spectrwm' 'spectrwm-libre')
provides=("spectrwm=$pkgver")
makedepends=('libxt')
optdepends=('scrot: screenshots'
'xlockmore: great screenlocker'
'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=('d9aec3342920e31cbe60f1032571043a'
+md5sums=('278acafe23d2fa2b1d7a3705bcbe95de'
+ 'd9aec3342920e31cbe60f1032571043a'
'a67cfe51079481e5b0eab1ad371379e3'
'950d663692e1da56e0ac864c6c3ed80e'
'974d109ce0af39cc73936d5efd682480')
@@ -33,7 +39,7 @@ build() {
cd "$srcdir/$_pkgname-$pkgver"
sed -i 's|\"/usr/local/lib/libswmhack.so\"|\"libswmhack.so\"|' spectrwm.c
- sed -i 's/verbose_layout = 0;/verbose_layout = 1;/' spectrwm.c
+ sed -i 's/verbose_layout = false;/verbose_layout = true;/' spectrwm.c
sed -i 's/# modkey = Mod1/modkey = Mod4/' spectrwm.conf
# crashes if defaults can't be found, use less massive defaults
sed -i 's/-\*-terminus-medium-\*-\*-\*-\*/-*-profont-*-*-*-*-12/' spectrwm.conf
@@ -43,6 +49,7 @@ 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"
}
diff --git a/libre/spectrwm-libre/baraction.sh b/libre/spectrwm-parabola/baraction.sh
index 96a8a7b1a..96a8a7b1a 100644
--- a/libre/spectrwm-libre/baraction.sh
+++ b/libre/spectrwm-parabola/baraction.sh
diff --git a/libre/spectrwm-libre/spectrwm-no-preload b/libre/spectrwm-parabola/spectrwm-no-preload
index 12385eddb..12385eddb 100644
--- a/libre/spectrwm-libre/spectrwm-no-preload
+++ b/libre/spectrwm-parabola/spectrwm-no-preload