[Lunar-commits] <moonbase-other> atkmm: move it from gnome repo.
Florin Braescu
florin at lunar-linux.org
Fri Aug 15 13:43:55 CEST 2014
commit 26e0ea1e6cabd330a0264e0dab0d2e7f87d8a268
Author: Florin Braescu <florin at lunar-linux.org>
Date: Fri, 15 Aug 2014 14:43:37 +0300
URL: https://github.com/lunar-linux/moonbase-other/commit/26e0ea1e6cabd330a0264e0dab0d2e7f87d8a268
atkmm: move it from gnome repo.
---
libs/atkmm/DEPENDS | +3/-0
libs/atkmm/DETAILS | +16/-0
2 files changed, 19 insertions(+)
--- /dev/null
+++ b/libs/atkmm/DEPENDS
@@ -0,0 +1,3 @@
+depends atk
+depends glibmm
+depends libsigc++2
--- /dev/null
+++ b/libs/atkmm/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=atkmm
+ VERSION=2.22.7
+ SOURCE=$MODULE-$VERSION.tar.xz
+ SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION%.*}
+ SOURCE_VFY=sha1:c3273aa7b84fb163b0ad5bd3ee26b9d1cd4976bb
+ WEB_SITE=http://www.gtkmm.org
+ ENTERED=20110110
+ UPDATED=20130514
+ 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