Skip to Content.
Sympa Menu

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

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 (5e49fa23eb2a90be163c0dbb735d6770eba2d97f)
  • Date: Mon, 25 Feb 2008 01:22:13 -0600

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

kde4/kde4-profile/DETAILS | 7 ++++++-
kde4/kde4-profile/HISTORY | 3 +++
2 files changed, 9 insertions(+), 1 deletion(-)

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

kde4-profile: Allow for stable and unstable versions

diff --git a/kde4/kde4-profile/DETAILS b/kde4/kde4-profile/DETAILS
index a53638b..e98f218 100755
--- a/kde4/kde4-profile/DETAILS
+++ b/kde4/kde4-profile/DETAILS
@@ -1,8 +1,13 @@
SPELL=kde4-profile
+persistent_read kdelibs4 KDE_VER KDE_VER
+if [[ "${KDE_VER}" == "unstable" ]];then
+ VERSION=4.0.63
+else
VERSION=4.0.1
+fi
WEB_SITE=http://www.kde.org/
- ENTERED=20070307
KEYWORDS="kde"
+ ENTERED=20070307
SHORT="Provides a fully featured KDE4 desktop environment"
cat << EOF
The kde4-profile spell provides a fully featured KDE4 desktop environment.
diff --git a/kde4/kde4-profile/HISTORY b/kde4/kde4-profile/HISTORY
index 2fb4963..49e690f 100644
--- a/kde4/kde4-profile/HISTORY
+++ b/kde4/kde4-profile/HISTORY
@@ -1,3 +1,6 @@
+2008-02-24 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Allow for stable and unstable versions
+
2008-02-21 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Optionally depend on kdebase4, kdeedu4, kdegames4,
kdesdk4, and
kdetoys4



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (5e49fa23eb2a90be163c0dbb735d6770eba2d97f), Eric Sandall, 02/25/2008

Archive powered by MHonArc 2.6.24.

Top of Page