[SM-Commit] GIT changes to master grimoire by Sukneet Basuta (422bf72ed1396a60e603f0d3b135e5bcc98f6b64)

Sukneet Basuta scm at sourcemage.org
Fri Dec 16 19:57:33 EST 2011


GIT changes to master grimoire by Sukneet Basuta <sukneet at sourcemage.org>:

 dev/null                                              |binary
 gnome2-apps/eog-plugins/DEPENDS                       |    4 ++--
 gnome2-apps/eog-plugins/DETAILS                       |    2 +-
 gnome2-apps/eog-plugins/HISTORY                       |    4 ++++
 gnome2-apps/eog-plugins/eog-plugins-3.2.0.tar.bz2.sig |    0 
 gnome2-apps/eog-plugins/eog-plugins-3.2.2.tar.bz2.sig |binary
 gnome2-apps/eog2/DEPENDS                              |   15 +++------------
 gnome2-apps/eog2/DETAILS                              |    2 +-
 gnome2-apps/eog2/HISTORY                              |    7 +++++++
 gnome2-apps/eog2/eog-3.2.0.tar.bz2.sig                |    0 
 gnome2-apps/eog2/eog-3.2.2.tar.bz2.sig                |binary
 11 files changed, 18 insertions(+), 16 deletions(-)

New commits:
commit 422bf72ed1396a60e603f0d3b135e5bcc98f6b64
Author: Sukneet Basuta <sukneet at sourcemage.org>
Commit: Sukneet Basuta <sukneet at sourcemage.org>

    eog-plugins: => 3.2.2
    DEPENDS: gtk+2 -> gtk+3

commit e77e4dbf24b835b21dc135d7a8ac87fbe500c7a9
Author: Sukneet Basuta <sukneet at sourcemage.org>
Commit: Sukneet Basuta <sukneet at sourcemage.org>

    eog2: => 3.2.2
    DEPENDS: gtk+2 -> gtk+3
             gnome-desktop -> gnome-desktop3
             added depends gdk-pixbuf2
             removed optional_depends pygtk2 and dbus-glib
    
    On a side note, who named this spell? There isn't a spell called eog

diff --git a/gnome2-apps/eog-plugins/DEPENDS b/gnome2-apps/eog-plugins/DEPENDS
index 4a8cbe3..75d9452 100755
--- a/gnome2-apps/eog-plugins/DEPENDS
+++ b/gnome2-apps/eog-plugins/DEPENDS
@@ -1,6 +1,6 @@
 depends glib2 &&
-depends gtk+2 &&
-depends eog2 &&
+depends gtk+3 &&
+depends eog2  &&
 
 optional_depends libchamplain \
                  "" \
diff --git a/gnome2-apps/eog-plugins/DETAILS b/gnome2-apps/eog-plugins/DETAILS
index 20b5275..80793e4 100755
--- a/gnome2-apps/eog-plugins/DETAILS
+++ b/gnome2-apps/eog-plugins/DETAILS
@@ -1,5 +1,5 @@
            SPELL=eog-plugins
-         VERSION=3.2.0
+         VERSION=3.2.2
 	  BRANCH=`echo $VERSION|cut -d . -f 1,2`
           SOURCE=$SPELL-$VERSION.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/gnome2-apps/eog-plugins/HISTORY b/gnome2-apps/eog-plugins/HISTORY
index cfc1c9e..560fa90 100644
--- a/gnome2-apps/eog-plugins/HISTORY
+++ b/gnome2-apps/eog-plugins/HISTORY
@@ -1,3 +1,7 @@
+2011-12-16 Sukneet Basuta <sukneet at sourcemage.org>
+	* DETAILS: updated spell to 3.2.2
+	* DEPENDS: gtk+2 => gtk+3
+
 2011-10-09 Ladislav Hagara <hgr at vabo.cz>
 	* DETAILS: 3.2.0
 
