Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (466c69a1a89e8359ed96f30ccec81ad16b772890)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (466c69a1a89e8359ed96f30ccec81ad16b772890)
  • Date: Thu, 12 Jul 2012 03:27:19 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

x11-toolkits/wxgtk-new/DEPENDS | 6 ++++--
x11-toolkits/wxgtk-new/HISTORY | 1 +
2 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit 466c69a1a89e8359ed96f30ccec81ad16b772890
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

wxgtk-new - libxpm is optional

diff --git a/x11-toolkits/wxgtk-new/DEPENDS b/x11-toolkits/wxgtk-new/DEPENDS
index 4d2b1e7..46600b0 100755
--- a/x11-toolkits/wxgtk-new/DEPENDS
+++ b/x11-toolkits/wxgtk-new/DEPENDS
@@ -1,7 +1,6 @@
depends -sub CXX gcc &&
depends gtk+2 &&
depends libx11 '--with-x' &&
-depends libxpm '--with-libxpm' &&

# all of the "depends" below strictly speaking are not required, e.g. we can
# use included library by specifying --with-*=builtin, but we want to use the
@@ -45,4 +44,7 @@ optional_depends libiodbc \
optional_depends sdl \
'--with-sdl --enable-sound' \
'--without-sdl' \
- 'for sound system support'
+ 'for sound system support' &&
+optional_depends libxpm '--with-libxpm' \
+ '--without-libxpm' \
+ 'support XPM file format'
diff --git a/x11-toolkits/wxgtk-new/HISTORY b/x11-toolkits/wxgtk-new/HISTORY
index 7a69571..85d5081 100644
--- a/x11-toolkits/wxgtk-new/HISTORY
+++ b/x11-toolkits/wxgtk-new/HISTORY
@@ -1,5 +1,6 @@
2012-07-12 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.9.4
+ * DEPENDS: libxpm is optional

2012-01-13 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.9.3



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (466c69a1a89e8359ed96f30ccec81ad16b772890), Treeve Jelbert, 07/12/2012

Archive powered by MHonArc 2.6.24.

Top of Page