Skip to content

Commit

Permalink
gtkmm: restored module and bumped to 2.24.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Ratler committed Aug 20, 2014
1 parent 93c9c64 commit e630384
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
12 changes: 12 additions & 0 deletions bindings/gtkmm/BUILD
@@ -0,0 +1,12 @@
(

./configure --prefix=${GNOME210_PREFIX:-/usr} \
--build=$BUILD \
--sysconfdir=/etc \
--localstatedir=/var \
--infodir=${GNOME210_PREFIX:-/usr}/share/info \
--mandir=${GNOME210_PREFIX:-/usr}/share/man \
$OPTS &&
default_make

) > $C_FIFO 2>&1
4 changes: 4 additions & 0 deletions bindings/gtkmm/DEPENDS
@@ -0,0 +1,4 @@
depends gtk+-2
depends cairomm
depends pangomm
depends atkmm
13 changes: 13 additions & 0 deletions bindings/gtkmm/DETAILS
@@ -0,0 +1,13 @@
MODULE=gtkmm
VERSION=2.24.4
SOURCE=$MODULE-$VERSION.tar.xz
SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION%.*}
SOURCE_VFY=sha256:443a2ff3fcb42a915609f1779000390c640a6d7fd19ad8816e6161053696f5ee
WEB_SITE=http://gtkmm.org
ENTERED=20021225
UPDATED=20140820
SHORT="C++ bindings for gtk2 and glib2"

cat << EOF
gtkmm2 is the official C++ binding for GTK+2 and Glib2.
EOF

0 comments on commit e630384

Please sign in to comment.