summaryrefslogtreecommitdiffstats
path: root/desktop/xdgmenumaker/xdgmenumaker.SlackBuild
diff options
context:
space:
mode:
author B. Watson2015-09-14 23:23:44 +0200
committer Willy Sudiarto Raharjo2015-09-19 14:49:17 +0200
commitcf729dadd71d992079c511e8240b1dd7046e028f (patch)
treec3bc4be2a9331d6569857a77fb1da79c62632b2a /desktop/xdgmenumaker/xdgmenumaker.SlackBuild
parent672e2610f9602488c49613db27553ec0eff6628f (diff)
downloadslackbuilds-cf729dadd71d992079c511e8240b1dd7046e028f.tar.gz
desktop/xdgmenumaker: Updated for version 0.8.
Diffstat (limited to 'desktop/xdgmenumaker/xdgmenumaker.SlackBuild')
-rw-r--r--desktop/xdgmenumaker/xdgmenumaker.SlackBuild15
1 files changed, 9 insertions, 6 deletions
diff --git a/desktop/xdgmenumaker/xdgmenumaker.SlackBuild b/desktop/xdgmenumaker/xdgmenumaker.SlackBuild
index 24765e4ad4..87c86df9a5 100644
--- a/desktop/xdgmenumaker/xdgmenumaker.SlackBuild
+++ b/desktop/xdgmenumaker/xdgmenumaker.SlackBuild
@@ -1,14 +1,17 @@
#!/bin/sh
# Slackware build script for xdgmenumaker
-# Copyright 2013, Andrew Tkalia, Ukraine, Kyiv
-# Written by B. Watson (yalhcru@gmail.com)
+# Originally written by Andrew Tkalia
+# Modified by B. Watson (yalhcru@gmail.com)
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/
# for details.
+# 20150914 bkw: updated 0.5 => 0.8. upstream now uses a Makefile
+# instead of install.sh so this script can't build the old version.
+
PRGNAM=xdgmenumaker
-VERSION=${VERSION:-0.5}
+VERSION=${VERSION:-0.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -36,18 +39,18 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# install man pages where Slackware wants them:
-sed -i 's,share/man,man,' install.sh
+sed -i 's,share/man,man,' Makefile
# I had to use the full path to xdgmenumaker to get a windowmaker
# dynamic menu to work, the man page should reflect this:
sed -i '/``xdgmenumaker -f windowmaker``/s,``,``/usr/bin/,' man/$PRGNAM.t2t
-DESTDIR=$PKG ./install.sh
+make -j1 man install DESTDIR=$PKG PREFIX=/usr
gzip $PKG/usr/man/man1/$PRGNAM.1
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a AUTHORS COPYING README $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a AUTHORS COPYING README* $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install