Skip to Content.
Sympa Menu

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

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 (f20faf4401e14360761482a8418e7d1db555a834)
  • Date: Tue, 17 Nov 2009 05:42:25 -0600

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

disk/udev/DEPENDS | 7 +++++--
disk/udev/HISTORY | 4 +++-
2 files changed, 8 insertions(+), 3 deletions(-)

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

udev: fixed gobject-introspection dep

diff --git a/disk/udev/DEPENDS b/disk/udev/DEPENDS
index 46f9a68..7210177 100755
--- a/disk/udev/DEPENDS
+++ b/disk/udev/DEPENDS
@@ -10,14 +10,17 @@ if list_find "$UDEV_OPTS" "--enable-extras"; then
depends usbutils &&
depends USBIDS &&
depends PCIIDS &&
- optional_depends consolekit '' '' 'seesion/seat support' &&
- optional_depends gobject-introspection '' '--disable-introspection'
'GObject introspection support'
+ optional_depends consolekit '' '' 'seesion/seat support'
fi &&

if [[ "$(get_spell_provider ${SPELL} PCIIDS)" = 'pciutils' ]]; then
depends -sub NO_ZLIB pciutils
fi &&

+optional_depends gobject-introspection \
+ "" "--disable-introspection" \
+ "for GObject introspection support" &&
+
optional_depends gtk-doc \
"--enable-gtk-doc" \
"--disable-gtk-doc" \
diff --git a/disk/udev/HISTORY b/disk/udev/HISTORY
index 7d9e4ac..2b76322 100644
--- a/disk/udev/HISTORY
+++ b/disk/udev/HISTORY
@@ -1,3 +1,6 @@
+2009-11-17 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: really add optional gobject-introspection
+
2009-11-15 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 147
* libusb.diff: deleted
@@ -12,7 +15,6 @@
2009-10-11 Treeve Jelbert <treeve AT sourcemage.org>
* libusb.diff: added
upstream patch for printing with libusb/cups
-
* PRE_BUILD: apply patch
* DETAILS: PATCHLEVEL++




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f20faf4401e14360761482a8418e7d1db555a834), Vlad Glagolev, 11/17/2009

Archive powered by MHonArc 2.6.24.

Top of Page