Skip to Content.
Sympa Menu

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

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 (81bf7ca007374d396a7ca5ed9e3d1b45560a987f)
  • Date: Sun, 19 Apr 2009 16:58:40 -0500

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

gnome2-libs/devicekit/DEPENDS | 12 ++++--------
gnome2-libs/devicekit/HISTORY | 5 +++++
2 files changed, 9 insertions(+), 8 deletions(-)

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

devicekit: Alphabetize depends for fun and add newline to HISTORY

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

devicekit: gtk-doc is not optional, but required
Bug #15189

diff --git a/gnome2-libs/devicekit/DEPENDS b/gnome2-libs/devicekit/DEPENDS
index 5bfdf35..5309726 100755
--- a/gnome2-libs/devicekit/DEPENDS
+++ b/gnome2-libs/devicekit/DEPENDS
@@ -1,10 +1,6 @@
-depends libxslt &&
-depends pkgconfig &&
depends dbus &&
depends dbus-glib &&
-depends udev &&
-
-optional_depends gtk-doc \
- "--enable-gtk-doc" \
- "--disable-gtk-doc" \
- "Build Devhelp files?"
+depends gtk-doc &&
+depends libxslt &&
+depends pkgconfig &&
+depends udev
diff --git a/gnome2-libs/devicekit/HISTORY b/gnome2-libs/devicekit/HISTORY
index 6098b7c..f9eaf7a 100644
--- a/gnome2-libs/devicekit/HISTORY
+++ b/gnome2-libs/devicekit/HISTORY
@@ -1,2 +1,7 @@
+2009-04-19 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: gtk-doc is not optional, but required
+ Bug #15189
+
2009-03-08 Robin Cook <rcook AT wyrms.net>
* New Spell: DETAILS, DEPENDS, PRE_BUILD
+



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (81bf7ca007374d396a7ca5ed9e3d1b45560a987f), Eric Sandall, 04/19/2009

Archive powered by MHonArc 2.6.24.

Top of Page