Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Eric Sandall (d8cf37e94765250c4f3315e177b31f8379f37844)

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 devel-xorg-modular grimoire by Eric Sandall (d8cf37e94765250c4f3315e177b31f8379f37844)
  • Date: Thu, 10 Nov 2011 20:39:12 -0600

GIT changes to devel-xorg-modular grimoire by Eric Sandall
<sandalle AT sourcemage.org>:

dev/null |binary
gnome2-libs/libgee/DETAILS | 2 -
gnome2-libs/libgee/HISTORY | 3 ++
gnome2-libs/libgee/libgee-0.6.2.1.tar.bz2.sig | 0
gnome2-libs/libgee/libgee-0.6.3.tar.bz2.sig |binary
x11-toolkits/wxgtk/BUILD | 6 ++--
x11-toolkits/wxgtk/CONFIGURE | 18 ++++--------
x11-toolkits/wxgtk/DEPENDS | 5 ++-
x11-toolkits/wxgtk/DETAILS | 9 +-----
x11-toolkits/wxgtk/EXPORTS | 3 --
x11-toolkits/wxgtk/HISTORY | 18 ++++++++++--
x11-toolkits/wxgtk/INSTALL | 2 -
x11-toolkits/wxgtk/PREPARE | 2 -
x11-toolkits/wxgtk/PRE_BUILD | 6 ----
x11-toolkits/wxgtk/PRE_SUB_DEPENDS | 1
x11-toolkits/wxgtk/REPAIR^all^PRE_SUB_DEPENDS | 1
x11-toolkits/wxgtk/REPAIR^none^EXPORTS | 3 --
x11-toolkits/wxgtk/SUB_DEPENDS | 1
x11-toolkits/wxgtk/debdiff.patch | 24
----------------
x11-toolkits/wxgtk/wxGTK-2.8.12.tar.bz2.sig |binary
x11-toolkits/wxpython/BUILD | 7 ++--
x11-toolkits/wxpython/DETAILS | 17 ++++-------
x11-toolkits/wxpython/HISTORY | 9 ++++--
x11-toolkits/wxpython/PRE_BUILD | 2 -
x11-toolkits/wxpython/wxPython-src-2.8.12.1.tar.bz2.sig |binary
25 files changed, 55 insertions(+), 84 deletions(-)

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

wxgtk: Remove WXGTK_CONTRIB removal of "animate canvas applet mmedia"
This is from 2009, I'm sure everyone who uses this has updated by now.
;)

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

wxpython: wxgtk now consistently uses WXGTK_CONTRIB instead of WX_CONTRIB

commit 5564037c2f9ad21865cd43980ed73fdee4ddd978
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

wxgtk: Default to stable (2.8.12) branch
2.8.12 is latest stable, 2.9.2 is unstable and is in wxgtk-new
pcre is optional (from wxgtk-new)
Removed WX_DEV
WX_CONTRIB and WXGTK_CONTRIB were partially implemented; fully
implemented as WXGTK_CONTRIB and tried to copy WX_CONTRIB
values to save user preferences

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

wxpython: Cleanup whitespace

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

wxgtk: WX_CONTRIB and WXGTK_CONTRIB were partially implemented
Fully implemented as WXGTK_CONTRIB and tried to copy WX_CONTRIB
values to save user preferences.

commit 6f1f7a71f34b5bb7b13c52b9cff2c7992bf05421
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

wxpython: 2.8.12.1 is stable branch now, removed dev option
No more persistent reading of wxgtk for WX_DEV

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

wxgtk: Default to stable (2.8) branch
2.8.12 is latest stable, 2.9.2 is unstable and is in wxgtk-new
pcre is optional (from wxgtk-new)

commit 1c34f519895fc491cf255dca3cb5e3b8c46d36a5
Author: Sukneet Basuta <sukneet AT sourcemage.org>
Commit: Sukneet Basuta <sukneet AT sourcemage.org>

libgee: => 0.6.3

