Skip to Content.
Sympa Menu

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

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 (09dc56f857af4aac6d3382503f45715e8f72d905)
  • Date: Sat, 25 Apr 2009 01:06:26 -0500

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

kde4-support/phonon/HISTORY | 3 +++
kde4-support/phonon/PREPARE | 7 +++++--
2 files changed, 8 insertions(+), 2 deletions(-)

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

phonon: Only query for autoupdate on devel version

diff --git a/kde4-support/phonon/HISTORY b/kde4-support/phonon/HISTORY
index ab95d55..fe1b782 100644
--- a/kde4-support/phonon/HISTORY
+++ b/kde4-support/phonon/HISTORY
@@ -1,3 +1,6 @@
+2009-04-24 Eric Sandall <sandalle AT sourcemage.org>
+ * PREPARE: Only query for autoupdate on devel version
+
2009-04-23 Thomas Orgis <sobukus AT sourcemage.org>
* DEPENDS: it needs libxcb to build

diff --git a/kde4-support/phonon/PREPARE b/kde4-support/phonon/PREPARE
index e74b523..098771c 100755
--- a/kde4-support/phonon/PREPARE
+++ b/kde4-support/phonon/PREPARE
@@ -1,3 +1,6 @@
config_query_list PHONON_VER 'which version to build?' stable devel &&
-config_query PHONON_VCS_AUTOUPDATE \
- "Update automatically on every system update?" n
+
+if [[ "$PHONON_VER" == "devel" ]]; then
+ config_query PHONON_VCS_AUTOUPDATE \
+ "Update automatically on every system update?" n
+fi



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (09dc56f857af4aac6d3382503f45715e8f72d905), Eric Sandall, 04/25/2009

Archive powered by MHonArc 2.6.24.

Top of Page