diff --git a/gnome2-apps/eog-plugins/eog-plugins-3.2.0.tar.bz2.sig b/gnome2-apps/eog-plugins/eog-plugins-3.2.0.tar.bz2.sig
deleted file mode 100644
index c6d2254..0000000
Binary files a/gnome2-apps/eog-plugins/eog-plugins-3.2.0.tar.bz2.sig and /dev/null differ
diff --git a/gnome2-apps/eog-plugins/eog-plugins-3.2.2.tar.bz2.sig b/gnome2-apps/eog-plugins/eog-plugins-3.2.2.tar.bz2.sig
new file mode 100644
index 0000000..362ade0
Binary files /dev/null and b/gnome2-apps/eog-plugins/eog-plugins-3.2.2.tar.bz2.sig differ
diff --git a/gnome2-apps/eog2/DEPENDS b/gnome2-apps/eog2/DEPENDS
index 03c56ae..195e8bb 100755
--- a/gnome2-apps/eog2/DEPENDS
+++ b/gnome2-apps/eog2/DEPENDS
@@ -1,11 +1,12 @@
 depends  libpeas           &&
 depends  xproto            &&
 depends  glib2             &&
-depends  gtk+2             &&
+depends  gtk+3             &&
 depends  gconf2            &&
-depends  gnome-desktop     &&
+depends  gnome-desktop3    &&
 depends  gnome-icon-theme  &&
 depends  shared-mime-info  &&
+depends  gdk-pixbuf2       &&
 
 optional_depends libexif                              \
                  "--with-libexif"                     \
@@ -17,11 +18,6 @@ optional_depends JPEG                                 \
                  "--without-libjpeg"                  \
                  "Enable special JPEG support"        &&
 
-optional_depends pygtk2                               \
-                 "--enable-python"                    \
-                 "--disable-python"                   \
-                 "Enable python support?"             &&
-
 optional_depends lcms                                 \
                  "--with-cms"                         \
                  "--without-cms"                      \
@@ -32,11 +28,6 @@ optional_depends exempi                               \
                  "--without-xmp"                      \
                  "Enable special XMP support?"        &&
 
-optional_depends dbus-glib                            \
-                 "--with-dbus"                        \
-                 "--without-dbus"                     \
-                 "Enable dbus based activation?"      &&
-
 optional_depends gtk-doc                              \
                  "--enable-gtk-doc"                   \
                  "--disable-gtk-doc"                  \
diff --git a/gnome2-apps/eog2/DETAILS b/gnome2-apps/eog2/DETAILS
index 1c7e0f3..8ebd439 100755
--- a/gnome2-apps/eog2/DETAILS
+++ b/gnome2-apps/eog2/DETAILS
@@ -1,5 +1,5 @@
            SPELL=eog2
-         VERSION=3.2.0
+         VERSION=3.2.2
 	  BRANCH=`echo $VERSION|cut -d . -f 1,2`
           SOURCE=eog-$VERSION.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/eog-$VERSION
diff --git a/gnome2-apps/eog2/HISTORY b/gnome2-apps/eog2/HISTORY
index 8f9d05a..5b0b95e 100644
--- a/gnome2-apps/eog2/HISTORY
+++ b/gnome2-apps/eog2/HISTORY
@@ -1,3 +1,10 @@
+2011-12-16 Sukneet Basuta <sukneet at sourcemage.org>
+	* DETAILS: updated spell to 3.2.2
+	* DEPENDS: gtk+2 -> gtk+3
+	  gnome-desktop -> gnome-desktop3
+	  added depends gdk-pixbuf2
+	  removed optional_depends pygtk2 and dbus-glib
+
 2011-09-29 Ladislav Hagara <hgr at vabo.cz>
 	* DETAILS: 3.2.0
 
diff --git a/gnome2-apps/eog2/eog-3.2.0.tar.bz2.sig b/gnome2-apps/eog2/eog-3.2.0.tar.bz2.sig
deleted file mode 100644
index 97e9995..0000000
Binary files a/gnome2-apps/eog2/eog-3.2.0.tar.bz2.sig and /dev/null differ
diff --git a/gnome2-apps/eog2/eog-3.2.2.tar.bz2.sig b/gnome2-apps/eog2/eog-3.2.2.tar.bz2.sig
new file mode 100644
index 0000000..71c04ab
Binary files /dev/null and b/gnome2-apps/eog2/eog-3.2.2.tar.bz2.sig differ


More information about the SM-Commit mailing list