Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (3ab8ae355cf205bd822a29d46076bb46d54b4489)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (3ab8ae355cf205bd822a29d46076bb46d54b4489)
  • Date: Wed, 23 Sep 2009 02:13:01 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

gnome2-libs/policykit/DEPENDS | 9 ++++-----
gnome2-libs/policykit/HISTORY | 4 ++++
utils/eggdbus/BUILD | 3 +++
utils/eggdbus/DEPENDS | 7 ++++++-
utils/eggdbus/HISTORY | 4 ++++
5 files changed, 21 insertions(+), 6 deletions(-)

New commits:
commit 3ab8ae355cf205bd822a29d46076bb46d54b4489
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

policykit: fixed dependencies

commit 29f2ff27154e091687ccb2e7b85126222f25d852
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

eggdbus: fixed dependencies

diff --git a/gnome2-libs/policykit/DEPENDS b/gnome2-libs/policykit/DEPENDS
index c9a0a72..b6e86f4 100755
--- a/gnome2-libs/policykit/DEPENDS
+++ b/gnome2-libs/policykit/DEPENDS
@@ -4,16 +4,15 @@ depends dbus-glib &&
depends eggdbus &&
depends expat &&
depends intltool &&
-depends gobject-introspection &&

if [[ "$POLICYKIT_AFW" != "none" ]]; then
depends $POLICYKIT_AFW
fi &&

-optional_depends libselinux \
- "--enable-selinux" \
- "--disable-selinux" \
- "Enable SELinux support?" &&
+optional_depends gobject-introspection \
+ "--enable-introspection" \
+ "--disable-introspection" \
+ "Enable GObject introspection?" &&

optional_depends gtk-doc \
"--enable-gtk-doc" \
diff --git a/gnome2-libs/policykit/HISTORY b/gnome2-libs/policykit/HISTORY
index 9c4113a..36a64c8 100644
--- a/gnome2-libs/policykit/HISTORY
+++ b/gnome2-libs/policykit/HISTORY
@@ -1,3 +1,7 @@
+2009-09-23 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: gobject-introspection is _optional_; selinux flags don't
+ exist
+
2009-09-22 Laidslav Hagara <hgr AT vabo.cz>
* DETAILS: 0.94, PolicyKit -> polkit
* DEPENDS: added eggdbus and gobject-introspection
diff --git a/utils/eggdbus/BUILD b/utils/eggdbus/BUILD
new file mode 100755
index 0000000..05cd5fd
--- /dev/null
+++ b/utils/eggdbus/BUILD
@@ -0,0 +1,3 @@
+OPTS="--disable-man-pages $OPTS" &&
+
+default_build
diff --git a/utils/eggdbus/DEPENDS b/utils/eggdbus/DEPENDS
index 98c9a03..db517a3 100755
--- a/utils/eggdbus/DEPENDS
+++ b/utils/eggdbus/DEPENDS
@@ -1,3 +1,8 @@
depends glib2 &&
depends dbus &&
-depends dbus-glib
+depends dbus-glib &&
+
+optional_depends gtk-doc \
+ "--enable-gtk-doc" \
+ "--disable-gtk-doc" \
+ "to build documentation"
diff --git a/utils/eggdbus/HISTORY b/utils/eggdbus/HISTORY
index a9491d0..5474687 100644
--- a/utils/eggdbus/HISTORY
+++ b/utils/eggdbus/HISTORY
@@ -1,3 +1,7 @@
+2009-09-23 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: added gtk-doc as opt dep
+ * BUILD: don't build man pages via xsltproc
+
2009-07-03 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.5





Archive powered by MHonArc 2.6.24.

Top of Page