From b40c9bf0f30628f8aa9168292e1a4e872db8e843 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 22 Nov 2020 15:18:04 -0500 Subject: network/xaric: Updated for version 0.13.7. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- network/xaric/xaric.SlackBuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'network') diff --git a/network/xaric/xaric.SlackBuild b/network/xaric/xaric.SlackBuild index 7172934bd3808..c729e5fbd8b55 100644 --- a/network/xaric/xaric.SlackBuild +++ b/network/xaric/xaric.SlackBuild @@ -6,9 +6,11 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20201122 bkw: BUILD=2, install icons to the right place. + PRGNAM=xaric VERSION=${VERSION:-0.13.7} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -74,7 +76,7 @@ mkdir -p $PKG/usr/share/applications $PKG/usr/share/pixmaps cat $CWD/$PRGNAM.desktop > $PKG/usr/share/applications/$PRGNAM.desktop cp -a $PRGNAM.xpm $PKG/usr/share/pixmaps for i in 16 32 48; do - dir=$PKG/usr/share/icons/${i}x${i}/apps + dir=$PKG/usr/share/icons/hicolor/${i}x${i}/apps mkdir -p $dir convert $PRGNAM.xpm -resize ${i}x${i}! $dir/$PRGNAM.png done -- cgit v1.2.3