summaryrefslogtreecommitdiffstats
path: root/libraries/imlib2
diff options
context:
space:
mode:
author Ryan P.C. McQuen <ryan.q@linux.com>2015-04-05 17:54:03 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-04-12 10:07:00 +0700
commitc36cdaf2c707a48fba5bb506087affaeb835a29e (patch)
tree93390a50b2484038bdd501115438d9944a2f0cbe /libraries/imlib2
parent1a3ccba497824159464d2abb0a512059edd2f72b (diff)
downloadslackbuilds-c36cdaf2c707a48fba5bb506087affaeb835a29e.tar.gz
slackbuilds-c36cdaf2c707a48fba5bb506087affaeb835a29e.tar.xz
libraries/imlib2: Updated for version 1.4.7.
Thanks to Willy for the ping. :^) Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
Diffstat (limited to 'libraries/imlib2')
-rw-r--r--libraries/imlib2/imlib2.SlackBuild12
-rw-r--r--libraries/imlib2/imlib2.info6
2 files changed, 10 insertions, 8 deletions
diff --git a/libraries/imlib2/imlib2.SlackBuild b/libraries/imlib2/imlib2.SlackBuild
index a270604db4..861e589ea3 100644
--- a/libraries/imlib2/imlib2.SlackBuild
+++ b/libraries/imlib2/imlib2.SlackBuild
@@ -1,6 +1,8 @@
#!/bin/sh
# Slackware build script for imlib2
+# Ryan P.C. McQuen | Everett, WA | ryan.q@linux.com
+
# Copyright 2006-2009 Chess Griffin <chess@chessgriffin.com>
# Copyright 2011 Grigorios Bouzakis <grbzks@imap.cc>
# All rights reserved.
@@ -21,7 +23,7 @@
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=imlib2
-VERSION=${VERSION:-1.4.6}
+VERSION=${VERSION:-1.4.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -64,10 +66,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
+ -o -perm 511 \) -exec chmod 755 {} \; -o \
+ \( -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
diff --git a/libraries/imlib2/imlib2.info b/libraries/imlib2/imlib2.info
index 00c7ed3b71..0bb060b834 100644
--- a/libraries/imlib2/imlib2.info
+++ b/libraries/imlib2/imlib2.info
@@ -1,8 +1,8 @@
PRGNAM="imlib2"
-VERSION="1.4.6"
+VERSION="1.4.7"
HOMEPAGE="http://www.enlightenment.org"
-DOWNLOAD="http://downloads.sourceforge.net/enlightenment/imlib2-1.4.6.tar.gz"
-MD5SUM="fbc1160285275e88128a84e6d7f08f8b"
+DOWNLOAD="http://downloads.sourceforge.net/enlightenment/imlib2-1.4.7.tar.gz"
+MD5SUM="f5a1c06ce6e4656a04838a4db8c686b0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""