mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/cairomm: Updated for version 1.2.4
This commit is contained in:
parent
ad04daa9e5
commit
14e01827dd
4 changed files with 22 additions and 17 deletions
|
@ -3,9 +3,3 @@ all the power of cairo with an interface familiar to C++ developers,
|
|||
including use of the Standard Template Library where it makes sense.
|
||||
|
||||
This requires glibmm (also available from SlackBuilds.org).
|
||||
|
||||
If you want to build a newer version of cairomm, this script has been
|
||||
tested and found to work properly with cairomm-1.2.2. The only change
|
||||
needed in the script is the VERSION string. You will, however, have
|
||||
to install the cairo-1.2.4 package from Slackware 11.0 /testing.
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
# Modified by the SlackBuilds.org project
|
||||
|
||||
PKGNAME=cairomm
|
||||
VERSION=0.6.0
|
||||
VERSION=1.2.4
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -58,13 +58,13 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--enable-static=no \
|
||||
|| exit 1
|
||||
|
||||
make -j3 || exit 1
|
||||
make || exit 1
|
||||
make install-strip DESTDIR=$PKG || exit 1
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PKGNAME-$VERSION
|
||||
cp -a AUTHORS COPYING ChangeLog INSTALL MAINTAINERS NEWS README TODO examples \
|
||||
cp -a AUTHORS COPYING ChangeLog INSTALL MAINTAINERS NEWS README TODO \
|
||||
$PKG/usr/doc/$PKGNAME-$VERSION
|
||||
mv $PKG/usr/share/doc/libcairomm-1.0/reference/html $PKG/usr/doc/$PKGNAME-$VERSION
|
||||
# API reference docs are in here, but we don't need those
|
||||
rm -rf $PKG/usr/share/doc
|
||||
cat $CWD/$PKGNAME.SlackBuild > $PKG/usr/doc/$PKGNAME-$VERSION/$PKGNAME.SlackBuild
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="cairomm"
|
||||
VERSION="0.6.0"
|
||||
VERSION="1.2.4"
|
||||
HOMEPAGE="http://cairographics.org/cairomm/"
|
||||
DOWNLOAD="http://cairographics.org/releases/cairomm-0.6.0.tar.gz"
|
||||
MD5SUM="9d967cf486b0ac59d451d47922c99e6f"
|
||||
DOWNLOAD="http://cairographics.org/releases/cairomm-1.2.4.tar.gz"
|
||||
MD5SUM="5d862facfbd0098c9bae618b61f7c8e6"
|
||||
MAINTAINER="paul wisehart"
|
||||
EMAIL="wise@lupulin.net"
|
||||
APPROVED="robw810"
|
||||
APPROVED="rworkman"
|
||||
|
|
|
@ -1,8 +1,19 @@
|
|||
cairomm:
|
||||
cairomm: cairomm 1.2.2
|
||||
cairomm: pkg'd by paul wisehart <wise@lupulin.net>
|
||||
# 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------------------------------------------------------|
|
||||
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:
|
||||
cairomm:
|
||||
cairomm:
|
||||
cairomm:
|
||||
|
|
Loading…
Reference in a new issue