diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2022-08-05 23:17:15 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-08-06 20:16:10 +0700 |
commit | d99cd706c3300feab8655cd11e63456b1079fe29 (patch) | |
tree | 4ac899b2dc0b0cfba8884251befbf995be6b36ef /desktop | |
parent | 4a6b0fdcb446c2aed661378a58bfcbf20428092f (diff) |
desktop/menutray: Updated for version 0.54.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/menutray/menutray.SlackBuild | 14 | ||||
-rw-r--r-- | desktop/menutray/menutray.info | 8 |
2 files changed, 8 insertions, 14 deletions
diff --git a/desktop/menutray/menutray.SlackBuild b/desktop/menutray/menutray.SlackBuild index e26291153a163..5ac96d959da0a 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 5f2e40341bc56..c4f0d22cf98f4 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" |