diff --git a/gnome2-libs/libgee/DETAILS b/gnome2-libs/libgee/DETAILS
index 140fb06..04b5344 100755
--- a/gnome2-libs/libgee/DETAILS
+++ b/gnome2-libs/libgee/DETAILS
@@ -1,5 +1,5 @@
SPELL=libgee
- VERSION=0.6.2.1
+ VERSION=0.6.3
BRANCH=${VERSION:0:3}
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/gnome2-libs/libgee/HISTORY b/gnome2-libs/libgee/HISTORY
index 4007d99..482867d 100644
--- a/gnome2-libs/libgee/HISTORY
+++ b/gnome2-libs/libgee/HISTORY
@@ -1,3 +1,6 @@
+2011-11-10 Sukneet Basuta <sukneet AT sourcemage.org>
+ * DETAILS: updated spell to 0.6.3
+
2011-09-15 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.6.2.1

diff --git a/gnome2-libs/libgee/libgee-0.6.2.1.tar.bz2.sig
b/gnome2-libs/libgee/libgee-0.6.2.1.tar.bz2.sig
deleted file mode 100644
index d1d35d9..0000000
Binary files a/gnome2-libs/libgee/libgee-0.6.2.1.tar.bz2.sig and /dev/null
differ
diff --git a/gnome2-libs/libgee/libgee-0.6.3.tar.bz2.sig
b/gnome2-libs/libgee/libgee-0.6.3.tar.bz2.sig
new file mode 100644
index 0000000..7dcdf76
Binary files /dev/null and b/gnome2-libs/libgee/libgee-0.6.3.tar.bz2.sig
differ
diff --git a/x11-toolkits/wxgtk/BUILD b/x11-toolkits/wxgtk/BUILD
index 92c7c43..7917d4f 100755
--- a/x11-toolkits/wxgtk/BUILD
+++ b/x11-toolkits/wxgtk/BUILD
@@ -9,12 +9,12 @@ OPTS="$OPTS
--enable-graphics_ctx
--with-gtk=2
" &&
-if list_find "$WX_CONTRIB" "xrc"
+if list_find "$WXGTK_CONTRIB" "xrc"
then
- OPTS="--enable-xrc $OPTS"
+ OPTS="--enable-xrc $OPTS"
fi &&
default_build &&
-for COMPONENT in $WX_CONTRIB; do
+for COMPONENT in $WXGTK_CONTRIB; do
case "$COMPONENT" in
xrc|animate|mmedia|applet|canvas) continue ;;
esac &&
diff --git a/x11-toolkits/wxgtk/CONFIGURE b/x11-toolkits/wxgtk/CONFIGURE
index cee36e7..747dcec 100755
--- a/x11-toolkits/wxgtk/CONFIGURE
+++ b/x11-toolkits/wxgtk/CONFIGURE
@@ -1,12 +1,8 @@
-list_remove WX_CONTRIB animate canvas applet mmedia &&
-message "previous defaults were: animate gizmos ogl stc" &&
-source $GRIMOIRE/FUNCTIONS &&
-if [[ "$WX_DEV" == "y" ]];then
- config_query_multi WX_CONTRIB "which add-ons to build?" foldbar \
- fl gizmos net ogl plot stc svg xrc
+# If WX_CONTRIB is still there, use it to assign prior defaults
+# before migrating to WXGTK_CONTRIB
+WXGTK_CONTRIB="${WX_CONTRIB:-$WXGTK_CONTRIB}" &&
+persistent_remove WX_CONTRIB &&

-else
- #TODO check if svg and plot work in this version too
- config_query_multi WX_CONTRIB "which add-ons to build?" foldbar \
- fl gizmos net ogl stc xrc
-fi
+source $GRIMOIRE/FUNCTIONS &&
+config_query_multi WXGTK_CONTRIB "which add-ons to build?" foldbar \
+ fl gizmos net ogl plot stc svg xrc
diff --git a/x11-toolkits/wxgtk/DEPENDS b/x11-toolkits/wxgtk/DEPENDS
index fd0d5c7..3aaba26 100755
--- a/x11-toolkits/wxgtk/DEPENDS
+++ b/x11-toolkits/wxgtk/DEPENDS
@@ -11,7 +11,10 @@ depends zlib '--with-zlib' &&
depends libpng '--with-libpng' &&
depends JPEG '--with-libjpeg' &&
depends tiff '--with-libtiff' &&
-depends pcre '--with-regex=sys' &&
+
+optional_depends pcre '--with-regex=sys' \
+ '--with-regex=builtin' \
+ 'do not use pcre for advanced features' &&

