From 0fa85c23f74c1d663be9cacc0541e5b288ff3d44 Mon Sep 17 00:00:00 2001 From: Chess Griffin Date: Thu, 13 May 2010 00:29:55 +0200 Subject: libraries/imlib2: Updated for version 1.4.2 --- libraries/imlib2/README | 2 +- libraries/imlib2/imlib2.SlackBuild | 7 +------ libraries/imlib2/imlib2.info | 2 ++ 3 files changed, 4 insertions(+), 7 deletions(-) (limited to 'libraries/imlib2') 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" -- cgit v1.2.3-65-gdbad