mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
desktop/menutray: Updated for version 0.53.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7b596bdc0f
commit
486c3512a3
4 changed files with 11 additions and 7 deletions
|
@ -1 +1,5 @@
|
|||
menutray (A simple GTK+ application menu tray)
|
||||
|
||||
An application menu through a GTK+ tray status icon.
|
||||
|
||||
Optional dependency: perl-Gtk3
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# Slackware build script for menutray.
|
||||
#
|
||||
# Copyright 2015-2018 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# Copyright 2015-2019 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=menutray
|
||||
VERSION=${VERSION:-0.52}
|
||||
VERSION=${VERSION:-0.53}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="menutray"
|
||||
VERSION="0.52"
|
||||
VERSION="0.53"
|
||||
HOMEPAGE="https://github.com/trizen/menutray/"
|
||||
DOWNLOAD="https://github.com/trizen/menutray/archive/0.52/menutray-0.52.tar.gz"
|
||||
MD5SUM="2640c96d684d82163edad9fb685eb1e3"
|
||||
DOWNLOAD="https://github.com/trizen/menutray/archive/0.53/menutray-0.53.tar.gz"
|
||||
MD5SUM="7b386e8a2e91020e8bc58d9089f551bb"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="perl-data-dump perl-linux-desktop-files perl-gtk2 perl-file-desktopentry"
|
||||
|
|
|
@ -8,6 +8,8 @@
|
|||
|-----handy-ruler------------------------------------------------------|
|
||||
menutray: menutray (A simple GTK+ application menu tray)
|
||||
menutray:
|
||||
menutray: An application menu through a GTK+ tray status icon.
|
||||
menutray:
|
||||
menutray: Home page: https://github.com/trizen/menutray
|
||||
menutray:
|
||||
menutray:
|
||||
|
@ -15,5 +17,3 @@ menutray:
|
|||
menutray:
|
||||
menutray:
|
||||
menutray:
|
||||
menutray:
|
||||
menutray:
|
||||
|
|
Loading…
Reference in a new issue