desktop/menutray: Updated for version 0.51.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
be7ad836cb
commit
2461a4e483
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=menutray
|
||||
VERSION=${VERSION:-0.50}
|
||||
VERSION=${VERSION:-0.51}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -72,11 +72,8 @@ find -L . \
|
|||
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
|
||||
|
||||
install -d $PKG/usr/bin
|
||||
install -D -m755 menutray $PKG/usr/bin/menutray
|
||||
|
||||
mkdir -p $PKG/etc/xdg/$PRGNAM
|
||||
cp schema.pl $PKG/etc/xdg/$PRGNAM
|
||||
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
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="menutray"
|
||||
VERSION="0.50"
|
||||
VERSION="0.51"
|
||||
HOMEPAGE="https://github.com/trizen/menutray/"
|
||||
DOWNLOAD="https://github.com/trizen/menutray/archive/0.50/menutray-0.50.tar.gz"
|
||||
MD5SUM="7487cd238f79065250dda52e830596bb"
|
||||
DOWNLOAD="https://github.com/trizen/menutray/archive/0.51/menutray-0.51.tar.gz"
|
||||
MD5SUM="57062d90f87c30a2e4f9655b4ac25447"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="perl-data-dump perl-linux-desktop-files perl-gtk2"
|
||||
REQUIRES="perl-data-dump perl-linux-desktop-files perl-gtk2 perl-file-desktopentry"
|
||||
MAINTAINER="Edinaldo P. Silva"
|
||||
EMAIL="edps.mundognu@gmail.com"
|
||||
|
|
Loading…
Reference in New Issue