[SM-Commit] GIT changes to test grimoire by Pol Vinogradov (8df081b0943ff4de150e0a57e65a77d7c282e0da)

Pol Vinogradov scm at mail.sourcemage.org
Wed Jun 7 05:34:48 EDT 2006


GIT changes to test grimoire by Pol Vinogradov <vin.public at gmail.com>:

 kde-core/kdebase/DEPENDS       |    4 +++-
 kde-core/kdebase/HISTORY       |    3 +++
 kde-core/kdelibs/DEPENDS       |    4 +++-
 kde-core/kdelibs/HISTORY       |    3 +++
 kde-core/kdemultimedia/DEPENDS |    4 +++-
 kde-core/kdemultimedia/HISTORY |    3 +++
 6 files changed, 18 insertions(+), 3 deletions(-)

New commits:
commit 8df081b0943ff4de150e0a57e65a77d7c282e0da
Author: Pol Vinogradov <vin.public at gmail.com>
Commit: Pol Vinogradov <vin.public at gmail.com>

    added xorg-libs checking

diff --git a/kde-core/kdebase/DEPENDS b/kde-core/kdebase/DEPENDS
index 00208b7..a79c981 100755
--- a/kde-core/kdebase/DEPENDS
+++ b/kde-core/kdebase/DEPENDS
@@ -8,7 +8,9 @@ #
 #  depends  krb5
 #fi  &&
 
-if  [  "$(get_spell_provider  qt-x11  X11-LIBS)"  ==  "xorg-server"  ];  then
+if  [[ "$(get_spell_provider  qt-x11  X11-LIBS)"  ==  "xorg-server" ]]  ||
+    [[ "$(get_spell_provider  qt-x11  X11-LIBS)"  ==  "xorg-libs"  ]]
+then
   depends  imake          &&
   depends  libxau         &&
   depends  libxcomposite  &&
diff --git a/kde-core/kdebase/HISTORY b/kde-core/kdebase/HISTORY
index b8e4e17..cca3ba4 100644
--- a/kde-core/kdebase/HISTORY
+++ b/kde-core/kdebase/HISTORY
@@ -1,3 +1,6 @@
+2006-06-07 Pol Vinogradov <vin.public at gmail.com>
+	* DEPENDS: added xorg-libs checking
+
 2006-06-03 Pol Vinogradov <vin.public at gmail.com>
 	* DEPENDS: added imake when xorg-server is provider of X11-LIBS for qt-x11
 
diff --git a/kde-core/kdelibs/DEPENDS b/kde-core/kdelibs/DEPENDS
index 08e1c7d..ba0711e 100755
--- a/kde-core/kdelibs/DEPENDS
+++ b/kde-core/kdelibs/DEPENDS
@@ -2,7 +2,9 @@ depends  qt-x11              &&
 depends  docbook-dtd         &&
 depends  hicolor-icon-theme  &&
 
-if  [  "$(get_spell_provider  qt-x11  X11-LIBS)"  ==  "xorg-server"  ];  then
+if  [[ "$(get_spell_provider  qt-x11  X11-LIBS)"  ==  "xorg-server" ]]  ||
+    [[ "$(get_spell_provider  qt-x11  X11-LIBS)"  ==  "xorg-libs" ]]
+then
   depends  iceauth  &&
   depends  libice   &&
   depends  libsm    &&
diff --git a/kde-core/kdelibs/HISTORY b/kde-core/kdelibs/HISTORY
index 9a2a838..ae93c37 100644
--- a/kde-core/kdelibs/HISTORY
+++ b/kde-core/kdelibs/HISTORY
@@ -1,3 +1,6 @@
+2006-06-07 Pol Vinogradov <vin.public at gmail.com>
+	* DEPENDS: added xorg-libs checking
+
 2006-06-04 Eric Sandall <eric at sandall.us>
 	* DEPENDS: DCOP requires on iceauth if using xorg-server
 
diff --git a/kde-core/kdemultimedia/DEPENDS b/kde-core/kdemultimedia/DEPENDS
index f804817..e5937de 100755
--- a/kde-core/kdemultimedia/DEPENDS
+++ b/kde-core/kdemultimedia/DEPENDS
@@ -1,7 +1,9 @@
 depends  kdebase  &&
 depends  libpng   &&
 
-if  [  "$(get_spell_provider  qt-x11  X11-LIBS)"  ==  "xorg-server"  ];  then
+if  [[ "$(get_spell_provider  qt-x11  X11-LIBS)"  ==  "xorg-server"  ]]  ||
+    [[ "$(get_spell_provider  qt-x11  X11-LIBS)"  ==  "xorg-libs"  ]]
+then
   depends  libxxf86dga
 fi  &&
 
diff --git a/kde-core/kdemultimedia/HISTORY b/kde-core/kdemultimedia/HISTORY
index 3801701..4aacc79 100644
--- a/kde-core/kdemultimedia/HISTORY
+++ b/kde-core/kdemultimedia/HISTORY
@@ -1,3 +1,6 @@
+2006-06-07 Pol Vinogradov <vin.public at gmail.com>
+	* DEPENDS: added xorg-libs checking
+
 2006-06-04 Pol Vinogradov <vin.public at gmail.com>
 	* DEPENDS: added libxxf86dga when xorg-server is provider of X11-LIBS for qt-x11
 



More information about the SM-Commit mailing list