optional_depends mesalib \
'--with-opengl' \
diff --git a/x11-toolkits/wxgtk/DETAILS b/x11-toolkits/wxgtk/DETAILS
index 4f7173c..cad9504 100755
--- a/x11-toolkits/wxgtk/DETAILS
+++ b/x11-toolkits/wxgtk/DETAILS
@@ -1,14 +1,9 @@
SPELL=wxgtk
SPELLX=wxGTK
-if [[ "$WX_DEV" == "y" ]];then
VERSION=2.8.12
-
SOURCE_HASH=sha512:7a28bc9571813c58ff4f67b46d9aa6abf9cdda201da7659f4bbb8ac365fb0653e5abe392222f756a0cf20cb11f5746783bf887b1f3b68b95a7ea388ad8f7c14e
-else
- VERSION=2.6.4
-
SOURCE_HASH=sha512:53b3a1a111288910b18e3743d8e389398bf7e60cddbf0ad609cd72fa4fbd5da2bb9b3b94427ba7ec9d695fb1cbca5fa79a1836a15c652aebf2ae605b1f93f4c5
- PATCHLEVEL=2
-fi
+#
SOURCE_HASH=sha512:53b3a1a111288910b18e3743d8e389398bf7e60cddbf0ad609cd72fa4fbd5da2bb9b3b94427ba7ec9d695fb1cbca5fa79a1836a15c652aebf2ae605b1f93f4c5
SOURCE=$SPELLX-$VERSION.tar.bz2
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-${VERSION}
SOURCE_URL[0]=$SOURCEFORGE_URL/wxwindows/$SOURCE
SOURCE_URL[1]=ftp://biolpc22.york.ac.uk/pub/$VERSION/$SOURCE
diff --git a/x11-toolkits/wxgtk/EXPORTS b/x11-toolkits/wxgtk/EXPORTS
index 1d68d25..89fe1b3 100644
--- a/x11-toolkits/wxgtk/EXPORTS
+++ b/x11-toolkits/wxgtk/EXPORTS
@@ -1,2 +1 @@
-WX_CONTRIB
-WX_DEV
+WXGTK_CONTRIB
diff --git a/x11-toolkits/wxgtk/HISTORY b/x11-toolkits/wxgtk/HISTORY
index 8909728..7df678e 100644
--- a/x11-toolkits/wxgtk/HISTORY
+++ b/x11-toolkits/wxgtk/HISTORY
@@ -1,3 +1,15 @@
+2011-11-10 Eric Sandall <sandalle AT sourcemage.org>
+ * PREPARE: Default to stable (2.8) branch
+ * DETAILS: 2.8.12 is latest stable, 2.9.2 is unstable and is in
wxgtk-new
+ * CONFIGURE: Remove WXGTK_CONTRIB removal of "animate canvas applet
mmedia"
+ * DEPENDS: pcre is optional (from wxgtk-new)
+ * PRE_BUILD: No longer needed
+ * debdiff: Removed, was for 2.6
+ * PRE_SUB_DEPENDS, SUB_DEPENDS, EXPORTS: Removed WX_DEV
+ * WX_CONTRIB and WXGTK_CONTRIB were partially implemented; fully
+ implemented as WXGTK_CONTRIB and tried to copy WX_CONTRIB values
+ to save user preferences
+
2011-07-30 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS: changed dependency on g++ to dependency on gcc with
sub-depends on CXX (scripted)
@@ -153,14 +165,14 @@
2006-11-04 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: use different tarballs
wxGTK instead of wxWidgets (much smaller)
- add a second SOURCE_URL
+ add a second SOURCE_URL
PATCHLEVEL++
* EXPORTS, REPAIR^none^EXPORTS: export WX_DEV for wxpython
* CONFIGURE: allow choice of add-ons
-
+
2006-10-26 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.7.1 (devel)
-
+
2006-08-19 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: fixed some quoting for an if, a missing comment
* PRE_BUILD: fixed some quoting for an if
diff --git a/x11-toolkits/wxgtk/INSTALL b/x11-toolkits/wxgtk/INSTALL
index 7487a3c..78181b4 100755
--- a/x11-toolkits/wxgtk/INSTALL
+++ b/x11-toolkits/wxgtk/INSTALL
@@ -1,5 +1,5 @@
default_install &&
-for COMPONENT in $WX_CONTRIB; do
+for COMPONENT in $WXGTK_CONTRIB; do
case "$COMPONENT" in
xrc|animate|mmedia|applet|canvas) continue ;;
esac &&
diff --git a/x11-toolkits/wxgtk/PREPARE b/x11-toolkits/wxgtk/PREPARE
deleted file mode 100755
index 53a18fc..0000000
--- a/x11-toolkits/wxgtk/PREPARE
+++ /dev/null
@@ -1,2 +0,0 @@
-config_query WX_DEV "build version 2.8.x(new stable)?" y
-
diff --git a/x11-toolkits/wxgtk/PRE_BUILD b/x11-toolkits/wxgtk/PRE_BUILD
deleted file mode 100755
index 3b1d034..0000000
--- a/x11-toolkits/wxgtk/PRE_BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-
-if [[ $WX_DEV != y ]]; then
- patch -p1 < $SPELL_DIRECTORY/debdiff.patch
-fi
diff --git a/x11-toolkits/wxgtk/PRE_SUB_DEPENDS
b/x11-toolkits/wxgtk/PRE_SUB_DEPENDS
index e7e4609..7b00157 100755
--- a/x11-toolkits/wxgtk/PRE_SUB_DEPENDS
+++ b/x11-toolkits/wxgtk/PRE_SUB_DEPENDS
@@ -2,7 +2,6 @@ case $THIS_SUB_DEPENDS in
ANIMATE) list_find "$WXGTK_CONTRIB" "animate" ;;
APPLET) list_find "$WXGTK_CONTRIB" "applet" ;;
CANVAS) list_find "$WXGTK_CONTRIB" "canvas" ;;
- DEV) [[ "$WX_DEV" == "y" ]] ;;
FOLDBAR) list_find "$WXGTK_CONTRIB" "foldbar" ;;
FL) list_find "$WXGTK_CONTRIB" "fl" ;;
GIZMOS) list_find "$WXGTK_CONTRIB" "gizmos" ;;
diff --git a/x11-toolkits/wxgtk/REPAIR^all^PRE_SUB_DEPENDS
b/x11-toolkits/wxgtk/REPAIR^all^PRE_SUB_DEPENDS
index e7e4609..7b00157 100755
--- a/x11-toolkits/wxgtk/REPAIR^all^PRE_SUB_DEPENDS
+++ b/x11-toolkits/wxgtk/REPAIR^all^PRE_SUB_DEPENDS
@@ -2,7 +2,6 @@ case $THIS_SUB_DEPENDS in
ANIMATE) list_find "$WXGTK_CONTRIB" "animate" ;;
APPLET) list_find "$WXGTK_CONTRIB" "applet" ;;
CANVAS) list_find "$WXGTK_CONTRIB" "canvas" ;;
- DEV) [[ "$WX_DEV" == "y" ]] ;;
FOLDBAR) list_find "$WXGTK_CONTRIB" "foldbar" ;;
FL) list_find "$WXGTK_CONTRIB" "fl" ;;
GIZMOS) list_find "$WXGTK_CONTRIB" "gizmos" ;;
diff --git a/x11-toolkits/wxgtk/REPAIR^none^EXPORTS
b/x11-toolkits/wxgtk/REPAIR^none^EXPORTS
index 1d68d25..89fe1b3 100644
--- a/x11-toolkits/wxgtk/REPAIR^none^EXPORTS
+++ b/x11-toolkits/wxgtk/REPAIR^none^EXPORTS
@@ -1,2 +1 @@
-WX_CONTRIB
-WX_DEV
+WXGTK_CONTRIB
diff --git a/x11-toolkits/wxgtk/SUB_DEPENDS b/x11-toolkits/wxgtk/SUB_DEPENDS
index 83b31b8..47894dd 100755
--- a/x11-toolkits/wxgtk/SUB_DEPENDS
+++ b/x11-toolkits/wxgtk/SUB_DEPENDS
@@ -3,7 +3,6 @@ case $THIS_SUB_DEPENDS in
ANIMATE) list_add WXGTK_CONTRIB animate ;;
APPLET) list_add WXGTK_CONTRIB applet ;;
CANVAS) list_add WXGTK_CONTRIB canvas ;;
- DEV) WX_DEV="y" ;;
FOLDBAR) list_add WXGTK_CONTRIB foldbar ;;
FL) list_add WXGTK_CONTRIB fl ;;
GIZMOS) list_add WXGTK_CONTRIB gizmos ;;
diff --git a/x11-toolkits/wxgtk/debdiff.patch
b/x11-toolkits/wxgtk/debdiff.patch
deleted file mode 100644
index 06c99b4..0000000
--- a/x11-toolkits/wxgtk/debdiff.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -pruN wxwidgets2.6-2.6.3.2.1.5ubuntu9/src/gtk/button.cpp
wxwidgets2.6-2.6.3.2.1.5ubuntu10/src/gtk/button.cpp
---- wxwidgets2.6-2.6.3.2.1.5ubuntu9/src/gtk/button.cpp 2006-05-01
07:38:40.000000000 +0300
-+++ wxwidgets2.6-2.6.3.2.1.5ubuntu10/src/gtk/button.cpp 2007-06-25
23:40:33.000000000 +0300
-@@ -89,7 +89,7 @@ gtk_button_style_set_callback( GtkWidget
- right_border += default_border->right;
- top_border += default_border->top;
- bottom_border += default_border->bottom;
-- g_free( default_border );
-+ gtk_border_free( default_border );
- }
- #else
- left_border = 6;
-diff -pruN wxwidgets2.6-2.6.3.2.1.5ubuntu9/src/gtk/window.cpp
wxwidgets2.6-2.6.3.2.1.5ubuntu10/src/gtk/window.cpp
---- wxwidgets2.6-2.6.3.2.1.5ubuntu9/src/gtk/window.cpp 2006-05-01
07:38:40.000000000 +0300
-+++ wxwidgets2.6-2.6.3.2.1.5ubuntu10/src/gtk/window.cpp 2007-06-25
23:47:35.000000000 +0300
-@@ -3276,7 +3276,7 @@ void wxWindowGTK::DoSetSize( int x, int
- right_border += default_border->right;
- top_border += default_border->top;
- bottom_border += default_border->bottom;
-- g_free( default_border );
-+ gtk_border_free( default_border );
- }
- #else
- left_border = 6;
diff --git a/x11-toolkits/wxgtk/wxGTK-2.8.12.tar.bz2.sig
b/x11-toolkits/wxgtk/wxGTK-2.8.12.tar.bz2.sig
new file mode 100644
index 0000000..e181412
Binary files /dev/null and b/x11-toolkits/wxgtk/wxGTK-2.8.12.tar.bz2.sig
differ
diff --git a/x11-toolkits/wxpython/BUILD b/x11-toolkits/wxpython/BUILD
index 8735895..e215314 100755
--- a/x11-toolkits/wxpython/BUILD
+++ b/x11-toolkits/wxpython/BUILD
@@ -1,11 +1,10 @@
local PYCOMP &&
-persistent_read wxgtk WX_CONTRIB WX_CONTRIB &&
-message gtk=$WX_DEV &&
-message contrib=$WX_CONTRIB &&
+persistent_read wxgtk WXGTK_CONTRIB WXGTK_CONTRIB &&
+message contrib=$WXGTK_CONTRIB &&
# turn of some default flags
PYOPTS="MONOLITHIC=0 UNICODE=1 BUILD_GLCANVAS=0 BUILD_STC=0 BUILD_GIZMOS=0"
&&
# only build parts which are available for python
-for PYCOMP in $WX_CONTRIB; do
+for PYCOMP in $WXGTK_CONTRIB; do
case $PYCOMP in
glcanvas|stc|gizmos)
PYOPTS="$PYOPTS BUILD_$(echo $PYCOMP | tr '[:lower:]' '[:upper:]')=1";;
diff --git a/x11-toolkits/wxpython/DETAILS b/x11-toolkits/wxpython/DETAILS
index 85967c0..1ec95a1 100755
--- a/x11-toolkits/wxpython/DETAILS
+++ b/x11-toolkits/wxpython/DETAILS
@@ -1,13 +1,8 @@
SPELL=wxpython
-persistent_read wxgtk WX_DEV WX_DEV
-if [[ "$WX_DEV" == "y" ]];then
- VERSION=2.8.12.0
-
SOURCE_HASH=sha512:b4087bfcc769ef3f690c77a0b5c3ee0bf8ca1d434577dfe0f7af6a8b24040dc1724dc03bdca73f00be62c1070a9590e3e88e24093c93e8a49aeb384b3418feba
-else
- VERSION=2.6.4.0
-
SOURCE_HASH=sha512:4d0ab1823eceb3faf1f8fc3261fe5239f6c8ad65c436104287bad40d377da94df3386c3ddb56a7aa1500614791b72f184d6dbd637a09f07e735f16e41113146f
-fi
+ VERSION=2.8.12.1
+#
SOURCE_HASH=sha512:4d0ab1823eceb3faf1f8fc3261fe5239f6c8ad65c436104287bad40d377da94df3386c3ddb56a7aa1500614791b72f184d6dbd637a09f07e735f16e41113146f
SOURCE=${SPELL//p/P}-src-$VERSION.tar.bz2
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL//p/P}-src-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/wxpython/$SOURCE
LICENSE[0]=http://www.wxwindows.org/licence3.txt
@@ -17,9 +12,9 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL//p/P}-src-$VERSION
KEYWORDS="python x11 libs"
SHORT='a GUI toolkit for the Python programming language'
cat << EOF
-wxPython is a GUI toolkit for the Python programming language. It allows
-Python programmers to create programs with a robust, highly functional
+wxPython is a GUI toolkit for the Python programming language. It allows
+Python programmers to create programs with a robust, highly functional
graphical user interface, simply and easily. It is implemented as a Python
-extension module (native code) that wraps the popular wxWindows cross
+extension module (native code) that wraps the popular wxWindows cross
platform GUI library, which is written in C++.
EOF
diff --git a/x11-toolkits/wxpython/HISTORY b/x11-toolkits/wxpython/HISTORY
index a368327..fc28990 100644
--- a/x11-toolkits/wxpython/HISTORY
+++ b/x11-toolkits/wxpython/HISTORY
@@ -1,3 +1,8 @@
+2011-11-10 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: 2.8.12.1 is stable branch now, removed dev option
+ No more persistent reading of wxgtk for WX_DEV
+ * BUILD: wxgtk now consistently uses WXGTK_CONTRIB instead of
WX_CONTRIB
+
2011-05-24 Peng Chang (Charles) <chp AT sourcemage.org>
* DETAILS: updated WX_DEV to 2.8.12.0

@@ -51,7 +56,7 @@
* DETAILS: persistent read from wxgtk
so that wxpython is in sync with wxgtk
* PREPARE: deleted, did not always work correctly
-
+
2006-11-12 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.7.2.0 (devel)
* BUILD: only build relevent components
@@ -110,7 +115,7 @@
* DETAILS: rename as wxpython
versions 2.4.2.4 / 2.5.3.1
BUILD_API=2
- * BUILD: strip
+ * BUILD: strip
only build core
* CONFLICTS INSTALL PREPARE: added

diff --git a/x11-toolkits/wxpython/PRE_BUILD b/x11-toolkits/wxpython/PRE_BUILD
index 132624d..55fc114 100755
--- a/x11-toolkits/wxpython/PRE_BUILD
+++ b/x11-toolkits/wxpython/PRE_BUILD
@@ -2,4 +2,4 @@ default_pre_build &&
cd $SOURCE_DIRECTORY &&
# remove all wxwidgets stuff, use installed system version instead
rm -r src samples include debian config* wx-conf* distrib utils ac* au* \
- build locale contrib
+ build locale contrib
diff --git a/x11-toolkits/wxpython/wxPython-src-2.8.12.1.tar.bz2.sig
b/x11-toolkits/wxpython/wxPython-src-2.8.12.1.tar.bz2.sig
new file mode 100644
index 0000000..783a0af
Binary files /dev/null and
b/x11-toolkits/wxpython/wxPython-src-2.8.12.1.tar.bz2.sig differ



  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Eric Sandall (d8cf37e94765250c4f3315e177b31f8379f37844), Eric Sandall, 11/10/2011

Archive powered by MHonArc 2.6.24.

Top of Page