diff options
author | Tomas Matejicek <tomas@slax.org> | 2022-07-29 21:24:46 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-07-29 21:24:46 +0700 |
commit | e9b5b3c9086ea9654b9764792534020469759fd5 (patch) | |
tree | d44468847264c22a03a99c7fe2442e7ef29f82c3 | |
parent | 0c5e82963898f120d99cfbce60e9f7580bf28088 (diff) |
desktop/xlunch: Updated for version 4.7.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | desktop/xlunch/xlunch.SlackBuild | 6 | ||||
-rw-r--r-- | desktop/xlunch/xlunch.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/desktop/xlunch/xlunch.SlackBuild b/desktop/xlunch/xlunch.SlackBuild index db90664c4cd2..7e8ed466530b 100644 --- a/desktop/xlunch/xlunch.SlackBuild +++ b/desktop/xlunch/xlunch.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=xlunch -VERSION=${VERSION:-4.7.3} +VERSION=${VERSION:-4.7.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -76,14 +76,14 @@ 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 {} \; -sed -i '17d;18d;19d;20d;22d;23d;48d' Makefile +sed -i '17d;18d;19d;20d;21d;23d;24d;49d' Makefile CFLAGS="$SLKCFLAGS" \ make mkdir -p $PKG/usr/bin make install DESTDIR=$PKG - +mv $PKG/etc/xlunch/default.conf $PKG/etc/xlunch/default.conf.new cp extra/gentriesquick $PKG/usr/bin/xlunch_genquick find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ diff --git a/desktop/xlunch/xlunch.info b/desktop/xlunch/xlunch.info index d5692616225a..816d84a42f74 100644 --- a/desktop/xlunch/xlunch.info +++ b/desktop/xlunch/xlunch.info @@ -1,8 +1,8 @@ PRGNAM="xlunch" -VERSION="4.7.3" +VERSION="4.7.4" HOMEPAGE="http://www.xlunch.org/" -DOWNLOAD="https://github.com/Tomas-M/xlunch/archive/v4.7.3/xlunch-4.7.3.tar.gz" -MD5SUM="366e25b887d381d4a39a8361ecd1442b" +DOWNLOAD="https://github.com/Tomas-M/xlunch/archive/v4.7.4/xlunch-4.7.4.tar.gz" +MD5SUM="1be1e9cdca07ef999b73557376e33c8d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="imlib2" |