Skip to Content.
Sympa Menu

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

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 (4ca3a387396957b97ccb1547174540ff37affece)
  • Date: Fri, 31 Jul 2009 00:05:42 -0500

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

gnome2-libs/gnome-games2/DEPENDS | 8 ++++----
gnome2-libs/gnome-games2/HISTORY | 7 +++++++
2 files changed, 11 insertions(+), 4 deletions(-)

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

gnome-games2: There is no scalable configure option
The closest is: --with-card-theme-formats
which card theme formats to support (svg, fixed,
kde, pysol, defaults, all)

commit 90656cbc21ab8d811c3472a9a7fb31b885019051
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

gnome-games2: gcrypt configure uses --with not --enable

diff --git a/gnome2-libs/gnome-games2/DEPENDS
b/gnome2-libs/gnome-games2/DEPENDS
index b41ecdd..4870c46 100755
--- a/gnome2-libs/gnome-games2/DEPENDS
+++ b/gnome2-libs/gnome-games2/DEPENDS
@@ -19,13 +19,13 @@ optional_depends check \
"enable building test apps" &&

optional_depends librsvg2 \
- "--enable-scalable" \
- "--disable-scalable" \
+ "" \
+ "" \
"Enable scalable graphics?" &&

optional_depends libgcrypt \
- "--enable-gcrypt" \
- "--disable-gcrypt" \
+ "--with-gcrypt" \
+ "--without-gcrypt" \
"Enable encryption support?" &&

if [[ "$GGAMES_SOUND" == "y" ]]; then
diff --git a/gnome2-libs/gnome-games2/HISTORY
b/gnome2-libs/gnome-games2/HISTORY
index 887580f..b2c6eca 100644
--- a/gnome2-libs/gnome-games2/HISTORY
+++ b/gnome2-libs/gnome-games2/HISTORY
@@ -1,3 +1,10 @@
+2009-07-30 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: gcrypt configure uses --with not --enable
+ There is no scalable configure option, the closest is:
+ --with-card-theme-formats
+ which card theme formats to support (svg, fixed,
+ kde, pysol, defaults, all)
+
2009-07-30 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.26.3
* DEPENDS: added optional_depends check



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (4ca3a387396957b97ccb1547174540ff37affece), Eric Sandall, 07/31/2009

Archive powered by MHonArc 2.6.24.

Top of Page