Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (f8d9a4cb7b53a1e575116da7d1120de0f3cd4304)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (f8d9a4cb7b53a1e575116da7d1120de0f3cd4304)
  • Date: Thu, 20 Oct 2011 15:10:52 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

devel/xmlto/DETAILS | 2 +-
devel/xmlto/HISTORY | 3 +++
gnome2-apps/gedit/DEPENDS | 4 ++--
gnome2-apps/gedit/HISTORY | 4 ++++
gnome2-libs/gnome-panel/DEPENDS | 5 -----
gnome2-libs/gnome-panel/HISTORY | 3 +++
gnome3-libs/pygobject3/DEPENDS | 6 +-----
gnome3-libs/pygobject3/HISTORY | 3 +++
video/totem/DEPENDS | 6 +++---
video/totem/HISTORY | 4 ++++
10 files changed, 24 insertions(+), 16 deletions(-)

New commits:
commit f8d9a4cb7b53a1e575116da7d1120de0f3cd4304
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

gnome-panel: Does not use policykit-gnome anymore

configure: WARNING: unrecognized options: --enable-polkit

commit 844178858f8ec904c0275c99f0dca22d3001f6d5
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

xmlto: WEB_SITE moved to https://fedorahosted.org/xmlto/

commit 4ac861c5346a841f5ff1b6d7618c8b1fd91c9b23
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

gedit: Requires gtksourceview3 not gtksourceview

checking for GEDIT... no
configure: error: Package requirements (
libxml-2.0 >= 2.5.0
glib-2.0 >= 2.28.0
gthread-2.0 >= 2.13.0
gio-2.0 >= 2.26.0
gtk+-3.0 >= 3.1.6
gtksourceview-3.0 >= 3.0.0
libpeas-1.0 >= 0.7.3
libpeas-gtk-1.0 >= 1.1.0
gsettings-desktop-schemas
) were not met:

No package 'gtksourceview-3.0' found

commit 723a2442d66aeaeca3972ae7f3b4d019d415e126
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

gedit: Requires pygobject3 not pygobject

checking for PYTHON... no
configure: error: Package requirements (pygobject-3.0 >= 2.90.2) were
not met:

No package 'pygobject-3.0' found

commit 35e63a70fe51569486fd50e133dfc216167de5a0
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

pygobject3: gobject-introspection is now required

configure: WARNING: unrecognized options: --enable-introspection

Without gobject-introspection installed:
checking for GIO... yes
checking for GI... no
configure: error: Package requirements (glib-2.0 >= 2.24.0
gobject-introspection-1.0 >= 1.29.0
) were not met:

No package 'gobject-introspection-1.0' found

commit e7ba30ee0517e2631060cb7bf0cb820c810b5b3b
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

totem: Still depends on dbus-glib (links), but does not know --with-dbus

configure: WARNING: unrecognized options: --with-dbus

commit 05c57de90d48a00f4564a90534f0d9f44b2052fa
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

totem: Python support required pygobject3

checking for python extension module directory...
${exec_prefix}/lib/python2.7/site-packages
checking for PYGOBJECT... no
configure: error: python >= 2.3 or pygobject-3.0 >= 2.90.3 not found

diff --git a/devel/xmlto/DETAILS b/devel/xmlto/DETAILS
index 918866e..ed9b555 100755
--- a/devel/xmlto/DETAILS
+++ b/devel/xmlto/DETAILS
@@ -7,7 +7,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_HINTS[0]="no-check-certificate"
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
SOURCE2_HINTS[0]="no-check-certificate"
- WEB_SITE=http://cyberelk.net/tim/xmlto/
+ WEB_SITE=https://fedorahosted.org/xmlto/
ENTERED=20030619

SOURCE_HASH=sha512:f503b30f7bda2bc8e5c3cf422503c2c73148b6a74959df2e01107509c8a6d30cbc3204e45b212ed7c459ac6a631e72559b950a0a7916ae89815d3c8fab5141bd
# SOURCE_GPG=xmlto.gpg:$SOURCE2:UPSTREAM_KEY
diff --git a/devel/xmlto/HISTORY b/devel/xmlto/HISTORY
index f9f6f25..d7f6d09 100644
--- a/devel/xmlto/HISTORY
+++ b/devel/xmlto/HISTORY
@@ -1,3 +1,6 @@
+2011-10-20 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: WEB_SITE moved to https://fedorahosted.org/xmlto/
+
2011-10-14 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: fixed long description wrap (scripted)

