mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
desktop/xlunch: Updated for version 4.7.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2378b0f4cc
commit
a2e498b387
3 changed files with 14 additions and 9 deletions
|
@ -11,4 +11,10 @@ config() {
|
|||
# Otherwise, we leave the .new copy for the admin to consider...
|
||||
}
|
||||
|
||||
config etc/xlunch/icons.conf.new
|
||||
config etc/xlunch/default.conf.new
|
||||
|
||||
if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
|
||||
if [ -x /usr/bin/gtk-update-icon-cache ]; then
|
||||
/usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1
|
||||
fi
|
||||
fi
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=xlunch
|
||||
VERSION=${VERSION:-2.3.2}
|
||||
VERSION=${VERSION:-4.7.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -38,9 +38,6 @@ if [ -z "$ARCH" ]; then
|
|||
esac
|
||||
fi
|
||||
|
||||
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
|
||||
# the name of the created package would be, and then exit. This information
|
||||
# could be useful to other scripts.
|
||||
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
|
||||
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
|
||||
exit 0
|
||||
|
@ -79,13 +76,15 @@ 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
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
make
|
||||
|
||||
mkdir -p $PKG/usr/bin
|
||||
make install DESTDIR=$PKG
|
||||
|
||||
mv $PKG/etc/xlunch/icons.conf $PKG/etc/xlunch/icons.conf.new
|
||||
cp extra/gentriesquick $PKG/usr/bin/xlunch_genquick
|
||||
|
||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="xlunch"
|
||||
VERSION="2.3.2"
|
||||
VERSION="4.7.3"
|
||||
HOMEPAGE="http://www.xlunch.org/"
|
||||
DOWNLOAD="https://github.com/Tomas-M/xlunch/archive/v2.3.2/xlunch-2.3.2.tar.gz"
|
||||
MD5SUM="7c4f15a90be101b7e7a8a2e543a9cfc0"
|
||||
DOWNLOAD="https://github.com/Tomas-M/xlunch/archive/v4.7.3/xlunch-4.7.3.tar.gz"
|
||||
MD5SUM="366e25b887d381d4a39a8361ecd1442b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="imlib2"
|
||||
|
|
Loading…
Reference in a new issue