mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
desktop/jgmenu: Updated for version 1.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
b9e9d730e4
commit
ad90ec5764
2 changed files with 4 additions and 7 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=jgmenu
|
||||
VERSION=${VERSION:-0.9.1}
|
||||
VERSION=${VERSION:-1.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -74,9 +74,6 @@ sed -i -i "s|/lib/|/lib$LIBDIRSUFFIX/|" Makefile.inc
|
|||
make
|
||||
make DESTDIR=$PKG prefix=/usr install
|
||||
|
||||
sed -i 's/start-here/\distributor-logo-slackware/g' \
|
||||
$PKG/usr/share/applications/jgmenu.desktop
|
||||
|
||||
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
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="jgmenu"
|
||||
VERSION="0.9.1"
|
||||
VERSION="1.0"
|
||||
HOMEPAGE="https://www.github.com/johanmalm/jgmenu/"
|
||||
DOWNLOAD="https://github.com/johanmalm/jgmenu/archive/v0.9.1/jgmenu-0.9.1.tar.gz"
|
||||
MD5SUM="0266a6276f0ee331b9ddebae1052e5fe"
|
||||
DOWNLOAD="https://github.com/johanmalm/jgmenu/archive/v1.0/jgmenu-1.0.tar.gz"
|
||||
MD5SUM="60a5e67d6ff66a4174117a1dfe9cbc5b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3 menu-cache"
|
||||
|
|
Loading…
Reference in a new issue