Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

desktop/jgmenu: Updated for version 4.5.0. #9127

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions desktop/jgmenu/jgmenu.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Slackware build script for jgmenu.
#
# Copyright 2017-2022 Edinaldo P. Silva, Rio de Janeiro, Brazil.
# Copyright 2017-2024 Edinaldo P. Silva, Rio de Janeiro, Brazil.
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
Expand All @@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=jgmenu
VERSION=${VERSION:-4.4.1}
VERSION=${VERSION:-4.5.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
Expand Down Expand Up @@ -99,7 +99,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $(find $PKG/usr/man -type l); do ln -s $(readlink $i).gz $i.gz; rm $i; done

mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -r docs examples INSTALL.md LICENSE NEWS.md README.md TODO.md \
cp -r docs examples LICENSE NEWS.md README.md TODO.md \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

Expand Down
6 changes: 3 additions & 3 deletions desktop/jgmenu/jgmenu.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PRGNAM="jgmenu"
VERSION="4.4.1"
VERSION="4.5.0"
HOMEPAGE="https://www.github.com/johanmalm/jgmenu/"
DOWNLOAD="https://github.com/johanmalm/jgmenu/archive/v4.4.1/jgmenu-4.4.1.tar.gz"
MD5SUM="0b7efc20b870c2960d50ff2004410df9"
DOWNLOAD="https://github.com/johanmalm/jgmenu/archive/v4.5.0/jgmenu-4.5.0.tar.gz"
MD5SUM="d46c6a71e9d26ec296c4e940817ca7fe"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="menu-cache"
Expand Down