[SM-Commit] GIT changes to master grimoire by Thomas Orgis (231c5878fb94379da315910dc32d62e8f0abffe2)

Thomas Orgis scm at sourcemage.org
Thu Aug 21 15:32:28 EDT 2008


GIT changes to master grimoire by Thomas Orgis <sobukus at sourcemage.org>:

 display/qingy/DEPENDS |   20 +++++++++++++++++---
 display/qingy/HISTORY |    3 +++
 i18n/gjiten/DEPENDS   |    1 +
 i18n/gjiten/HISTORY   |    3 +++
 4 files changed, 24 insertions(+), 3 deletions(-)

New commits:
commit 3f121a5af4b3c229654957eb7954fdd1037c1f84
Author: Thomas Orgis <sobukus at sourcemage.org>
Commit: Thomas Orgis <sobukus at sourcemage.org>

    gjiten: add depends on xmlto

commit c4f7182a73c1822caab9f2047f757b9e8f65d41d
Author: Thomas Orgis <sobukus at sourcemage.org>
Commit: Thomas Orgis <sobukus at sourcemage.org>

    qingy: fix xorg modular support (dependency)

diff --git a/display/qingy/DEPENDS b/display/qingy/DEPENDS
index 8d96854..f96e676 100755
--- a/display/qingy/DEPENDS
+++ b/display/qingy/DEPENDS
@@ -4,13 +4,27 @@ elif  [[ "QINGY_CRYPTO" == 'libgcrypt' ]]; then
   depends libgcrypt
 fi  &&
 
-depends  directfb  &&
+depends directfb &&
+# according to configure it _should_ be optional, but isn't
+# contacting the author about it...
+#optional_depends  directfb  
+#                  '--enable-directFB-support' \
+#                  '--disable-directFB-support' \
+#                  'For DirectFB graphics' &&
 
 optional_depends  X11-SERVER         \
-                  ''                 \
-                  ''                 \
+                  '--enable-x-support'  \
+                  '--disable-x-support' \
                   'For X sessions'   &&
 
+
+source  $GRIMOIRE/FUNCTIONS  &&
+if  check_if_xorg_modular_server
+then
+  depends  libxscrnsaver
+fi  &&
+
+
 optional_depends  gpm                   \
                   '--enable-gpm-lock'   \
                   '--disable-gpm-lock'  \
diff --git a/display/qingy/HISTORY b/display/qingy/HISTORY
index 01c2e09..ad8e356 100644
--- a/display/qingy/HISTORY
+++ b/display/qingy/HISTORY
@@ -1,3 +1,6 @@
+2008-08-21 Thomas Orgis <sobukus at sourcemage.org>
+	* DEPENDS: fix for xorg-modular, add option to disable x support at all
+
 2008-07-13 Eric Sandall <sandalle at sourcemage.org>
 	* DETAILS: Updated to 0.9.7
 
diff --git a/i18n/gjiten/DEPENDS b/i18n/gjiten/DEPENDS
index 94c352b..e39a48a 100755
--- a/i18n/gjiten/DEPENDS
+++ b/i18n/gjiten/DEPENDS
@@ -1,2 +1,3 @@
+depends xmlto &&
 depends libgnome &&
 depends libgnomeui
diff --git a/i18n/gjiten/HISTORY b/i18n/gjiten/HISTORY
index 191b957..5371b64 100644
--- a/i18n/gjiten/HISTORY
+++ b/i18n/gjiten/HISTORY
@@ -1,3 +1,6 @@
+2008-08-21 Thomas Orgis <sobukus at sourcemage.org>
+	* DEPENDS: add xmlto
+
 2007-04-12 Jaka Kranjc <lynxlynxlynx at sourcemage.org>
 	* DETAILS: added fallback url
 



More information about the SM-Commit mailing list