[SM-Commit] GIT changes to devel-gnome-2.30 grimoire by Vasil Yonkov (078b69e9d814fd10475087a8e1ff23e7e5beb1dd)

Vasil Yonkov scm at sourcemage.org
Tue Mar 2 08:36:34 EST 2010


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

 dev/null                                                                |binary
 gnome2-apps/epiphany-extensions/CONFIGURE                               |    2 +-
 gnome2-apps/epiphany-extensions/DETAILS                                 |    2 +-
 gnome2-apps/epiphany-extensions/HISTORY                                 |    4 ++++
 gnome2-apps/epiphany-extensions/epiphany-extensions-2.28.1.tar.bz2.sig  |    0 
 gnome2-apps/epiphany-extensions/epiphany-extensions-2.29.91.tar.bz2.sig |binary
 graphics-libs/gtkimageview/BUILD                                        |    2 --
 graphics-libs/gtkimageview/DEPENDS                                      |    6 +++++-
 graphics-libs/gtkimageview/HISTORY                                      |    4 ++++
 9 files changed, 15 insertions(+), 5 deletions(-)

New commits:
commit 078b69e9d814fd10475087a8e1ff23e7e5beb1dd
Author: Vasil Yonkov <spirtbrat at sourcemage.org>
Commit: Vasil Yonkov <spirtbrat at sourcemage.org>

    epiphany-extensions: removed sidebar extension

commit b547d85006175265d78bef4c8c921856100619ef
Author: Vasil Yonkov <spirtbrat at sourcemage.org>
Commit: Vasil Yonkov <spirtbrat at sourcemage.org>

    epiphany-extensions: => 2.29.91

commit 23f294d06a555c7be3e9db41bf3f013b6c4b4acb
Author: Vasil Yonkov <spirtbrat at sourcemage.org>
Commit: Vasil Yonkov <spirtbrat at sourcemage.org>

    gtkimageview: made gtk-doc an optional dependency

diff --git a/gnome2-apps/epiphany-extensions/CONFIGURE b/gnome2-apps/epiphany-extensions/CONFIGURE
index 4f91cc7..60f67d0 100755
--- a/gnome2-apps/epiphany-extensions/CONFIGURE
+++ b/gnome2-apps/epiphany-extensions/CONFIGURE
@@ -7,7 +7,7 @@ config_query_list  EPIPHANY_PRESET                               \
 
 if [[ $EPIPHANY_PRESET == cherry-pick ]]; then
   . $GRIMOIRE/config_query_multi.function                        &&
-  AVAILABLE_EXTENSIONS="actions adblock auto-reload auto-scroller certificates  error-viewer extensions-manager-ui gestures greasemonkey java-console livehttpheaders page-info permissions push-scroller rss sample select-stylesheet sidebar smart-bookmarks soup-fly tab-groups tab-states"
+  AVAILABLE_EXTENSIONS="actions adblock auto-reload auto-scroller certificates  error-viewer extensions-manager-ui gestures greasemonkey java-console livehttpheaders page-info permissions push-scroller rss sample select-stylesheet smart-bookmarks soup-fly tab-groups tab-states"
   config_query_multi EPIPHANY_EXTENSIONS                         \
                      "What extensions would you like to build?"  \
                      $AVAILABLE_EXTENSIONS  &&
diff --git a/gnome2-apps/epiphany-extensions/DETAILS b/gnome2-apps/epiphany-extensions/DETAILS
index f00410f..4e7c73f 100755
--- a/gnome2-apps/epiphany-extensions/DETAILS
+++ b/gnome2-apps/epiphany-extensions/DETAILS
@@ -1,5 +1,5 @@
            SPELL=epiphany-extensions
-         VERSION=2.28.1
+         VERSION=2.29.91
           BRANCH=$(echo $VERSION|cut -d . -f 1,2)
           SOURCE=$SPELL-$VERSION.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/gnome2-apps/epiphany-extensions/HISTORY b/gnome2-apps/epiphany-extensions/HISTORY
index 342337b..6c7ce76 100644
--- a/gnome2-apps/epiphany-extensions/HISTORY
+++ b/gnome2-apps/epiphany-extensions/HISTORY
@@ -1,3 +1,7 @@
+2010-03-02 Vasil Yonkov <spirtbrat at sourcemage.org>
+	* DETAILS: updated spell to 2.29.91
+	* CONFIGURE: removed sidebar extension
+
 2009-12-25 Vasil Yonkov <spirtbrat at sourcemage.org>
 	* BUILD, CONFIGURE: rewritten, added presets and cherry-picking
 	* DEPENDS: removed xulrunner, pcre
diff --git a/gnome2-apps/epiphany-extensions/epiphany-extensions-2.28.1.tar.bz2.sig b/gnome2-apps/epiphany-extensions/epiphany-extensions-2.28.1.tar.bz2.sig
deleted file mode 100644
index f15ab66..0000000
Binary files a/gnome2-apps/epiphany-extensions/epiphany-extensions-2.28.1.tar.bz2.sig and /dev/null differ
diff --git a/gnome2-apps/epiphany-extensions/epiphany-extensions-2.29.91.tar.bz2.sig b/gnome2-apps/epiphany-extensions/epiphany-extensions-2.29.91.tar.bz2.sig
new file mode 100644
index 0000000..1e601e1
Binary files /dev/null and b/gnome2-apps/epiphany-extensions/epiphany-extensions-2.29.91.tar.bz2.sig differ
diff --git a/graphics-libs/gtkimageview/BUILD b/graphics-libs/gtkimageview/BUILD
deleted file mode 100755
index cd0477d..0000000
--- a/graphics-libs/gtkimageview/BUILD
+++ /dev/null
@@ -1,2 +0,0 @@
-OPTS="$OPTS --enable-gtk-doc" &&
-default_build
diff --git a/graphics-libs/gtkimageview/DEPENDS b/graphics-libs/gtkimageview/DEPENDS
index 2ac0ce2..ade86da 100755
--- a/graphics-libs/gtkimageview/DEPENDS
+++ b/graphics-libs/gtkimageview/DEPENDS
@@ -1,3 +1,7 @@
 depends gtk+2         &&
 depends gnome-common2 &&
-depends gtk-doc
+
+optional_depends gtk-doc                  \
+                 "--enable-gtk-doc"       \
+                 "--disable-gtk-doc"      \
+                 "to build documentation"
diff --git a/graphics-libs/gtkimageview/HISTORY b/graphics-libs/gtkimageview/HISTORY
index 8c97767..73e6fa9 100644
--- a/graphics-libs/gtkimageview/HISTORY
+++ b/graphics-libs/gtkimageview/HISTORY
@@ -1,3 +1,7 @@
+2010-03-02 Vasil Yonkov <spirtbrat at sourcemage.org>
+	* BUILD: removed
+	* DEPENDS: made gtk-doc optional
+
 2009-08-17 Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>
 	* BUILD, DEPENDS, DETAILS, PRE_BUILD: spell created
 



More information about the SM-Commit mailing list