Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 104310 - wxGTK-2.6.1ebuild bugfixes patch
Summary: wxGTK-2.6.1ebuild bugfixes patch
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo wxWidgets project
URL: http://wxwindows.sourceforge.net/patc...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-30 15:36 UTC by Colonel Paneek
Modified: 2005-09-02 00:00 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Colonel Paneek 2005-08-30 15:36:56 UTC
wxGTK-2.6.1.ebuild does not include the latest bugfixes


Reproducible: Always
Steps to Reproduce:




--- wxGTK-2.6.1.ebuild  2005-08-31 10:41:20.292406496 +1200
+++ wxGTK-2.6.1-r1.ebuild       2005-08-31 09:58:57.609952984 +1200
@@ -6,7 +6,9 @@
 
 DESCRIPTION="GTK+ version of wxWidgets, a cross-platform C++ GUI toolkit and
 wxbase non-gui library"
-
+SRC_URI="
+       mirror://sourceforge/wxwindows/wxWidgets-${PV}.tar.bz2
+       ftp://biolpc22.york.ac.uk/pub/${PV}/wxWidgets-${PV}-Patch01.zip"
 SLOT="2.6"
 KEYWORDS="x86 ~ppc ~sparc ~alpha ~arm ~amd64 ~ia64 ~hppa ~ppc64"
 IUSE="gnome gtk2 joystick odbc opengl sdl wxgtk1"
@@ -27,6 +29,12 @@
        gtk2? ( dev-util/pkgconfig )"
 S=${WORKDIR}/wxWidgets-${PV}
 
+src_unpack() {
+       unpack ${A}
+       cd ${S}
+       unzip -o ${DISTDIR}/wxWidgets-${PV}-Patch01.zip
+}
+
 pkg_setup() {
        einfo "To install only wxbase (non-gui libs) use -gtk2 -wxgtk1"
        if use unicode; then
Comment 1 Mart Raudsepp gentoo-dev 2005-09-01 22:50:43 UTC
This patch that you have instructed to download in SRC_URI is a patch meant for
the Windows port of wxWidgets, wxMSW, as said on
http://wxwidgets.org/patch.htm#patches261

and not for wxGTK.
Comment 2 Rob Cakebread (RETIRED) gentoo-dev 2005-09-02 00:00:25 UTC
Patch is only for Windows.