Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Bor Kraljič (6659f3c665efe877e5c68f568fc426f93e3c5fb1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Bor Kraljič <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Bor Kraljič (6659f3c665efe877e5c68f568fc426f93e3c5fb1)
  • Date: Mon, 17 Oct 2011 02:32:48 -0500

GIT changes to master grimoire by Bor Kraljič <pyrobor AT ver.si>:

gnome2-libs/glib2/DEPENDS | 1 +
gnome2-libs/glib2/HISTORY | 3 +++
gnome2-libs/zenity/DEPENDS | 2 +-
gnome2-libs/zenity/HISTORY | 3 +++
utils/libnotify/DEPENDS | 2 +-
utils/libnotify/HISTORY | 3 +++
6 files changed, 12 insertions(+), 2 deletions(-)

New commits:
commit 6659f3c665efe877e5c68f568fc426f93e3c5fb1
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

libnotify: changed gtk+2 -> gtk+3

Error:
checking for TESTS... no
configure: error: Package requirements (gtk+-3.0 >= 2.90) were not met:

No package 'gtk+-3.0' found

commit e5576f7c8086d8ffacbe0eb7236541df9ee08b8f
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

zenity: changed gtk+2 -> gtk+3

Error during ./configure:
checking pkg-config is at least version 0.9.0... yes
checking for ZENITY... no
configure: error: Package requirements (gtk+-3.0 >= 3.0.0 glib-2.0) were
not met:

No package 'gtk+-3.0' found

commit 7729c53ba7e30055d0373ff0302eeae6d4a3d9c6
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

glib2: added libffi as dependency

got error:
checking for LIBFFI... no
configure: error: Package requirements (libffi >= 3.0.0) were not met:

No package 'libffi' found

diff --git a/gnome2-libs/glib2/DEPENDS b/gnome2-libs/glib2/DEPENDS
index 3a38f8d..c8dbe45 100755
--- a/gnome2-libs/glib2/DEPENDS
+++ b/gnome2-libs/glib2/DEPENDS
@@ -1,6 +1,7 @@
. "$GRIMOIRE/FUNCTIONS" &&

depends pkgconfig &&
+depends libffi &&

if ! spell_installed pkgconfig; then
force_depends pkgconfig
diff --git a/gnome2-libs/glib2/HISTORY b/gnome2-libs/glib2/HISTORY
index 91cc3f7..338ea61 100644
--- a/gnome2-libs/glib2/HISTORY
+++ b/gnome2-libs/glib2/HISTORY
@@ -1,3 +1,6 @@
+2011-10-17 Bor Kraljič <pyrobor AT ver.si>
+ * DEPENDS: added libffi as dependency
+
2011-10-15 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.30.1

diff --git a/gnome2-libs/zenity/DEPENDS b/gnome2-libs/zenity/DEPENDS
index 0a88abd..25b8c7f 100755
--- a/gnome2-libs/zenity/DEPENDS
+++ b/gnome2-libs/zenity/DEPENDS
@@ -1,4 +1,4 @@
-depends gtk+2 &&
+depends gtk+3 &&
depends gnome-doc-utils &&
optional_depends libnotify \
"--enable-libnotify" "--disable-libnotify" \
diff --git a/gnome2-libs/zenity/HISTORY b/gnome2-libs/zenity/HISTORY
index 52ae862..b0a7565 100644
--- a/gnome2-libs/zenity/HISTORY
+++ b/gnome2-libs/zenity/HISTORY
@@ -1,3 +1,6 @@
+2011-10-17 Bor Kraljič <pyrobor AT ver.si>
+ * DEPENDS: changed gtk+2 -> gtk+3
+
2011-10-08 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 3.2.0

diff --git a/utils/libnotify/DEPENDS b/utils/libnotify/DEPENDS
index 10b67a7..1d1ab24 100755
--- a/utils/libnotify/DEPENDS
+++ b/utils/libnotify/DEPENDS
@@ -1,2 +1,2 @@
depends dbus-glib &&
-depends gtk+2
+depends gtk+3
diff --git a/utils/libnotify/HISTORY b/utils/libnotify/HISTORY
index 3d07fc7..8a1319c 100644
--- a/utils/libnotify/HISTORY
+++ b/utils/libnotify/HISTORY
@@ -1,3 +1,6 @@
+2011-10-17 Bor Kraljič <pyrobor AT ver.si>
+ * DEPENDS: changed gtk+2 -> gtk+3
+
2011-08-29 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.7.4




  • [SM-Commit] GIT changes to master grimoire by Bor Kraljič (6659f3c665efe877e5c68f568fc426f93e3c5fb1), Bor Kraljič, 10/17/2011

Archive powered by MHonArc 2.6.24.

Top of Page