Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (afb923b3354853a82de75cf6dd824e7d3cc9dc20)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (afb923b3354853a82de75cf6dd824e7d3cc9dc20)
  • Date: Tue, 22 Aug 2006 14:53:04 -0500

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

ChangeLog | 5 +++++
dev/null |binary
gnome2-apps/gideon/DEPENDS | 6 +++---
gnome2-apps/gideon/DETAILS | 2 +-
gnome2-apps/gideon/HISTORY | 5 +++++
gnome2-apps/gideon/gideon-2.8.0.tar.bz2.sig |binary
gnome2-apps/gideon/gideon-R8.BETA.tar.bz2.sig | 0
gnome2-libs/guiloader-c++/DEPENDS | 4 ++++
gnome2-libs/guiloader-c++/DETAILS | 19 +++++++++++++++++++
gnome2-libs/guiloader-c++/HISTORY | 2 ++
gnome2-libs/guiloader/DEPENDS | 1 +
gnome2-libs/guiloader/DETAILS | 18 ++++++++++++++++++
gnome2-libs/guiloader/HISTORY | 2 ++
13 files changed, 60 insertions(+), 4 deletions(-)

New commits:
commit afb923b3354853a82de75cf6dd824e7d3cc9dc20
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

gnome2-libs/guiloader: new spell, a high-performance and compact GuiXml
loader library
gnome2-libs/guiloader: new spell, C++ bindings for GuiLoader

gnome2-apps/gideon:

DETAILS: updated to 2.8.0
DEPENDS: removed gtkmm2 and gconf2 depends, now depends on
guiloader{,-cpp}

diff --git a/ChangeLog b/ChangeLog
index 1b23e94..73f17cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-08-23 Pol Vinogradov <vin.public AT gmail.com>
+ * gnome2-libs/guiloader: new spell, a high-performance and compact
+ GuiXml loader library
+ * gnome2-libs/guiloader: new spell, C++ bindings for GuiLoader
+
2006-08-22 Anton Brondz <dinolinux AT sourcemage.org>
* audio-creation/tap-plugins: removed, duplicate spell

