diff options
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 |
commit | 66f40c08e72b4ab86c51b3434680e00260d07ffb (patch) | |
tree | e6755288b9584a3edf15be7997c8f7f5d9f0343b /desktop/trayer-srg | |
parent | 6b8ddcc9494a2ba56ceae25ef82fcc0685887d43 (diff) | |
download | slackbuilds-66f40c08e72b4ab86c51b3434680e00260d07ffb.tar.gz |
desktop/trayer-srg: Updated for version 20141126.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/trayer-srg')
-rw-r--r-- | desktop/trayer-srg/trayer-srg.SlackBuild | 9 | ||||
-rw-r--r-- | desktop/trayer-srg/trayer-srg.info | 6 |
2 files changed, 11 insertions, 4 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: diff --git a/desktop/trayer-srg/trayer-srg.info b/desktop/trayer-srg/trayer-srg.info index 6830a9b16c..73cd474a19 100644 --- a/desktop/trayer-srg/trayer-srg.info +++ b/desktop/trayer-srg/trayer-srg.info @@ -1,8 +1,8 @@ PRGNAM="trayer-srg" -VERSION="git_r3478b35" +VERSION="20141126" HOMEPAGE="https://github.com/sargon/trayer-srg" -DOWNLOAD="http://bocke.na.rs/distfiles/trayer-srg-git_r3478b35.tar.xz" -MD5SUM="29bb17a391d52d2dbbcacdda1acb6a38" +DOWNLOAD="http://urchlay.naptime.net/~urchlay/src/trayer-srg-20141126.tar.gz" +MD5SUM="83a10adf31f97c09567722e1620a724b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |