Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-gnome-2.30 grimoire by Vasil Yonkov (43807319a499297f620261ab18b3a6ba3f7c3e5e)

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.30 grimoire by Vasil Yonkov (43807319a499297f620261ab18b3a6ba3f7c3e5e)
  • Date: Tue, 23 Feb 2010 08:51:47 -0600

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

crypto/seahorse-plugins/BUILD | 5 ++++-
crypto/seahorse-plugins/CONFIGURE | 2 ++
crypto/seahorse-plugins/DEPENDS | 23 +++++++++++++++++++++--
crypto/seahorse-plugins/HISTORY | 5 +++++
crypto/seahorse/DEPENDS | 12 +++++++++++-
crypto/seahorse/HISTORY | 3 +++
dev/null |binary
gnome2-apps/gnome-bluetooth/DEPENDS | 17 ++++++++++++++++-
gnome2-apps/gnome-bluetooth/HISTORY | 3 +++
gnome2-apps/gucharmap/DEPENDS | 22 ++++++++++++++++++----
gnome2-apps/gucharmap/HISTORY | 4 ++++
gnome2-apps/vinagre/DEPENDS | 4 ++--
gnome2-apps/vinagre/HISTORY | 4 ++++
gnome2-libs/gtk-engines2/BUILD | 4 ----
gnome2-libs/gtk-engines2/CONFIGURE | 1 -
gnome2-libs/gtk-engines2/HISTORY | 3 +++
gnome2-libs/yelp/BUILD | 8 --------
gnome2-libs/yelp/CONFIGURE | 2 --
gnome2-libs/yelp/DEPENDS | 5 +----
gnome2-libs/yelp/HISTORY | 4 ++++
utils/dbus-glib/CONFIGURE | 1 -
utils/dbus-glib/DEPENDS | 13 ++-----------
utils/dbus-glib/HISTORY | 4 ++++
x11/gtk-vnc/DETAILS | 2 +-
x11/gtk-vnc/HISTORY | 3 +++
x11/gtk-vnc/gtk-vnc-0.3.10.tar.gz.sig |binary
x11/gtk-vnc/gtk-vnc-0.3.9.tar.gz.sig | 0
27 files changed, 111 insertions(+), 43 deletions(-)

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

gnome-bluetooth: optionally depends on nautilus2, gtk-doc, rarian

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

dbus-glib: removed CONFIGURE, removed dependency on xmlto,
removed DBUS_XMLTYPE option

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

yelp: removed YELPMAN, YELPINFO options
removed dependency on libglade2, libgnome, libgnomeui

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

vinagre: changed gnome-keyring to libgnome-keyring, changed vte to openssh

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

gtk-vnc: => 0.3.10

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

seahorse-plugins: added option for seahorse agent,
removed dependency on libgnomeui,
optionally depends on nautilus2, gnome-panel, libnotify,
rarian

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

seahorse: optionally depends on gtk-doc, gobject-introspection

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

gucharmap: removed dependency on libgnomeui, gnome-doc-utils,
added dependency on gtk+2, gconf2,
optionally depends on gtk-doc, gobject-introspection

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

gtk-engines2: removed the option for SMOOTH engine

