libraries/gtkmm: Updated for version 2.24.2.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
ponce 2012-07-25 12:45:30 +02:00 committed by Robby Workman
parent 4b33b383c4
commit 08c25f8d8b
3 changed files with 5 additions and 7 deletions

View File

@ -4,5 +4,3 @@ of widgets that are easily extensible via inheritance. You can create
user interfaces either in code or with the Glade User Interface
designer, using libglademm. There's extensive documentation,
including API reference and a tutorial.
This requires mm-common, pangomm, and atkmm.

View File

@ -25,7 +25,7 @@
# Modified by Robby Workman <rworkman@slackbuilds.org>
PRGNAM=gtkmm
VERSION=${VERSION:-2.24.0}
VERSION=${VERSION:-2.24.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,10 +1,10 @@
PRGNAM="gtkmm"
VERSION="2.24.0"
VERSION="2.24.2"
HOMEPAGE="http://www.gtkmm.org/"
DOWNLOAD="http://ftp.acc.umu.se/pub/GNOME/sources/gtkmm/2.24/gtkmm-2.24.0.tar.bz2"
MD5SUM="d0413781fdb884e0ccba52844c94485f"
DOWNLOAD="http://ftp.acc.umu.se/pub/GNOME/sources/gtkmm/2.24/gtkmm-2.24.2.tar.bz2"
MD5SUM="7f99b5bc384785baf99bd22d4a210f4b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="atkmm mm-common pangomm"
REQUIRES="atkmm mm-common"
MAINTAINER="paul wisehart"
EMAIL="wise@lupulin.net"