summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-01-01 10:00:54 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-01-07 08:13:55 +0700
commit94ac0e94b4726b9e0a44688ccab2f2f38a08faf3 (patch)
treeff3b764a6fd739272928b9c432f196910b611496 /libraries
parent50fd08ca298d659506be324a8d7bbb82ee86edee (diff)
downloadslackbuilds-94ac0e94b4726b9e0a44688ccab2f2f38a08faf3.tar.gz
slackbuilds-94ac0e94b4726b9e0a44688ccab2f2f38a08faf3.tar.xz
libraries/imlib2: Updated for version 1.10.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/imlib2/imlib2.SlackBuild11
-rw-r--r--libraries/imlib2/imlib2.info6
2 files changed, 5 insertions, 12 deletions
diff --git a/libraries/imlib2/imlib2.SlackBuild b/libraries/imlib2/imlib2.SlackBuild
index dffdbd59cc..80b93e8199 100644
--- a/libraries/imlib2/imlib2.SlackBuild
+++ b/libraries/imlib2/imlib2.SlackBuild
@@ -4,7 +4,7 @@
# Copyright 2006-2009 Chess Griffin <chess@chessgriffin.com>
# Copyright 2011 Grigorios Bouzakis <grbzks@imap.cc>
# Copyright 2011-2017 Ryan P.C. McQuen | Everett, WA | ryanpcmcquen@member.fsf.org
-# Copyright 2017-2021 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
+# Copyright 2017-2023 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for any purpose
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=imlib2
-VERSION=${VERSION:-1.7.4}
+VERSION=${VERSION:-1.10.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -38,9 +38,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
@@ -81,10 +78,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-if ! grep -q "my_libs" configure.ac 2>/dev/null; then
- sed -i 's|@my_libs@||' $PRGNAM-config.in
-fi
-
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
diff --git a/libraries/imlib2/imlib2.info b/libraries/imlib2/imlib2.info
index cf4aa545fc..3ea6e6fec5 100644
--- a/libraries/imlib2/imlib2.info
+++ b/libraries/imlib2/imlib2.info
@@ -1,8 +1,8 @@
PRGNAM="imlib2"
-VERSION="1.7.4"
+VERSION="1.10.0"
HOMEPAGE="https://www.enlightenment.org"
-DOWNLOAD="https://sourceforge.net/projects/enlightenment/files/imlib2-src/1.7.4/imlib2-1.7.4.tar.bz2"
-MD5SUM="373ddc1978e5aa6e3a11bdb1a9d622c6"
+DOWNLOAD="https://sourceforge.net/projects/enlightenment/files/imlib2-src/1.10.0/imlib2-1.10.0.tar.xz"
+MD5SUM="8f692caffa3069d0da2aa87aa6cf5444"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""