summaryrefslogtreecommitdiffstats
path: root/desktop/trayer-srg/trayer-srg.SlackBuild
diff options
context:
space:
mode:
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: