summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author LEVAI Daniel2013-06-05 18:03:06 +0200
committer dsomero2013-06-05 18:03:06 +0200
commit07bec150c6f06e391b913db838a50d2777909355 (patch)
treed23c90696fb3cbdb496b31c103fa843b2f5f3464 /desktop
parent5eb868527f22724d1160653f39b1f794b7497d74 (diff)
downloadslackbuilds-07bec150c6f06e391b913db838a50d2777909355.tar.gz
desktop/spectrwm: Updated for version 2.3.0.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/spectrwm/doinst.sh2
-rw-r--r--desktop/spectrwm/examples/README2
-rw-r--r--desktop/spectrwm/spectrwm.SlackBuild7
-rw-r--r--desktop/spectrwm/spectrwm.info6
4 files changed, 11 insertions, 6 deletions
diff --git a/desktop/spectrwm/doinst.sh b/desktop/spectrwm/doinst.sh
index a278a2b159..5fb28930db 100644
--- a/desktop/spectrwm/doinst.sh
+++ b/desktop/spectrwm/doinst.sh
@@ -1,3 +1,3 @@
if [ -x /usr/bin/update-desktop-database ]; then
- /usr/bin/update-desktop-database -q
+ /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
fi
diff --git a/desktop/spectrwm/examples/README b/desktop/spectrwm/examples/README
index f87f874257..378ecae0af 100644
--- a/desktop/spectrwm/examples/README
+++ b/desktop/spectrwm/examples/README
@@ -28,4 +28,4 @@ program[capture_w] = spectrwm_screenshot.sh window
bind[capture_w] = MOD+Shift+c
-Needless to say, that these scripts must be in your PATH it the above cases.
+Needless to say, that these scripts must be in your PATH in the above cases.
diff --git a/desktop/spectrwm/spectrwm.SlackBuild b/desktop/spectrwm/spectrwm.SlackBuild
index 7e8496f5f0..477a36490f 100644
--- a/desktop/spectrwm/spectrwm.SlackBuild
+++ b/desktop/spectrwm/spectrwm.SlackBuild
@@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=spectrwm
-VERSION=${VERSION:-2.2.0}
+VERSION=${VERSION:-2.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -94,6 +94,11 @@ rm -f $PKG/usr/bin/scrotwm
find . -type f -exec gzip -9 {} \;
)
+( cd $PKG/usr/lib$LIBDIRSUFFIX
+ ln -sf libswmhack.so.0.0 libswmhack.so
+ ln -sf libswmhack.so.0.0 libswmhack.so.0
+)
+
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/examples/keybindings
install -m0644 -oroot -groot initscreen.sh $CWD/examples/* \
$PKG/usr/doc/$PRGNAM-$VERSION/examples/
diff --git a/desktop/spectrwm/spectrwm.info b/desktop/spectrwm/spectrwm.info
index d490cf448a..313d1c1a37 100644
--- a/desktop/spectrwm/spectrwm.info
+++ b/desktop/spectrwm/spectrwm.info
@@ -1,8 +1,8 @@
PRGNAM="spectrwm"
-VERSION="2.2.0"
+VERSION="2.3.0"
HOMEPAGE="https://opensource.conformal.com/wiki/spectrwm"
-DOWNLOAD="https://opensource.conformal.com/snapshots/spectrwm/spectrwm-2.2.0.tgz"
-MD5SUM="c572727b5fb9fe3674c03a7e51d191c4"
+DOWNLOAD="https://opensource.conformal.com/snapshots/spectrwm/spectrwm-2.3.0.tgz"
+MD5SUM="7698a5b219fdabad07a76ef45b1360d1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""