diff --git a/crypto/seahorse-plugins/BUILD b/crypto/seahorse-plugins/BUILD
index 380c64d..81a7dd0 100755
--- a/crypto/seahorse-plugins/BUILD
+++ b/crypto/seahorse-plugins/BUILD
@@ -1,2 +1,5 @@
-OPTS="$OPTS --disable-update-mime-database" &&
+OPTS="$SEAHORSE_AGENT \
+ --disable-update-mime-database \
+ $OPTS" &&
+
default_build
diff --git a/crypto/seahorse-plugins/CONFIGURE
b/crypto/seahorse-plugins/CONFIGURE
new file mode 100755
index 0000000..49f2f63
--- /dev/null
+++ b/crypto/seahorse-plugins/CONFIGURE
@@ -0,0 +1,2 @@
+config_query_option SEAHORSE_AGENT "Build the seahorse agent" y \
+ "--enable-agent" "--disable-agent"
diff --git a/crypto/seahorse-plugins/DEPENDS b/crypto/seahorse-plugins/DEPENDS
index 2df2adb..8f742ff 100755
--- a/crypto/seahorse-plugins/DEPENDS
+++ b/crypto/seahorse-plugins/DEPENDS
@@ -1,5 +1,4 @@
depends seahorse &&
-depends libgnomeui &&
depends gnupg &&
depends gpgme &&
depends dbus-glib &&
@@ -13,4 +12,24 @@ optional_depends epiphany \
optional_depends gedit \
"--enable-gedit" \
"--disable-gedit" \
- "for gedit plugin"
+ "for gedit plugin" &&
+
+optional_depends nautilus2 \
+ "--enable-nautilus" \
+ "--disable-nautilus" \
+ "for nautilus plugin" &&
+
+optional_depends gnome-panel \
+ "--enable-applet" \
+ "--disable-applet" \
+ "for clipboard encryption panel applet" &&
+
+optional_depends libnotify \
+ "--enable-libnotify" \
+ "--disable-libnotify" \
+ "for notification support" &&
+
+optional_depends rarian \
+ "--enable-scrollkeeper" \
+ "--disable-scrollkeeper" \
+ "to register with rarian"
diff --git a/crypto/seahorse-plugins/HISTORY b/crypto/seahorse-plugins/HISTORY
index 0b47ce6..bcd598a 100644
--- a/crypto/seahorse-plugins/HISTORY
+++ b/crypto/seahorse-plugins/HISTORY
@@ -1,3 +1,8 @@
+2010-02-23 Vasil Yonkov <spirtbrat AT sourcemage.org>
+ * BUILD, CONFIGURE: added SEAHORSE_AGENT
+ * DEPENDS: removed libgnomeui,
+ added optional nautilus2, gnome-panel, libnotify, rarian
+
2010-02-03 Vasil Yonkov <spirtbrat AT sourcemage.org>
* DETAILS: updated spell to 2.29.3

diff --git a/crypto/seahorse/DEPENDS b/crypto/seahorse/DEPENDS
index 424005d..8c4a285 100755
--- a/crypto/seahorse/DEPENDS
+++ b/crypto/seahorse/DEPENDS
@@ -29,4 +29,14 @@ optional_depends rarian \
suggest_depends openssh \
"--enable-ssh" \
"--disable-ssh" \
- "SSH keys managing support"
+ "SSH keys managing support" &&
+
+optional_depends gtk-doc \
+ "--enable-gtk-doc" \
+ "--disable-gtk-doc" \
+ "to build documentation" &&
+
+optional_depends gobject-introspection \
+ "--enable-introspection" \
+ "--disable-introspection" \
+ "to enable introspection"
diff --git a/crypto/seahorse/HISTORY b/crypto/seahorse/HISTORY
index 16045df..8926a69 100644
--- a/crypto/seahorse/HISTORY
+++ b/crypto/seahorse/HISTORY
@@ -1,3 +1,6 @@
+2010-02-23 Vasil Yonkov <spirtbrat AT sourcemage.org>
+ * DEPENDS: added optional gtk-doc, gobject-introspection
+
2010-02-08 Vasil Yonkov <spirtbrat AT sourcemage.org>
* DEPENDS: changed gnome-keyring to libgnome-keyring

diff --git a/gnome2-apps/gnome-bluetooth/DEPENDS
b/gnome2-apps/gnome-bluetooth/DEPENDS
index 071292b..f0ade84 100755
--- a/gnome2-apps/gnome-bluetooth/DEPENDS
+++ b/gnome2-apps/gnome-bluetooth/DEPENDS
@@ -6,4 +6,19 @@ depends bluez &&
optional_depends gobject-introspection \
"--enable-introspection=yes" \
"--enable-introspection=no" \
- "to enable introspection for this build"
+ "to enable introspection for this build" &&
+
+optional_depends nautilus2 \
+ "--enable-nautilus-sendto=yes" \
+ "--enable-nautilus-sendto=no" \
+ "to build nautilus-sendto plugin" &&
+
+optional_depends gtk-doc \
+ "--enable-gtk-doc" \
+ "--disable-gtk-doc" \
+ "to build documentation" &&
+
+optional_depends rarian \
+ "--enable-scrollkeeper" \
+ "--disable-scrollkeeper" \
+ "to register with rarian"
diff --git a/gnome2-apps/gnome-bluetooth/HISTORY
b/gnome2-apps/gnome-bluetooth/HISTORY
index d836464..ac0b7f4 100644
--- a/gnome2-apps/gnome-bluetooth/HISTORY
+++ b/gnome2-apps/gnome-bluetooth/HISTORY
@@ -1,3 +1,6 @@
+2010-02-23 Vasil Yonkov <spirtbrat AT sourcemage.org>
+ * DEPENDS: added optional nautilus2, gtk-doc, rarian
+
2010-02-03 Vasil Yonkov <spirtbrat AT sourcemage.org>
* DETAILS: updated spell to 2.29.3

diff --git a/gnome2-apps/gucharmap/DEPENDS b/gnome2-apps/gucharmap/DEPENDS
index 2ba2b3d..8f2a93e 100755
--- a/gnome2-apps/gucharmap/DEPENDS
+++ b/gnome2-apps/gucharmap/DEPENDS
@@ -1,4 +1,18 @@
-depends gnome-doc-utils &&
-depends libxml2 &&
-depends libgnomeui &&
-optional_depends rarian '--enable-scrollkeeper' '--disable-scrollkeeper'
'Register with rarian?'
+depends gtk+2 &&
+depends gconf2 &&
+depends libxml2 &&
+
+optional_depends rarian \
+ '--enable-scrollkeeper' \
+ '--disable-scrollkeeper' \
+ 'Register with rarian?' &&
+
+optional_depends gobject-introspection \
+ "--enable-introspection" \
+ "--disable-introspection" \
+ "to enable GObject introspection" &&
+
+optional_depends gtk-doc \
+ "--enable-gtk-doc" \
+ "--disable-gtk-doc" \
+ "to build documentation"
diff --git a/gnome2-apps/gucharmap/HISTORY b/gnome2-apps/gucharmap/HISTORY
index ddb696a..c8a4720 100644
--- a/gnome2-apps/gucharmap/HISTORY
+++ b/gnome2-apps/gucharmap/HISTORY
@@ -1,3 +1,7 @@
+2010-02-23 Vasil Yonkov <spirtbrat AT sourcemage.org>
+ * DEPENDS: removed libgnomeui, gnome-doc-utils,
+ added gtk+2, gconf2, added optional gtk-doc, gobject-introspection
+
2010-02-03 Vasil Yonkov <spirtbrat AT sourcemage.org>
* DETAILS: updated spell to 2.29.1

diff --git a/gnome2-apps/vinagre/DEPENDS b/gnome2-apps/vinagre/DEPENDS
index a9addc9..e58a0c2 100755
--- a/gnome2-apps/vinagre/DEPENDS
+++ b/gnome2-apps/vinagre/DEPENDS
@@ -4,7 +4,7 @@ depends gtk-vnc &&
depends glib2 &&
depends gconf2 &&
depends gnome-doc-utils &&
-depends gnome-keyring &&
+depends libgnome-keyring &&

optional_depends -sub "GTK2" avahi \
"--enable-avahi" \
@@ -21,7 +21,7 @@ optional_depends telepathy-glib \
"--enable-telepathy=no" \
"to enable telepathy" &&

-optional_depends vte \
+optional_depends openssh \
"--enable-ssh" \
"--disable-ssh" \
"to enable SSH plugin" &&
diff --git a/gnome2-apps/vinagre/HISTORY b/gnome2-apps/vinagre/HISTORY
index 8d0b48d..15fd8e4 100644
--- a/gnome2-apps/vinagre/HISTORY
+++ b/gnome2-apps/vinagre/HISTORY
@@ -1,3 +1,7 @@
+2010-02-23 Vasil Yonkov <spirtbrat AT sourcemage.org>
+ * DEPENDS: changed gnome-keyring to libgnome-keyring,
+ changed vte to openssh
+
2010-02-03 Vasil Yonkov <spirtbrat AT sourcemage.org>
* DETAILS: updated spell to 2.29.6

diff --git a/gnome2-libs/gtk-engines2/BUILD b/gnome2-libs/gtk-engines2/BUILD
index deae1b7..71c55b9 100755
--- a/gnome2-libs/gtk-engines2/BUILD
+++ b/gnome2-libs/gtk-engines2/BUILD
@@ -22,10 +22,6 @@ if [ "$GTKENGINE_REDMOND" == "n" ]; then
OPTS="$OPTS --disable-redmond"
fi &&

-if [ "$GTKENGINE_SMOOTH" == "n" ]; then
- OPTS="$OPTS --disable-smooth"
-fi &&
-
if [ "$GTKENGINE_GLIDE" == "n" ]; then
OPTS="$OPTS --disable-glide"
fi &&
diff --git a/gnome2-libs/gtk-engines2/CONFIGURE
b/gnome2-libs/gtk-engines2/CONFIGURE
index 6aee6ff..0f5712f 100755
--- a/gnome2-libs/gtk-engines2/CONFIGURE
+++ b/gnome2-libs/gtk-engines2/CONFIGURE
@@ -4,7 +4,6 @@ config_query GTKENGINE_HC "Enable High Contrast
engine and theme?" y &&
config_query GTKENGINE_INDUSTRIAL "Enable Industrial engine and theme?" y
&&
config_query GTKENGINE_MIST "Enable Mist engine and theme?" y
&&
config_query GTKENGINE_REDMOND "Enable Redmond engine and theme?" y
&&
-config_query GTKENGINE_SMOOTH "Enable Smooth engine and theme?" y
&&
config_query GTKENGINE_GLIDE "Enable Glide engine and theme?" y
&&
config_query GTKENGINE_THINICE "Enable Thinice engine and theme?" y
&&
config_query GTKENGINE_LUA "Enable Lua engine and theme?" y
&&
diff --git a/gnome2-libs/gtk-engines2/HISTORY
b/gnome2-libs/gtk-engines2/HISTORY
index 7c0ec8e..270b4ac 100644
--- a/gnome2-libs/gtk-engines2/HISTORY
+++ b/gnome2-libs/gtk-engines2/HISTORY
@@ -1,3 +1,6 @@
+2010-02-22 Vasil Yonkov <spirtbrat AT sourcemage.org>
+ * BUILD, CONFIGURE: removed SMOOTH
+
2010-02-03 Vasil Yonkov <spirtbrat AT sourcemage.org>
* DETAILS: updated spell to 2.19.0

diff --git a/gnome2-libs/yelp/BUILD b/gnome2-libs/yelp/BUILD
index c23af89..fc05fa4 100755
--- a/gnome2-libs/yelp/BUILD
+++ b/gnome2-libs/yelp/BUILD
@@ -1,11 +1,3 @@
-if [ "$YELPMAN" == "y" ]; then
- OPTS="$OPTS --enable-man"
-fi &&
-
-if [ "$YELPINFO" == "y" ]; then
- OPTS="$OPTS --enable-info"
-fi &&
-
if [ "$YELPSEARCH" == "n" ]; then
OPTS="$OPTS --with-search=basic"
fi &&
diff --git a/gnome2-libs/yelp/CONFIGURE b/gnome2-libs/yelp/CONFIGURE
index d81282f..5cfb9f2 100755
--- a/gnome2-libs/yelp/CONFIGURE
+++ b/gnome2-libs/yelp/CONFIGURE
@@ -1,3 +1 @@
-config_query YELPMAN "Enable man page support" n &&
-config_query YELPINFO "Enable info page support" n &&
config_query YELPSEARCH "Enable search?" n
diff --git a/gnome2-libs/yelp/DEPENDS b/gnome2-libs/yelp/DEPENDS
index 64c9ad6..cdb0d08 100755
--- a/gnome2-libs/yelp/DEPENDS
+++ b/gnome2-libs/yelp/DEPENDS
@@ -5,9 +5,6 @@ depends gconf2 &&
depends gnome-doc-utils &&
depends gnome-vfs2 &&
depends gtk+2 &&
-depends libglade2 &&
-depends libgnome &&
-depends libgnomeui &&
depends libxml2 &&
depends libxslt &&
depends startup-notification &&
@@ -20,4 +17,4 @@ if [[ "$YELPSEARCH" == "y" ]]; then
"--with-search=beagle" \
"--with-search=basic" \
"Use Beagle for search support?"
-fi
\ No newline at end of file
+fi
diff --git a/gnome2-libs/yelp/HISTORY b/gnome2-libs/yelp/HISTORY
index aa48e8d..c0448f4 100644
--- a/gnome2-libs/yelp/HISTORY
+++ b/gnome2-libs/yelp/HISTORY
@@ -1,3 +1,7 @@
+2010-02-23 Vasil Yonkov <spirtbrat AT sourcemage.org>
+ * BUILD: removed YELPMAN, YELPINFO
+ * DEPENDS: removed libglade2, libgnome, libgnomeui
+
2010-02-03 Vasil Yonkov <spirtbrat AT sourcemage.org>
* DETAILS: updated spell to 2.29.3

