summaryrefslogtreecommitdiffstats
path: root/libraries/imlib2
diff options
context:
space:
mode:
author Chess Griffin <chess@chessgriffin.com>2010-05-13 00:29:55 +0200
committer David Somero <xgizzmo@slackbuilds.org>2010-05-13 00:29:55 +0200
commit0fa85c23f74c1d663be9cacc0541e5b288ff3d44 (patch)
tree2137552d22d59675a57ee0438c26fd57277ce952 /libraries/imlib2
parent70c2e6cd3d22273ed4a27235791ac085ce7fbc1b (diff)
downloadslackbuilds-0fa85c23f74c1d663be9cacc0541e5b288ff3d44.tar.gz
slackbuilds-0fa85c23f74c1d663be9cacc0541e5b288ff3d44.tar.xz
libraries/imlib2: Updated for version 1.4.2
Diffstat (limited to 'libraries/imlib2')
-rw-r--r--libraries/imlib2/README2
-rw-r--r--libraries/imlib2/imlib2.SlackBuild7
-rw-r--r--libraries/imlib2/imlib2.info2
3 files changed, 4 insertions, 7 deletions
diff --git a/libraries/imlib2/README b/libraries/imlib2/README
index 8ecf5496cf..be22c6d4b3 100644
--- a/libraries/imlib2/README
+++ b/libraries/imlib2/README
@@ -6,7 +6,7 @@ images, render images to an X-Windows drawable, produce pixmaps and
pixmap masks of images, apply filters to images, rotate images,
accept RGBA data for images, scale images, and more.
-Slackware 12.1 comes with Imlib 1.9.x - Note that the imlib2 site says:
+Slackware 13.0 comes with Imlib 1.9.x - Note that the imlib2 site says:
"Imlib2 can be installed alongside Imlib 1.x without any problems since
they are effectively different libraries - but they have very similar
functionality."
diff --git a/libraries/imlib2/imlib2.SlackBuild b/libraries/imlib2/imlib2.SlackBuild
index bccb9d4dc3..c59c158839 100644
--- a/libraries/imlib2/imlib2.SlackBuild
+++ b/libraries/imlib2/imlib2.SlackBuild
@@ -81,11 +81,6 @@ make install DESTDIR=$PKG
xargs strip --strip-unneeded 2> /dev/null
)
-( cd $PKG/usr/man
- find . -type f -exec gzip -9 {} \;
- for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
-)
-
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS COPYING* ChangeLog INSTALL NEWS README TODO doc/* \
$PKG/usr/doc/$PRGNAM-$VERSION
@@ -96,4 +91,4 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
+/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
diff --git a/libraries/imlib2/imlib2.info b/libraries/imlib2/imlib2.info
index add5a37599..5e5f57ef2c 100644
--- a/libraries/imlib2/imlib2.info
+++ b/libraries/imlib2/imlib2.info
@@ -2,7 +2,9 @@ PRGNAM="imlib2"
VERSION="1.4.2"
HOMEPAGE="http://www.enlightenment.org"
DOWNLOAD="http://downloads.sourceforge.net/enlightenment/imlib2-1.4.2.tar.gz"
+DOWNLOAD_x86_64=""
MD5SUM="0c866a7e696ad5ac58bc9312149f15f0"
+MD5SUM_x86_64=""
MAINTAINER="Chess Griffin"
EMAIL="chess@chessgriffin.com"
APPROVED="dsomero"