summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Matteo Bernardini2024-05-16 17:26:29 +0200
committer Matteo Bernardini2024-05-25 07:13:00 +0200
commitedcad9b5e5e11f378fe8a3c6f35971619e1f8c3b (patch)
treeb826e655310de33bdc864da33c04e211d5ca5b1a
parentbecba3971a51ea467b5e557a19138ec49f667eed (diff)
downloadslackbuilds-gdl.tar.gz
libraries/gdl: Updated for version 3.40.0.gdl
Add -fpermissive for gcc >= 14.x. Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r--libraries/gdl/gdl.SlackBuild9
-rw-r--r--libraries/gdl/gdl.info6
2 files changed, 6 insertions, 9 deletions
diff --git a/libraries/gdl/gdl.SlackBuild b/libraries/gdl/gdl.SlackBuild
index f59ee628ae..707ad87ecd 100644
--- a/libraries/gdl/gdl.SlackBuild
+++ b/libraries/gdl/gdl.SlackBuild
@@ -26,8 +26,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=gdl
-VERSION=${VERSION:-3.34.0}
-BUILD=${BUILD:-3}
+VERSION=${VERSION:-3.40.0}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -39,9 +39,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
@@ -83,7 +80,7 @@ find -L . \
# Don't create the __pycache__ directory.
export PYTHONDONTWRITEBYTECODE=1
-CFLAGS="$SLKCFLAGS" \
+CFLAGS="$SLKCFLAGS -fpermissive" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
diff --git a/libraries/gdl/gdl.info b/libraries/gdl/gdl.info
index cadf2359c3..2b7af28d80 100644
--- a/libraries/gdl/gdl.info
+++ b/libraries/gdl/gdl.info
@@ -1,8 +1,8 @@
PRGNAM="gdl"
-VERSION="3.34.0"
+VERSION="3.40.0"
HOMEPAGE="https://www.gnome.org/"
-DOWNLOAD="https://ftp.gnome.org/pub/GNOME/sources/gdl/3.34/gdl-3.34.0.tar.xz"
-MD5SUM="d624f2ca85555402828d5c4a98912b82"
+DOWNLOAD="https://download.gnome.org/sources/gdl/3.40/gdl-3.40.0.tar.xz"
+MD5SUM="21df1254b49b74a498feb99be57364d0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""