diff --git a/utils/dbus-glib/CONFIGURE b/utils/dbus-glib/CONFIGURE
deleted file mode 100755
index 8185145..0000000
--- a/utils/dbus-glib/CONFIGURE
+++ /dev/null
@@ -1 +0,0 @@
-config_query DBUS_XMLTYPE "Use libxml2 instead of expat?" n
diff --git a/utils/dbus-glib/DEPENDS b/utils/dbus-glib/DEPENDS
index 5d8fedf..72c001c 100755
--- a/utils/dbus-glib/DEPENDS
+++ b/utils/dbus-glib/DEPENDS
@@ -1,11 +1,7 @@
depends pkgconfig &&
depends glib2 &&
depends dbus &&
-if [ "$DBUS_XMLTYPE" == 'y' ]; then
- depends libxml2 '--with-xml=libxml'
-else
- depends expat '--with-xml=expat'
-fi &&
+depends expat &&

optional_depends bash-completion \
"--enable-bash-completion" \
@@ -15,9 +11,4 @@ optional_depends bash-completion \
optional_depends gtk-doc \
'--enable-gtk-doc' \
'--disable-gtk-doc' \
- 'Build gtk-doc documentation' &&
-
-optional_depends xmlto \
- '--enable-xml-docs' \
- '--disable-xml-docs' \
- 'Build XML Documentation'
+ 'Build gtk-doc documentation'
diff --git a/utils/dbus-glib/HISTORY b/utils/dbus-glib/HISTORY
index bdf09aa..5a835eb 100644
--- a/utils/dbus-glib/HISTORY
+++ b/utils/dbus-glib/HISTORY
@@ -1,3 +1,7 @@
+2010-02-23 Vasil Yonkov <spirtbrat AT sourcemage.org>
+ * CONFIGURE: removed
+ * DEPENDS: removed xmlto, DBUS_XMLTYPE
+
2010-01-30 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.84

diff --git a/x11/gtk-vnc/DETAILS b/x11/gtk-vnc/DETAILS
index dd8f51b..75c5e34 100755
--- a/x11/gtk-vnc/DETAILS
+++ b/x11/gtk-vnc/DETAILS
@@ -1,5 +1,5 @@
SPELL=gtk-vnc
- VERSION=0.3.9
+ VERSION=0.3.10
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/${VERSION:0:3}/$SOURCE
diff --git a/x11/gtk-vnc/HISTORY b/x11/gtk-vnc/HISTORY
index 644db39..1266107 100644
--- a/x11/gtk-vnc/HISTORY
+++ b/x11/gtk-vnc/HISTORY
@@ -1,3 +1,6 @@
+2010-02-23 Vasil Yonkov <spirtbrat AT sourcemage.org>
+ * DETAILS: updated spell to 0.3.10
+
2009-08-31 Arjan Bouter <abouter AT sourcemage.org>
* DEPENDS: optionally depend on LIBSASL

diff --git a/x11/gtk-vnc/gtk-vnc-0.3.10.tar.gz.sig
b/x11/gtk-vnc/gtk-vnc-0.3.10.tar.gz.sig
new file mode 100644
index 0000000..19e6e62
Binary files /dev/null and b/x11/gtk-vnc/gtk-vnc-0.3.10.tar.gz.sig differ
diff --git a/x11/gtk-vnc/gtk-vnc-0.3.9.tar.gz.sig
b/x11/gtk-vnc/gtk-vnc-0.3.9.tar.gz.sig
deleted file mode 100644
index 0d0e3b0..0000000
Binary files a/x11/gtk-vnc/gtk-vnc-0.3.9.tar.gz.sig and /dev/null differ



  • [SM-Commit] GIT changes to devel-gnome-2.30 grimoire by Vasil Yonkov (43807319a499297f620261ab18b3a6ba3f7c3e5e), Vasil Yonkov, 02/23/2010

Archive powered by MHonArc 2.6.24.

Top of Page