diff options
-rw-r--r-- | desktop/lxmenu-data/lxmenu-data.SlackBuild | 10 | ||||
-rw-r--r-- | desktop/lxmenu-data/lxmenu-data.info | 6 |
2 files changed, 7 insertions, 9 deletions
diff --git a/desktop/lxmenu-data/lxmenu-data.SlackBuild b/desktop/lxmenu-data/lxmenu-data.SlackBuild index 37dda089e5..fe0372efae 100644 --- a/desktop/lxmenu-data/lxmenu-data.SlackBuild +++ b/desktop/lxmenu-data/lxmenu-data.SlackBuild @@ -1,7 +1,7 @@ #!/bin/bash # $Id$ # Copyright (c) 2009 Eric Hameleers, Eindhoven, NL -# Copyright 2010-2019 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy +# Copyright 2010-2025 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy # All rights reserved. # # Permission to use, copy, modify, and distribute this software for @@ -44,6 +44,8 @@ # * updated. # 0.1.5-1: 10/jul/2016 by Matteo Bernardini <ponce@slackbuilds.org> # * updated. +# 0.1.6-1: 12/mar/2025 by Matteo Bernardini <ponce@slackbuilds.org> +# * updated. # # Run 'sh lxmenu-data.SlackBuild' to build a Slackware package. # The package is created in /tmp. @@ -54,7 +56,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=lxmenu-data -VERSION=${VERSION:-0.1.5} +VERSION=${VERSION:-0.1.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -67,9 +69,6 @@ if [ -z "$ARCH" ]; then esac fi -# 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 -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -114,7 +113,6 @@ sh autogen.sh || true CXXFLAGS="$SLKCFLAGS" \ CFLAGS="$SLKCFLAGS" \ -LIBS="-lm" \ ./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ diff --git a/desktop/lxmenu-data/lxmenu-data.info b/desktop/lxmenu-data/lxmenu-data.info index 5fd234ff8b..18be0b2035 100644 --- a/desktop/lxmenu-data/lxmenu-data.info +++ b/desktop/lxmenu-data/lxmenu-data.info @@ -1,8 +1,8 @@ PRGNAM="lxmenu-data" -VERSION="0.1.5" +VERSION="0.1.6" HOMEPAGE="https://lxde.org" -DOWNLOAD="http://downloads.sf.net/lxde/lxmenu-data-0.1.5.tar.xz" -MD5SUM="cc1989444284a65dbc7047348a68d6d4" +DOWNLOAD="https://github.com/lxde/releases/raw/refs/heads/master/releases/lxmenu-data-0.1.6.tar.xz" +MD5SUM="c3bdcbd4b7906b7fb3f43bc664bcd1e6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |