mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
desktop/trayer-srg: Updated for version 20141126.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
6b8ddcc949
commit
66f40c08e7
2 changed files with 11 additions and 4 deletions
|
@ -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:
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue