Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c72e979be9c2a23e5f525c5232da40905bd2c5e5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c72e979be9c2a23e5f525c5232da40905bd2c5e5)
  • Date: Sat, 22 Jan 2011 17:53:22 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 5 +++++
education/klavaro/DEPENDS | 3 +++
education/klavaro/DETAILS | 17 +++++++++++++++++
education/klavaro/HISTORY | 2 ++
gnome2-libs/gtkdatabox/DEPENDS | 17 +++++++++++++++++
gnome2-libs/gtkdatabox/DETAILS | 17 +++++++++++++++++
gnome2-libs/gtkdatabox/HISTORY | 2 ++
gnome2-libs/gtkdatabox/PRE_BUILD | 4 ++++
gnome2-libs/gtkdatabox/deprecated.patch | 20 ++++++++++++++++++++
9 files changed, 87 insertions(+)

New commits:
commit c72e979be9c2a23e5f525c5232da40905bd2c5e5
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

klavaro: new spell, GTK+2 touch typing tutor program

commit d04c9fd52aae19ae7e43cf2a4d79d0ae537c4e85
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

gtkdatabox: new spell, GTK+2 widget to display large amounts of numerical
data

diff --git a/ChangeLog b/ChangeLog
index 498c90e..af10a8a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-01-23 Vlad Glagolev <stealth AT sourcemage.org>
+ * gnome2-libs/gtkdatabox: new spell, GTK+2 widget to display large
+ amounts of numerical data
+ * education/klavaro: new spell, GTK+2 touch typing tutor program
+
2011-01-21 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* libs/libumd: new spell, a library for rendering umd files
* doc/apvlv: new spell, a pdf viewer with vim-like keybindings
diff --git a/education/klavaro/DEPENDS b/education/klavaro/DEPENDS
new file mode 100755
index 0000000..f53620c
--- /dev/null
+++ b/education/klavaro/DEPENDS
@@ -0,0 +1,3 @@
+depends gtk+2 &&
+depends gtkdatabox &&
+depends curl
diff --git a/education/klavaro/DETAILS b/education/klavaro/DETAILS
new file mode 100755
index 0000000..331bc46
--- /dev/null
+++ b/education/klavaro/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=klavaro
+ VERSION=1.7.4
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:56ffe966bc3181bf5ec0fa34caded4fc158a94c96b587e1512ff906cf8d86c6b28385d374788d0c98c58c94ebb476538236943ccd646d677510ddf004e1d1391
+ LICENSE[0]=GPL
+ WEB_SITE=http://klavaro.sourceforge.net/
+ ENTERED=20110123
+ SHORT="GTK+2 touch typing tutor program"
+cat << EOF
+A touch typing tutor very flexible, supporting customizable keyboard layouts.
+
+You can edit and save new or unknown keyboard layouts, as the basic course
+was designed to not depend on specific ones. Also, there are some charts
+about the learning process.
+EOF
diff --git a/education/klavaro/HISTORY b/education/klavaro/HISTORY
new file mode 100644
index 0000000..4a8125a
--- /dev/null
+++ b/education/klavaro/HISTORY
@@ -0,0 +1,2 @@
+2011-01-23 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: created spell
diff --git a/gnome2-libs/gtkdatabox/DEPENDS b/gnome2-libs/gtkdatabox/DEPENDS
new file mode 100755
index 0000000..ef4456f
--- /dev/null
+++ b/gnome2-libs/gtkdatabox/DEPENDS
@@ -0,0 +1,17 @@
+depends glib2 &&
+depends gtk+2 &&
+
+optional_depends libglade2 \
+ "--enable-libglade" \
+ "--disable-libglade" \
+ "for libglade support" &&
+
+optional_depends glade3 \
+ "--enable-glade" \
+ "--disable-glade" \
+ "for Glade 3 support" &&
+
+optional_depends gtk-doc \
+ "--enable-gtk-doc" \
+ "--disable-gtk-doc" \
+ "to build documentation"
diff --git a/gnome2-libs/gtkdatabox/DETAILS b/gnome2-libs/gtkdatabox/DETAILS
new file mode 100755
index 0000000..d6ebb9a
--- /dev/null
+++ b/gnome2-libs/gtkdatabox/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=gtkdatabox
+ VERSION=0.9.1.1
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:8e56b3fa51f44efe0929d54b273b6101696fa46fd90e96cafeb1d2fff1d6291ef440bffb0f441d5fa241b0a01fd4272234d587ffc5410aecf9f02bd762b59625
+ LICENSE[0]=LGPL
+ WEB_SITE=http://sourceforge.net/projects/gtkdatabox/
+ ENTERED=20110123
+ KEYWORDS="gnome2 libs"
+ SHORT="GTK+2 widget to display large amounts of numerical data"
+cat << EOF
+GtkDatabox is a widget for live display of large amounts of fluctuating
+numerical data. Data presentation (e.g. on linear or logarithmic scales, as
dots
+or lines, with markers/labels) as well as user interaction (e.g. measuring
+distances) is easy.
+EOF
diff --git a/gnome2-libs/gtkdatabox/HISTORY b/gnome2-libs/gtkdatabox/HISTORY
new file mode 100644
index 0000000..80bdf88
--- /dev/null
+++ b/gnome2-libs/gtkdatabox/HISTORY
@@ -0,0 +1,2 @@
+2011-01-23 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS, PRE_BUILD, deprecated.patch: created spell
diff --git a/gnome2-libs/gtkdatabox/PRE_BUILD
b/gnome2-libs/gtkdatabox/PRE_BUILD
new file mode 100755
index 0000000..aebd0f4
--- /dev/null
+++ b/gnome2-libs/gtkdatabox/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+patch -p0 < "$SPELL_DIRECTORY/deprecated.patch"
diff --git a/gnome2-libs/gtkdatabox/deprecated.patch
b/gnome2-libs/gtkdatabox/deprecated.patch
new file mode 100644
index 0000000..9ca3666
--- /dev/null
+++ b/gnome2-libs/gtkdatabox/deprecated.patch
@@ -0,0 +1,20 @@
+--- examples/Makefile.in.orig 2009-05-11 04:57:46.000000000 +0400
++++ examples/Makefile.in 2011-01-23 01:49:43.420341392 +0300
+@@ -285,7 +285,6 @@
+ -DG_DISABLE_DEPRECATED\
+ -DGDK_DISABLE_DEPRECATED\
+ -DGDK_PIXBUF_DISABLE_DEPRECATED\
+- -DGTK_DISABLE_DEPRECATED\
+ @LIBGLADE_CFLAGS@ \
+ `pkg-config gtk+-2.0 --cflags`
+
+--- gtk/Makefile.in.orig 2009-05-11 04:57:46.000000000 +0400
++++ gtk/Makefile.in 2011-01-23 01:50:37.195341393 +0300
+@@ -260,7 +260,6 @@
+ -DG_DISABLE_DEPRECATED\
+ -DGDK_DISABLE_DEPRECATED\
+ -DGDK_PIXBUF_DISABLE_DEPRECATED\
+- -DGTK_DISABLE_DEPRECATED\
+ -DGTK_MULTIHEAD_SAFE=1\
+ `pkg-config gtk+-2.0 --cflags`
+



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c72e979be9c2a23e5f525c5232da40905bd2c5e5), Vlad Glagolev, 01/22/2011

Archive powered by MHonArc 2.6.24.

Top of Page