Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Alexander Tsamutali (dc1594c69cd5f177e023be0a1bb1768804dae59d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Alexander Tsamutali <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Alexander Tsamutali (dc1594c69cd5f177e023be0a1bb1768804dae59d)
  • Date: Sat, 13 Jan 2007 03:41:24 -0600

GIT changes to master grimoire by Alexander Tsamutali <astsmtl AT gmail.com>:

ChangeLog | 4 ++++
gnome2-apps/gazpacho/BUILD | 1 +
gnome2-apps/gazpacho/DEPENDS | 3 +++
gnome2-apps/gazpacho/DETAILS | 26 ++++++++++++++++++++++++++
gnome2-apps/gazpacho/HISTORY | 2 ++
gnome2-apps/gazpacho/INSTALL | 1 +
x11-toolkits/kiwi/BUILD | 1 +
x11-toolkits/kiwi/DEPENDS | 2 ++
x11-toolkits/kiwi/DETAILS | 18 ++++++++++++++++++
x11-toolkits/kiwi/HISTORY | 2 ++
x11-toolkits/kiwi/INSTALL | 1 +
11 files changed, 61 insertions(+)

New commits:
commit dc1594c69cd5f177e023be0a1bb1768804dae59d
Author: Alexander Tsamutali <astsmtl AT gmail.com>
Commit: Alexander Tsamutali <astsmtl AT gmail.com>

gnome2-apps/gazpacho: new spell, GUI builder for GTK+

commit 8b2bdda4cd49244295e5ad683f29f9ee76ba3eb9
Author: Alexander Tsamutali <astsmtl AT gmail.com>
Commit: Alexander Tsamutali <astsmtl AT gmail.com>

x11-toolkits/kiwi: new spell, GUI framework for Python

diff --git a/ChangeLog b/ChangeLog
index 5159358..5b5ac58 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-01-13 Alexander Tsamutali <astsmtl AT gmail.com>
+ * x11-toolkits/kiwi: new spell, GUI framework for Python
+ * gnome2-apps/gazpacho: new spell, GUI builder for GTK+
+
2007-01-12 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
* x11/gtk-engines-cleanice: theme engine cleanice
* shell-term-fm/pcmanfm: new filemanager gtk+2
diff --git a/gnome2-apps/gazpacho/BUILD b/gnome2-apps/gazpacho/BUILD
new file mode 100755
index 0000000..3d7f60b
--- /dev/null
+++ b/gnome2-apps/gazpacho/BUILD
@@ -0,0 +1 @@
+python setup.py build
diff --git a/gnome2-apps/gazpacho/DEPENDS b/gnome2-apps/gazpacho/DEPENDS
new file mode 100755
index 0000000..1195545
--- /dev/null
+++ b/gnome2-apps/gazpacho/DEPENDS
@@ -0,0 +1,3 @@
+depends python &&
+depends pygtk2 &&
+depends kiwi
diff --git a/gnome2-apps/gazpacho/DETAILS b/gnome2-apps/gazpacho/DETAILS
new file mode 100755
index 0000000..479d2ac
--- /dev/null
+++ b/gnome2-apps/gazpacho/DETAILS
@@ -0,0 +1,26 @@
+ SPELL=gazpacho
+ VERSION=0.7.0
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/${VERSION%.*}/$SOURCE
+
SOURCE_HASH=sha512:4ccae9de605f55d57f9303d4ce4d428d25570c8809fa304fbd7016f901e5860c5040c26cb88246417809102a7e3dd8ebdd283c10174193f7a425835093485956
+ WEB_SITE=http://gazpacho.sicem.biz/
+ ENTERED=20070113
+ LICENSE[0]=LGPL
+ SHORT="a fresh new GUI builder for the GTK+ toolkit designed to
be ultra easy to use"
+cat << EOF
+Gazpacho is a fresh new GUI builder for the GTK+ toolkit designed to be
+ultra easy to use.
+
+It is strongly inspired by the Glade project but it is written from scratch
+using the Python language. As a result there are few lines of code to read,
+understand and to maintain!
+
+One of the goals of the project is that the .glade files that Gazpacho
+generates should be fully compatible with libglade so you can use Gazpacho
+whatever the language your application is written with.
+
+Gazpacho is released under the LGPL license so you can use and distribute
+it freely. Gazpacho is very modular so integration with existing IDE
+should be fairly easy to do.
+EOF
diff --git a/gnome2-apps/gazpacho/HISTORY b/gnome2-apps/gazpacho/HISTORY
new file mode 100644
index 0000000..4387516
--- /dev/null
+++ b/gnome2-apps/gazpacho/HISTORY
@@ -0,0 +1,2 @@
+2007-01-13 Alexander Tsamutali <astsmtl AT gmail.com>
+ * DETAILS, DEPENDS, BUILD, INSTALL, HISTORY: Created this spell
diff --git a/gnome2-apps/gazpacho/INSTALL b/gnome2-apps/gazpacho/INSTALL
new file mode 100755
index 0000000..762d43b
--- /dev/null
+++ b/gnome2-apps/gazpacho/INSTALL
@@ -0,0 +1 @@
+python setup.py install
diff --git a/x11-toolkits/kiwi/BUILD b/x11-toolkits/kiwi/BUILD
new file mode 100755
index 0000000..3d7f60b
--- /dev/null
+++ b/x11-toolkits/kiwi/BUILD
@@ -0,0 +1 @@
+python setup.py build
diff --git a/x11-toolkits/kiwi/DEPENDS b/x11-toolkits/kiwi/DEPENDS
new file mode 100755
index 0000000..3e3ce83
--- /dev/null
+++ b/x11-toolkits/kiwi/DEPENDS
@@ -0,0 +1,2 @@
+depends python &&
+depends pygtk2
diff --git a/x11-toolkits/kiwi/DETAILS b/x11-toolkits/kiwi/DETAILS
new file mode 100755
index 0000000..71e08e5
--- /dev/null
+++ b/x11-toolkits/kiwi/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=kiwi
+ VERSION=1.9.11
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/${VERSION%.*}/$SOURCE
+
SOURCE_HASH=sha512:e88fa759e97116cab0f357d369876283a1529e97095d086a36af9435e6018d4c5ef06cb7a408e7cd0f71b7f42b02b0a8bb27e4ba7a4efeea30d02d3b39c6d0ff
+ WEB_SITE=http://www.async.com.br/projects/kiwi/
+ ENTERED=20070113
+ LICENSE[0]=LGPL
+ SHORT="a framework for Python applications with graphical user
interfaces"
+cat << EOF
+Kiwi consists of a set of classes and wrappers for PyGTK that were developed
+to provide a sort of framework for applications. Fully object-oriented, and
+roughly Smalltalk's MVC, Kiwi provides a simple, practical way to build
forms,
+windows and widgets that transparently access and display your object data.
+Kiwi was primarily designed to make implementing the UI for Stoq easier, and
+it is released under the LGPL. Kiwi is inspired by Allen Holub's Visual
Proxy.
+EOF
diff --git a/x11-toolkits/kiwi/HISTORY b/x11-toolkits/kiwi/HISTORY
new file mode 100644
index 0000000..4387516
--- /dev/null
+++ b/x11-toolkits/kiwi/HISTORY
@@ -0,0 +1,2 @@
+2007-01-13 Alexander Tsamutali <astsmtl AT gmail.com>
+ * DETAILS, DEPENDS, BUILD, INSTALL, HISTORY: Created this spell
diff --git a/x11-toolkits/kiwi/INSTALL b/x11-toolkits/kiwi/INSTALL
new file mode 100755
index 0000000..762d43b
--- /dev/null
+++ b/x11-toolkits/kiwi/INSTALL
@@ -0,0 +1 @@
+python setup.py install



  • [SM-Commit] GIT changes to master grimoire by Alexander Tsamutali (dc1594c69cd5f177e023be0a1bb1768804dae59d), Alexander Tsamutali, 01/13/2007

Archive powered by MHonArc 2.6.24.

Top of Page