summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Edinaldo P. Silva2022-08-06 00:17:15 +0200
committer Willy Sudiarto Raharjo2022-08-06 15:16:10 +0200
commitd99cd706c3300feab8655cd11e63456b1079fe29 (patch)
tree4ac899b2dc0b0cfba8884251befbf995be6b36ef
parent4a6b0fdcb446c2aed661378a58bfcbf20428092f (diff)
downloadslackbuilds-d99cd706c3300feab8655cd11e63456b1079fe29.tar.gz
desktop/menutray: Updated for version 0.54.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--desktop/menutray/menutray.SlackBuild14
-rw-r--r--desktop/menutray/menutray.info8
2 files changed, 8 insertions, 14 deletions
diff --git a/desktop/menutray/menutray.SlackBuild b/desktop/menutray/menutray.SlackBuild
index e26291153a..5ac96d959d 100644
--- a/desktop/menutray/menutray.SlackBuild
+++ b/desktop/menutray/menutray.SlackBuild
@@ -2,7 +2,7 @@
#
# Slackware build script for menutray.
#
-# Copyright 2015-2019 Edinaldo P. Silva, Rio de Janeiro, Brazil.
+# Copyright 2015-2022 Edinaldo P. Silva, Rio de Janeiro, Brazil.
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,18 +25,12 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=menutray
-VERSION=${VERSION:-0.53}
+VERSION=${VERSION:-0.54}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
-if [ -z "$ARCH" ]; then
- case "$( uname -m )" in
- i?86) ARCH=i586 ;;
- arm*) ARCH=arm ;;
- *) ARCH=$( uname -m ) ;;
- esac
-fi
+ARCH=noarch
# 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
@@ -86,7 +80,7 @@ install -Dm755 $PRGNAM $PKG/usr/bin/$PRGNAM
install -Dm644 schema.pl $PKG/etc/xdg/$PRGNAM/schema.pl
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp INSTALL.md LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION
+cp LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/desktop/menutray/menutray.info b/desktop/menutray/menutray.info
index 5f2e40341b..c4f0d22cf9 100644
--- a/desktop/menutray/menutray.info
+++ b/desktop/menutray/menutray.info
@@ -1,10 +1,10 @@
PRGNAM="menutray"
-VERSION="0.53"
+VERSION="0.54"
HOMEPAGE="https://github.com/trizen/menutray/"
-DOWNLOAD="https://github.com/trizen/menutray/archive/0.53/menutray-0.53.tar.gz"
-MD5SUM="7b386e8a2e91020e8bc58d9089f551bb"
+DOWNLOAD="https://github.com/trizen/menutray/archive/0.54/menutray-0.54.tar.gz"
+MD5SUM="3279e297709d846c278c208aa770dec3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="perl-data-dump perl-linux-desktop-files perl-gtk2 perl-file-desktopentry"
+REQUIRES="perl-data-dump perl-linux-desktop-files perl-gtk2 perl-Gtk3 perl-file-desktopentry"
MAINTAINER="Edinaldo P. Silva"
EMAIL="edps.mundognu@gmail.com"