aboutsummaryrefslogtreecommitdiff
path: root/desktop/lxmenu-data/lxmenu-data.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/lxmenu-data/lxmenu-data.SlackBuild')
-rw-r--r--desktop/lxmenu-data/lxmenu-data.SlackBuild10
1 files changed, 4 insertions, 6 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} \