libraries/cairomm: Updated for version 1.4.8

This commit is contained in:
Paul Wisehart 2010-05-11 22:23:26 +02:00 committed by Robby Workman
parent f4c7269fec
commit dd61082a22
3 changed files with 8 additions and 9 deletions

View file

@ -22,13 +22,12 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# Modified by the SlackBuilds.org project
PKGNAME=cairomm
VERSION=1.2.4
VERSION=${VERSION:-1.4.8}
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PKGNAME
@ -44,7 +43,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP || exit 1
rm -rf $PKGNAME-$VERSION
tar -xvzf $CWD/$PKGNAME-$VERSION.tar.gz || exit 1
tar xzf $CWD/$PKGNAME-$VERSION.tar.gz || exit 1
cd $PKGNAME-$VERSION || exit 1
chown -R root:root .
chmod -R a-s,u+rw,go-w+r .

View file

@ -1,8 +1,8 @@
PRGNAM="cairomm"
VERSION="1.2.4"
VERSION="1.4.8"
HOMEPAGE="http://cairographics.org/cairomm/"
DOWNLOAD="http://cairographics.org/releases/cairomm-1.2.4.tar.gz"
MD5SUM="5d862facfbd0098c9bae618b61f7c8e6"
DOWNLOAD="http://cairographics.org/releases/cairomm-1.4.8.tar.gz"
MD5SUM="2b2025b3555fa1665d92cf9f9be1a4d3"
MAINTAINER="paul wisehart"
EMAIL="wise@lupulin.net"
APPROVED="rworkman"

View file

@ -5,14 +5,14 @@
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
|-----handy-ruler------------------------------------------------------|
|-----handy-ruler-----------------------------------------------------|
cairomm: cairomm (C++ wrapper for the cairo graphics library)
cairomm:
cairomm: cairomm is a C++ wrapper for the cairo graphics library. It offers
cairomm: all the power of cairo with an interface familiar to C++ developers,
cairomm: including use of the Standard Template Library where it makes sense.
cairomm:
cairomm:
cairomm: Homepage: http://cairographics.org/cairomm/
cairomm:
cairomm:
cairomm: