libraries/gtkmm: Updated for version 2.24.2.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
4b33b383c4
commit
08c25f8d8b
|
@ -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
|
user interfaces either in code or with the Glade User Interface
|
||||||
designer, using libglademm. There's extensive documentation,
|
designer, using libglademm. There's extensive documentation,
|
||||||
including API reference and a tutorial.
|
including API reference and a tutorial.
|
||||||
|
|
||||||
This requires mm-common, pangomm, and atkmm.
|
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
# Modified by Robby Workman <rworkman@slackbuilds.org>
|
# Modified by Robby Workman <rworkman@slackbuilds.org>
|
||||||
|
|
||||||
PRGNAM=gtkmm
|
PRGNAM=gtkmm
|
||||||
VERSION=${VERSION:-2.24.0}
|
VERSION=${VERSION:-2.24.2}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="gtkmm"
|
PRGNAM="gtkmm"
|
||||||
VERSION="2.24.0"
|
VERSION="2.24.2"
|
||||||
HOMEPAGE="http://www.gtkmm.org/"
|
HOMEPAGE="http://www.gtkmm.org/"
|
||||||
DOWNLOAD="http://ftp.acc.umu.se/pub/GNOME/sources/gtkmm/2.24/gtkmm-2.24.0.tar.bz2"
|
DOWNLOAD="http://ftp.acc.umu.se/pub/GNOME/sources/gtkmm/2.24/gtkmm-2.24.2.tar.bz2"
|
||||||
MD5SUM="d0413781fdb884e0ccba52844c94485f"
|
MD5SUM="7f99b5bc384785baf99bd22d4a210f4b"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="atkmm mm-common pangomm"
|
REQUIRES="atkmm mm-common"
|
||||||
MAINTAINER="paul wisehart"
|
MAINTAINER="paul wisehart"
|
||||||
EMAIL="wise@lupulin.net"
|
EMAIL="wise@lupulin.net"
|
||||||
|
|
Loading…
Reference in New Issue