Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to test grimoire by Pol Vinogradov (8df081b0943ff4de150e0a57e65a77d7c282e0da)
  • Date: Wed, 7 Jun 2006 04:34:48 -0500

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




  • [SM-Commit] GIT changes to test grimoire by Pol Vinogradov (8df081b0943ff4de150e0a57e65a77d7c282e0da), Pol Vinogradov, 06/07/2006

Archive powered by MHonArc 2.6.24.

Top of Page