mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
desktop/xlunch: Updated for version 2.3.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
9e97654de5
commit
2b9bb3ea4c
2 changed files with 5 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=xlunch
|
||||
VERSION=${VERSION:-2.2}
|
||||
VERSION=${VERSION:-2.3.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -69,6 +69,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 {} \;
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
make
|
||||
|
||||
mkdir -p $PKG/usr/bin
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="xlunch"
|
||||
VERSION="2.2"
|
||||
VERSION="2.3.2"
|
||||
HOMEPAGE="http://www.xlunch.org/"
|
||||
DOWNLOAD="https://github.com/Tomas-M/xlunch/archive/v2.2/xlunch-2.2.tar.gz"
|
||||
MD5SUM="59e11d9f8f177bfa061e2f91a66ae3bd"
|
||||
DOWNLOAD="https://github.com/Tomas-M/xlunch/archive/v2.3.2/xlunch-2.3.2.tar.gz"
|
||||
MD5SUM="7c4f15a90be101b7e7a8a2e543a9cfc0"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="imlib2"
|
||||
|
|
Loading…
Reference in a new issue