[Lunar-commits] <moonbase> atkmm: new module, needed by gtkmm

Paul Bredbury brebs at lunar-linux.org
Wed Jan 12 12:12:50 CET 2011


commit c7169936abcc025c1da010162272c80634f005f9
Author: Paul Bredbury <brebs at lunar-linux.org>
Date:   Wed Jan 12 18:12:50 2011 +0700

    atkmm: new module, needed by gtkmm
---
 gnome2/bindings/atkmm/DEPENDS |    2 ++
 gnome2/bindings/atkmm/DETAILS |   17 +++++++++++++++++
 2 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/gnome2/bindings/atkmm/DEPENDS b/gnome2/bindings/atkmm/DEPENDS
new file mode 100644
index 0000000..2d3a72f
--- /dev/null
+++ b/gnome2/bindings/atkmm/DEPENDS
@@ -0,0 +1,2 @@
+depends atk
+depends glibmm
diff --git a/gnome2/bindings/atkmm/DETAILS b/gnome2/bindings/atkmm/DETAILS
new file mode 100644
index 0000000..56d7ed3
--- /dev/null
+++ b/gnome2/bindings/atkmm/DETAILS
@@ -0,0 +1,17 @@
+          MODULE=atkmm
+           MAJOR=2.22
+         VERSION=$MAJOR.2
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR
+      SOURCE_VFY=sha1:e9d9e5e158f5a709fbad3436c61c4a48d5b1c8a3
+        WEB_SITE=http://www.gtkmm.org/
+         ENTERED=20110110
+         UPDATED=20110110
+           SHORT="C++ wrapper for atk"
+
+cat << EOF
+atkmm provides a C++ interface for the ATK library. Highlights include
+type-safe callbacks, widgets extensible via inheritance and a
+comprehensive set of widget classes that can be freely combined to
+quickly create complex user interfaces.
+EOF


More information about the Lunar-commits mailing list