diff options
author | Chess Griffin <chess@chessgriffin.com> | 2010-05-11 19:45:04 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 19:45:04 +0200 |
commit | 542213aa849b582593d073ea04323ed325c43ec0 (patch) | |
tree | 709ee6dc83024d34d29d8944c6a2d3371cd2cd4b /libraries/imlib2 | |
parent | d1c2a477ec9cba6358d6adbf2c14709b78a035be (diff) | |
download | slackbuilds-542213aa849b582593d073ea04323ed325c43ec0.tar.gz |
libraries/imlib2: Updated for version 1.4.0
Diffstat (limited to 'libraries/imlib2')
-rw-r--r-- | libraries/imlib2/README | 5 | ||||
-rw-r--r-- | libraries/imlib2/imlib2.SlackBuild | 7 | ||||
-rw-r--r-- | libraries/imlib2/imlib2.info | 10 | ||||
-rw-r--r-- | libraries/imlib2/slack-desc | 12 |
4 files changed, 19 insertions, 15 deletions
diff --git a/libraries/imlib2/README b/libraries/imlib2/README index 3ffe75b492..4d3513f9f4 100644 --- a/libraries/imlib2/README +++ b/libraries/imlib2/README @@ -6,11 +6,8 @@ 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 11 comes with Imlib 1.9. From the imlib2 website: +Slackware 12 comes with Imlib 1.9.x - from the imlib2 website: "Imlib2 can be installed alongside Imlib 1.x without any problems since they are effectively different libraries - but they Have very similar functionality." - -Homepage: http://www.enlightenment.org/Libraries/Imlib2 - diff --git a/libraries/imlib2/imlib2.SlackBuild b/libraries/imlib2/imlib2.SlackBuild index daf9f09c31..cdcc0c5176 100644 --- a/libraries/imlib2/imlib2.SlackBuild +++ b/libraries/imlib2/imlib2.SlackBuild @@ -6,11 +6,11 @@ # Modified by the SlackBuilds.org project PRGNAM=imlib2 -VERSION=1.3.0 +VERSION=1.4.0 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -CWD=`pwd` +CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} @@ -23,11 +23,10 @@ fi rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT -cd $TMP +cd $TMP || exit 1 rm -rf $PRGNAM-$VERSION tar -xzvf $CWD/$PRGNAM-$VERSION.tar.gz || exit 1 cd $PRGNAM-$VERSION || exit 1 - chown -R root:root . chmod -R u+w,go+r-w,a-s . diff --git a/libraries/imlib2/imlib2.info b/libraries/imlib2/imlib2.info index 44d7a2f465..28e3d6f026 100644 --- a/libraries/imlib2/imlib2.info +++ b/libraries/imlib2/imlib2.info @@ -1,8 +1,8 @@ PRGNAM="imlib2" -VERSION="1.3.0" -HOMEPAGE="http://www.enlightenment.org/Libraries/Imlib2/" -DOWNLOAD="http://dl.sourceforge.net/enlightenment/imlib2-1.3.0.tar.gz" -MD5SUM="00b724fc6d2dcfa3045bb6a554bb2c8a" +VERSION="1.4.0" +HOMEPAGE="http://www.enlightenment.org" +DOWNLOAD="http://dl.sourceforge.net/enlightenment/imlib2-1.4.0.tar.gz" +MD5SUM="69f7ee996c943142332b4c98597b095c" MAINTAINER="Chess Griffin" EMAIL="chess@chessgriffin.com" -APPROVED="alien,robw810" +APPROVED="rworkman" diff --git a/libraries/imlib2/slack-desc b/libraries/imlib2/slack-desc index 11cc4ac0fb..dbe55c8ee1 100644 --- a/libraries/imlib2/slack-desc +++ b/libraries/imlib2/slack-desc @@ -1,4 +1,12 @@ -imlib2: Imlib2 is the successor to Imlib. +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +imlib2: Imlib2 (successor to Imlib) imlib2: imlib2: Imlib2 can load image files from disk in one of many formats, save imlib2: images to disk in one of many formats, render image data onto other @@ -6,6 +14,6 @@ imlib2: images, render images to an X-Windows drawable, produce pixmaps and imlib2: pixmap masks of images, apply filters to images, rotate images, imlib2: accept RGBA data for images, scale images, and more. imlib2: -imlib2: Homepage: http://www.enlightenment.org/Libraries/Imlib2 +imlib2: imlib2: imlib2: |