diff --git a/gnome2-apps/gideon/DEPENDS b/gnome2-apps/gideon/DEPENDS
index b7ec1e1..01a1ffb 100755
--- a/gnome2-apps/gideon/DEPENDS
+++ b/gnome2-apps/gideon/DEPENDS
@@ -1,4 +1,4 @@
-depends gtk+2 &&
-depends gtkmm2 &&
-depends gconf2 &&
+depends gtk+2 &&
+depends guiloader &&
+depends guiloader-c++ &&
depends gnome-vfs2
diff --git a/gnome2-apps/gideon/DETAILS b/gnome2-apps/gideon/DETAILS
index 019dd2b..be60cae 100755
--- a/gnome2-apps/gideon/DETAILS
+++ b/gnome2-apps/gideon/DETAILS
@@ -1,5 +1,5 @@
SPELL=gideon
- VERSION=R8.BETA
+ VERSION=2.8.0
SOURCE=${SPELL}-${VERSION}.tar.bz2
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
diff --git a/gnome2-apps/gideon/HISTORY b/gnome2-apps/gideon/HISTORY
index fa6652e..0685d24 100644
--- a/gnome2-apps/gideon/HISTORY
+++ b/gnome2-apps/gideon/HISTORY
@@ -1,3 +1,8 @@
+2006-08-23 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS: updated to 2.8.0
+ * DEPENDS: removed gtkmm2 and gconf2 depends, now depends on
+ guiloader{,-cpp}
+
2006-05-23 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to R8.BETA
removed BUILD_API
diff --git a/gnome2-apps/gideon/gideon-2.8.0.tar.bz2.sig
b/gnome2-apps/gideon/gideon-2.8.0.tar.bz2.sig
new file mode 100644
index 0000000..504f998
Binary files /dev/null and b/gnome2-apps/gideon/gideon-2.8.0.tar.bz2.sig
differ
diff --git a/gnome2-apps/gideon/gideon-R8.BETA.tar.bz2.sig
b/gnome2-apps/gideon/gideon-R8.BETA.tar.bz2.sig
deleted file mode 100644
index 2da531a..0000000
Binary files a/gnome2-apps/gideon/gideon-R8.BETA.tar.bz2.sig and /dev/null
differ
diff --git a/gnome2-libs/guiloader-c++/DEPENDS
b/gnome2-libs/guiloader-c++/DEPENDS
new file mode 100755
index 0000000..3b3cf76
--- /dev/null
+++ b/gnome2-libs/guiloader-c++/DEPENDS
@@ -0,0 +1,4 @@
+depends g++ &&
+depends gtk+2 &&
+depends gtkmm2 &&
+depends guiloader
diff --git a/gnome2-libs/guiloader-c++/DETAILS
b/gnome2-libs/guiloader-c++/DETAILS
new file mode 100755
index 0000000..e121f86
--- /dev/null
+++ b/gnome2-libs/guiloader-c++/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=guiloader-c++
+ VERSION=2.8.0
+ SOURCE=${SPELL}-${VERSION}.tar.bz2
+ SOURCE_URL[0]=$SOURCEFORGE_URL/gideon/$SOURCE
+
SOURCE_HASH=sha512:f4a74b922b7dffd4bd54c4806e07e98294dd6f3740955a704fd7b3e7b7379a5a4fd86fcd983372a39e4bb451b05cc9ac71a7f8c09fd662aef91983c6444d786c
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+ WEB_SITE=http://gideon.sourceforge.net/
+ ENTERED=20060823
+ LICENSE[0]=GPL
+ KEYWORDS="gnome2 libs"
+ SHORT="C++ bindings for GuiLoader"
+cat << EOF
+This package provides C++ bindings for GuiLoader.
+GuiLoader is a high-performance and compact GuiXml loader library. This
library
+allows GTK+ applications to create GUI widgets and objects at run-time from
+GuiXml resource files. GuiLoader is written in C language as a GObject
+subclass and has a trivial language-independent API. GuiLoader was designed
to
+be easily wrapped for any language that has GTK+ bindings.
+EOF
diff --git a/gnome2-libs/guiloader-c++/HISTORY
b/gnome2-libs/guiloader-c++/HISTORY
new file mode 100644
index 0000000..546590d
--- /dev/null
+++ b/gnome2-libs/guiloader-c++/HISTORY
@@ -0,0 +1,2 @@
+2006-08-23 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS, DEPENDS: created spell
diff --git a/gnome2-libs/guiloader/DEPENDS b/gnome2-libs/guiloader/DEPENDS
new file mode 100755
index 0000000..a0e80ef
--- /dev/null
+++ b/gnome2-libs/guiloader/DEPENDS
@@ -0,0 +1 @@
+depends gtk+2
diff --git a/gnome2-libs/guiloader/DETAILS b/gnome2-libs/guiloader/DETAILS
new file mode 100755
index 0000000..f1037af
--- /dev/null
+++ b/gnome2-libs/guiloader/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=guiloader
+ VERSION=2.8.0
+ SOURCE=${SPELL}-${VERSION}.tar.bz2
+ SOURCE_URL[0]=$SOURCEFORGE_URL/gideon/$SOURCE
+
SOURCE_HASH=sha512:864f2fade5e24f9182b0feb326ece92aab025d3018608baf44fe18c07959a29af90bf24b29c38c869451c3952149a57d0e48b794bd576912a03bb33bf96c4d51
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+ WEB_SITE=http://gideon.sourceforge.net/
+ ENTERED=20060823
+ LICENSE[0]=GPL
+ KEYWORDS="gnome2 libs"
+ SHORT="A high-performance and compact GuiXml loader library"
+cat << EOF
+GuiLoader is a high-performance and compact GuiXml loader library. This
library
+allows GTK+ applications to create GUI widgets and objects at run-time from
+GuiXml resource files. GuiLoader is written in C language as a GObject
+subclass and has a trivial language-independent API. GuiLoader was designed
to
+be easily wrapped for any language that has GTK+ bindings.
+EOF
diff --git a/gnome2-libs/guiloader/HISTORY b/gnome2-libs/guiloader/HISTORY
new file mode 100644
index 0000000..546590d
--- /dev/null
+++ b/gnome2-libs/guiloader/HISTORY
@@ -0,0 +1,2 @@
+2006-08-23 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS, DEPENDS: created spell




Archive powered by MHonArc 2.6.24.

Top of Page