diff --git a/gnome2-apps/gedit/DEPENDS b/gnome2-apps/gedit/DEPENDS
index 6bdc8a4..da6ca4c 100755
--- a/gnome2-apps/gedit/DEPENDS
+++ b/gnome2-apps/gedit/DEPENDS
@@ -3,7 +3,7 @@ depends libxml2 &&
depends glib2 &&
depends gtk+3 &&
depends gconf2 &&
-depends gtksourceview &&
+depends gtksourceview3 &&

depends libgtkhtml &&
depends gnome-doc-utils &&
@@ -32,7 +32,7 @@ optional_depends gtk-doc \

if is_depends_enabled $SPELL python; then
depends gnome-python-desktop &&
- depends pygobject &&
+ depends pygobject3 &&
depends pygtk2 &&
depends pygtksourceview
fi
diff --git a/gnome2-apps/gedit/HISTORY b/gnome2-apps/gedit/HISTORY
index 0699e40..8046c55 100644
--- a/gnome2-apps/gedit/HISTORY
+++ b/gnome2-apps/gedit/HISTORY
@@ -1,3 +1,7 @@
+2011-10-20 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Requires pygobject3 not pygobject
+ Requires gtksourceview3 not gtksourceview
+
2011-10-09 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 3.2.0

diff --git a/gnome2-libs/gnome-panel/DEPENDS b/gnome2-libs/gnome-panel/DEPENDS
index 50cbd16..5b70d73 100755
--- a/gnome2-libs/gnome-panel/DEPENDS
+++ b/gnome2-libs/gnome-panel/DEPENDS
@@ -30,11 +30,6 @@ optional_depends rarian
\
"--disable-scrollkeeper" \
"Register with rarian?" &&

-optional_depends policykit-gnome \
- "--enable-polkit" \
- "--disable-polkit" \
- "Enable PolicyKit support?" &&
-
optional_depends gtk-doc \
'--enable-gtk-doc' \
'--disable-gtk-doc' \
diff --git a/gnome2-libs/gnome-panel/HISTORY b/gnome2-libs/gnome-panel/HISTORY
index 889b4a8..6e528cd 100644
--- a/gnome2-libs/gnome-panel/HISTORY
+++ b/gnome2-libs/gnome-panel/HISTORY
@@ -1,3 +1,6 @@
+2011-10-20 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Does not use policykit-gnome anymore
+
2011-10-18 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 3.2.1

diff --git a/gnome3-libs/pygobject3/DEPENDS b/gnome3-libs/pygobject3/DEPENDS
index 559fd57..5e156c8 100755
--- a/gnome3-libs/pygobject3/DEPENDS
+++ b/gnome3-libs/pygobject3/DEPENDS
@@ -1,7 +1,3 @@
depends python &&
depends glib2 &&
-
-optional_depends gobject-introspection \
- "--enable-introspection" \
- "--disable-introspection" \
- "to enable introspection"
+depends gobject-introspection
diff --git a/gnome3-libs/pygobject3/HISTORY b/gnome3-libs/pygobject3/HISTORY
index 664f3d1..9f090ec 100644
--- a/gnome3-libs/pygobject3/HISTORY
+++ b/gnome3-libs/pygobject3/HISTORY
@@ -1,2 +1,5 @@
+2011-10-20 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Requires gobject-introspection
+
2011-10-09 Ladislav Hagara <hgr AT vabo.cz>
* *: spell created, based on pygobject
diff --git a/video/totem/DEPENDS b/video/totem/DEPENDS
index fcb8b97..6d05e3a 100755
--- a/video/totem/DEPENDS
+++ b/video/totem/DEPENDS
@@ -19,7 +19,7 @@ optional_depends vala \
'--disable-vala' \
'Enable vala plugin support?' &&

-optional_depends python \
+optional_depends pygobject3 \
'--enable-python' \
'--disable-python' \
'Enable python plugin support?' &&
@@ -58,8 +58,8 @@ optional_depends mythtv \
"enable mythtv plugin?" &&

optional_depends dbus-glib \
- "--with-dbus" \
- "--without-dbus" \
+ "" \
+ "" \
"for dbus remote control" &&

optional_depends libgdata "" "" "for youtube plugin"
diff --git a/video/totem/HISTORY b/video/totem/HISTORY
index 3db3fce..d8eab2e 100644
--- a/video/totem/HISTORY
+++ b/video/totem/HISTORY
@@ -1,3 +1,7 @@
+2011-10-20 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Python support required pygobject3
+ Still depends on dbus-glib (links), but does not know --with-dbus
+
2011-10-09 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 3.2.0
* PRE_BUILD: updated



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (f8d9a4cb7b53a1e575116da7d1120de0f3cd4304), Eric Sandall, 10/20/2011

Archive powered by MHonArc 2.6.24.

Top of Page