Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-gnome-2.32 grimoire by Vasil Yonkov (ec9b542a99b940aa30f0ada463cbfc7b5ad140bf)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vasil Yonkov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-gnome-2.32 grimoire by Vasil Yonkov (ec9b542a99b940aa30f0ada463cbfc7b5ad140bf)
  • Date: Fri, 1 Oct 2010 14:21:33 -0500

GIT changes to devel-gnome-2.32 grimoire by Vasil Yonkov
<spirtbrat AT sourcemage.org>:

dev/null |binary
gnome2-apps/accerciser/DEPENDS | 14 ++++++------
gnome2-apps/accerciser/HISTORY | 3 ++
gnome2-libs/at-spi/DEPENDS | 27
+++++++++++++-----------
gnome2-libs/at-spi/G_SCHEMAS | 1
gnome2-libs/at-spi/HISTORY | 4 +++
gnome2-libs/at-spi/INSTALL | 3 --
gnome2-libs/atk/DEPENDS | 20 ++++++++---------
gnome2-libs/atk/atk-1.29.92.tar.bz2.sig | 0
gnome2-libs/libgdata/DETAILS | 2 -
gnome2-libs/libgdata/HISTORY | 3 ++
gnome2-libs/libgdata/libgdata-0.6.4.tar.bz2.sig | 0
gnome2-libs/libgdata/libgdata-0.6.5.tar.bz2.sig |binary
13 files changed, 43 insertions(+), 34 deletions(-)

New commits:
commit ec9b542a99b940aa30f0ada463cbfc7b5ad140bf
Author: Vasil Yonkov <spirtbrat AT sourcemage.org>
Commit: Vasil Yonkov <spirtbrat AT sourcemage.org>

at-spi: depends on gconf2, dbus-glib, orbit2; removed G_SCHEMAS, INSTALL

commit ae660c1dfae83936d0367ea9dbb0d955cb45c928
Author: Vasil Yonkov <spirtbrat AT sourcemage.org>
Commit: Vasil Yonkov <spirtbrat AT sourcemage.org>

atk: removed old signature, fixed spacing

commit 1e535d4bff6e15605a80205c1e584e4a01a6ee55
Author: Vasil Yonkov <spirtbrat AT sourcemage.org>
Commit: Vasil Yonkov <spirtbrat AT sourcemage.org>

accerciser: removed dependency on pygtk2 pyorbit at-spi, depends on
intltool gnome-doc-utils docbook-dtd

commit fe44075425a40fef415cd532b7295a9ea071da6f
Author: Vasil Yonkov <spirtbrat AT sourcemage.org>
Commit: Vasil Yonkov <spirtbrat AT sourcemage.org>

libgdata: => 0.6.5

diff --git a/gnome2-apps/accerciser/DEPENDS b/gnome2-apps/accerciser/DEPENDS
index d109b95..f6c01be 100755
--- a/gnome2-apps/accerciser/DEPENDS
+++ b/gnome2-apps/accerciser/DEPENDS
@@ -1,9 +1,9 @@
-depends python &&
-depends pygtk2 &&
-depends pyorbit &&
-depends at-spi &&
+depends intltool &&
+depends gnome-doc-utils &&
+depends python &&
+depends docbook-dtd &&

-optional_depends rarian \
- "--enable-scrollkeeper" \
- "--disable-scrollkeeper" \
+optional_depends rarian \
+ "--enable-scrollkeeper" \
+ "--disable-scrollkeeper" \
"to register with rarian"
diff --git a/gnome2-apps/accerciser/HISTORY b/gnome2-apps/accerciser/HISTORY
index 16f7295..2318a7e 100644
--- a/gnome2-apps/accerciser/HISTORY
+++ b/gnome2-apps/accerciser/HISTORY
@@ -1,3 +1,6 @@
+2010-10-01 Vasil Yonkov <spirtbrat AT sourcemage.org>
+ * DEPENDS: removed pygtk2 pyorbit at-spi, added intltool
gnome-doc-utils docbook-dtd
+
2010-09-29 Vasil Yonkov <spirtbrat AT sourcemage.org>
* DETAILS: updated spell to 1.12.0

diff --git a/gnome2-libs/at-spi/DEPENDS b/gnome2-libs/at-spi/DEPENDS
index e94fa62..457f390 100755
--- a/gnome2-libs/at-spi/DEPENDS
+++ b/gnome2-libs/at-spi/DEPENDS
@@ -1,15 +1,18 @@
-depends atk &&
-depends gtk+2 &&
-depends libbonobo &&
-depends libxtst &&
-depends expat &&
+depends atk &&
+depends gtk+2 &&
+depends libbonobo &&
+depends libxtst &&
+depends expat &&
+depends gconf2 &&
+depends dbus-glib &&
+depends orbit2 &&

-optional_depends libxevie \
- "--enable-xevie" \
- "--disable-xevie" \
- "to build with XEViE support" &&
+optional_depends libxevie \
+ "--enable-xevie" \
+ "--disable-xevie" \
+ "to build with XEViE support" &&

