Skip to Content.
Sympa Menu

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

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 (b199fad201466ca7b79eaf39c800bd6d2a66ee91)
  • Date: Tue, 23 Sep 2008 22:44:57 -0500

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

kde4/HISTORY | 4 ++++
kde4/KDE_DEPENDS | 8 +++-----
2 files changed, 7 insertions(+), 5 deletions(-)

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

kde4/KDE_DEPENDS: kdebase-workspace4 depends on kdelibs4

commit 91038df99d9c5559b893569ddb3363c7c87bdb41
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

kde4/KDE_DEPENDS: Remove commented out stable check

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

kde4/KDE_DEPENDS: kdelibs4 depends on phonon in stable branch as well

diff --git a/kde4/HISTORY b/kde4/HISTORY
index e2a036e..363132a 100644
--- a/kde4/HISTORY
+++ b/kde4/HISTORY
@@ -1,3 +1,7 @@
+2008-09-23 Eric Sandall <sandalle AT sourcemage.org>
+ * KDE_DEPENDS: kdelibs4 depends on phonon in stable branch as well
+ kdebase-workspace4 depends on kdelibs4
+
2008-07-23 Treeve Jelbert <treeve AT sourcemage.org>
* KDE_DEPENDS: all versions now depend on phonon

diff --git a/kde4/KDE_DEPENDS b/kde4/KDE_DEPENDS
index d4f05ea..fbcc147 100755
--- a/kde4/KDE_DEPENDS
+++ b/kde4/KDE_DEPENDS
@@ -7,16 +7,13 @@ case $SPELL in
depends libice &&
depends libsm &&
depends libxtst &&
- depends libxext
- if [[ $KDE_VER != stable ]]; then
- depends phonon
- fi &&
+ depends libxext &&
+ depends phonon &&
depends desktop-file-utils &&
depends dbus &&
depends hal &&
depends pkgconfig &&
depends openssl &&
-# if [[ $KDE_VER != stable ]]; then
depends strigi &&
sub_depends strigi QT4 &&
depends shared-mime-info &&
@@ -39,6 +36,7 @@ case $SPELL in

kdebase-workspace4)
depends kdebase4-runtime &&
+ depends kdelibs4 &&
depends xorg-server
;;




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (b199fad201466ca7b79eaf39c800bd6d2a66ee91), Eric Sandall, 09/23/2008

Archive powered by MHonArc 2.6.24.

Top of Page