libraries/pangomm: Updated for version 2.28.4.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
ponce 2012-07-23 21:28:00 +02:00 committed by Robby Workman
parent 494142a851
commit 5071ae4643
3 changed files with 5 additions and 7 deletions

View File

@ -1,3 +1 @@
Pangomm is a C++ API for Pango.
This requires cairomm.

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pangomm
VERSION=${VERSION:-2.28.1}
VERSION=${VERSION:-2.28.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -62,7 +62,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
cd $PRGNAM-$VERSION
chown -R root:root .
chmod -R a-s,u+rw,go-w+r .

View File

@ -1,8 +1,8 @@
PRGNAM="pangomm"
VERSION="2.28.1"
VERSION="2.28.4"
HOMEPAGE="http://www.gtkmm.org/"
DOWNLOAD="http://ftp.gnome.org/pub/gnome/sources/pangomm/2.28/pangomm-2.28.1.tar.bz2"
MD5SUM="03e6406bfb311e4018e69ab2a02b489b"
DOWNLOAD="http://ftp.gnome.org/pub/gnome/sources/pangomm/2.28/pangomm-2.28.4.tar.xz"
MD5SUM="f4fe0905ee56e1ff0205005e61d2a66f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="cairomm"