-optional_depends gtk-doc \
- "--enable-gtk-doc" \
- "--disable-gtk-doc" \
+optional_depends gtk-doc \
+ "--enable-gtk-doc" \
+ "--disable-gtk-doc" \
"Build documentation with gtk-doc"
diff --git a/gnome2-libs/at-spi/G_SCHEMAS b/gnome2-libs/at-spi/G_SCHEMAS
deleted file mode 100644
index 46ee09e..0000000
--- a/gnome2-libs/at-spi/G_SCHEMAS
+++ /dev/null
@@ -1 +0,0 @@
-at-spi.schemas
\ No newline at end of file
diff --git a/gnome2-libs/at-spi/HISTORY b/gnome2-libs/at-spi/HISTORY
index aaffee7..d957dfd 100644
--- a/gnome2-libs/at-spi/HISTORY
+++ b/gnome2-libs/at-spi/HISTORY
@@ -1,3 +1,7 @@
+2010-10-01 Vasil Yonkov <spirtbrat AT sourcemage.org>
+ * DEPENDS: added gconf2, dbus-glib, orbit2
+ * G_SCHEMAS, INSTALL: removed - seem unneeded
+
2010-09-29 Vasil Yonkov <spirtbrat AT sourcemage.org>
* DETAILS: updated spell to 1.32.0

diff --git a/gnome2-libs/at-spi/INSTALL b/gnome2-libs/at-spi/INSTALL
deleted file mode 100755
index 7b17fb6..0000000
--- a/gnome2-libs/at-spi/INSTALL
+++ /dev/null
@@ -1,3 +0,0 @@
-default_install &&
-[ -f ${INSTALL_ROOT}/usr/include/at-spi-1.0/libspi/stateset.h ] ||
-cp libspi/stateset.h ${INSTALL_ROOT}/usr/include/at-spi-1.0/libspi
diff --git a/gnome2-libs/atk/DEPENDS b/gnome2-libs/atk/DEPENDS
index 9103cb1..6565aef 100755
--- a/gnome2-libs/atk/DEPENDS
+++ b/gnome2-libs/atk/DEPENDS
@@ -1,13 +1,13 @@
depends automake &&
-depends libtool &&
-depends glib2 &&
+depends libtool &&
+depends glib2 &&

-optional_depends gobject-introspection \
- "--enable-introspection=yes" \
- "--enable-introspection=no" \
- "to enable introspection support" &&
+optional_depends gobject-introspection \
+ "--enable-introspection=yes" \
+ "--enable-introspection=no" \
+ "to enable introspection support" &&

-optional_depends gtk-doc \
- "--enable-gtk-doc" \
- "--disable-gtk-doc" \
- "Build documentation with gtk-doc"
+optional_depends gtk-doc \
+ "--enable-gtk-doc" \
+ "--disable-gtk-doc" \
+ "Build documentation with gtk-doc"
diff --git a/gnome2-libs/atk/atk-1.29.92.tar.bz2.sig
b/gnome2-libs/atk/atk-1.29.92.tar.bz2.sig
deleted file mode 100644
index 625fe8e..0000000
Binary files a/gnome2-libs/atk/atk-1.29.92.tar.bz2.sig and /dev/null differ
diff --git a/gnome2-libs/libgdata/DETAILS b/gnome2-libs/libgdata/DETAILS
index 67c750d..078e7c1 100755
--- a/gnome2-libs/libgdata/DETAILS
+++ b/gnome2-libs/libgdata/DETAILS
@@ -1,5 +1,5 @@
SPELL=libgdata
- VERSION=0.6.4
+ VERSION=0.6.5
BRANCH=`echo $VERSION|cut -d . -f 1,2`
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/gnome2-libs/libgdata/HISTORY b/gnome2-libs/libgdata/HISTORY
index c948b82..b74d5a8 100644
--- a/gnome2-libs/libgdata/HISTORY
+++ b/gnome2-libs/libgdata/HISTORY
@@ -1,2 +1,5 @@
+2010-10-01 Vasil Yonkov <spirtbrat AT sourcemage.org>
+ * DETAILS: updated spell to 0.6.5
+
2010-04-02 Arwed v. Merkatz <v.merkatz AT gmx.net>
* DEPENDS, DETAILS, HISTORY: created spell
diff --git a/gnome2-libs/libgdata/libgdata-0.6.4.tar.bz2.sig
b/gnome2-libs/libgdata/libgdata-0.6.4.tar.bz2.sig
deleted file mode 100644
index f4beea5..0000000
Binary files a/gnome2-libs/libgdata/libgdata-0.6.4.tar.bz2.sig and /dev/null
differ
diff --git a/gnome2-libs/libgdata/libgdata-0.6.5.tar.bz2.sig
b/gnome2-libs/libgdata/libgdata-0.6.5.tar.bz2.sig
new file mode 100644
index 0000000..53dd7f6
Binary files /dev/null and b/gnome2-libs/libgdata/libgdata-0.6.5.tar.bz2.sig
differ



  • [SM-Commit] GIT changes to devel-gnome-2.32 grimoire by Vasil Yonkov (ec9b542a99b940aa30f0ada463cbfc7b5ad140bf), Vasil Yonkov, 10/01/2010

Archive powered by MHonArc 2.6.24.

Top of Page