summaryrefslogtreecommitdiffstats
path: root/desktop/trayer-srg/trayer-srg.SlackBuild
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2015-01-13 06:24:13 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-01-13 06:24:13 +0700
commit66f40c08e72b4ab86c51b3434680e00260d07ffb (patch)
treee6755288b9584a3edf15be7997c8f7f5d9f0343b /desktop/trayer-srg/trayer-srg.SlackBuild
parent6b8ddcc9494a2ba56ceae25ef82fcc0685887d43 (diff)
downloadslackbuilds-66f40c08e72b4ab86c51b3434680e00260d07ffb.tar.gz
slackbuilds-66f40c08e72b4ab86c51b3434680e00260d07ffb.tar.xz
desktop/trayer-srg: Updated for version 20141126.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/trayer-srg/trayer-srg.SlackBuild')
-rw-r--r--desktop/trayer-srg/trayer-srg.SlackBuild9
1 files changed, 8 insertions, 1 deletions
diff --git a/desktop/trayer-srg/trayer-srg.SlackBuild b/desktop/trayer-srg/trayer-srg.SlackBuild
index 8050f2d3bd..318d1032d0 100644
--- a/desktop/trayer-srg/trayer-srg.SlackBuild
+++ b/desktop/trayer-srg/trayer-srg.SlackBuild
@@ -24,8 +24,14 @@
# Now maintained by B. Watson (yalhcru@gmail.com)
+# 20150111 bkw:
+# - Updated for latest git. Switching from git hash as version number to the
+# date of the last commit as found by 'git log'. At least you can compare
+# dates just by looking at them.
+# - Upstream now uses a (non-autotools) ./configure script.
+
PRGNAM=trayer-srg
-VERSION=${VERSION:-git_r3478b35}
+VERSION=${VERSION:-20141126}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -72,6 +78,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+./configure --prefix=/usr/bin
CFLAGS="$SLKCFLAGS" make # This will also strip the executable
# Instead of patching the Makefile, let's install it manually: