Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (53730b2252559d6330098658a141451c666fe85c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (53730b2252559d6330098658a141451c666fe85c)
  • Date: Sun, 14 Jan 2007 11:32:01 -0600

GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

gnome2-apps/gcstar/CONFIGURE | 3 +--
gnome2-apps/gcstar/DEPENDS | 8 ++------
gnome2-apps/gcstar/HISTORY | 4 ++++
3 files changed, 7 insertions(+), 8 deletions(-)

New commits:
commit 53730b2252559d6330098658a141451c666fe85c
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

gcstar: fix #13275

diff --git a/gnome2-apps/gcstar/CONFIGURE b/gnome2-apps/gcstar/CONFIGURE
index b7be13d..044fe62 100755
--- a/gnome2-apps/gcstar/CONFIGURE
+++ b/gnome2-apps/gcstar/CONFIGURE
@@ -1,3 +1,2 @@
config_query TELLICO_IMPORT "Enable Tellico import?" n &&
-config_query TARGZ_SUPPORT "Enable tar.gz import and export" n &&
-config_query DVDPROFILER_IMPORT "Enable DvdProfiler import?" n
+config_query TARGZ_SUPPORT "Enable tar.gz import and export" n
diff --git a/gnome2-apps/gcstar/DEPENDS b/gnome2-apps/gcstar/DEPENDS
index fb86bef..fae6641 100755
--- a/gnome2-apps/gcstar/DEPENDS
+++ b/gnome2-apps/gcstar/DEPENDS
@@ -1,13 +1,9 @@
depends perl-gtk2 &&
depends lwp &&
+depends xml-simple &&

if [ $TELLICO_IMPORT = 'y' ]; then
- depends archive-zip &&
- depends xml-simple
-else
- if [ $DVDPROFILER_IMPORT = 'y' ]; then
- depends xml-simple
- fi
+ depends archive-zip
fi &&

if [ $TARGZ_SUPPORT = 'y' ]; then
diff --git a/gnome2-apps/gcstar/HISTORY b/gnome2-apps/gcstar/HISTORY
index 4272d9c..3ea27b3 100644
--- a/gnome2-apps/gcstar/HISTORY
+++ b/gnome2-apps/gcstar/HISTORY
@@ -1,3 +1,7 @@
+2007-01-14 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * DEPENDS: made xml-simple required #13275
+ * CONFIGURE: removed a now redundant query
+
2006-10-17 Flavien Bridault <vlaaad AT sourcemage.org>
* DETAILS: Updated to 0.5.0




  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (53730b2252559d6330098658a141451c666fe85c), Jaka Kranjc, 01/14/2007

Archive powered by MHonArc 2.6.24.

Top of Page