diff options
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/wxGTK/wxGTK-3.0.3.1.ebuild (renamed from x11-libs/wxGTK/wxGTK-3.0.2.0-r4.ebuild) | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/x11-libs/wxGTK/wxGTK-3.0.2.0-r4.ebuild b/x11-libs/wxGTK/wxGTK-3.0.3.1.ebuild index 802c874..f1daa60 100644 --- a/x11-libs/wxGTK/wxGTK-3.0.2.0-r4.ebuild +++ b/x11-libs/wxGTK/wxGTK-3.0.3.1.ebuild @@ -10,11 +10,10 @@ HOMEPAGE="http://wxwidgets.org/" # we use the wxPython tarballs because they include the full wxGTK sources and # docs, and are released more frequently than wxGTK. -SRC_URI="mirror://sourceforge/wxpython/wxPython-src-${PV}.tar.bz2 - doc? ( mirror://sourceforge/wxpython/wxPython-docs-${PV}.tar.bz2 )" +SRC_URI="https://github.com/wxWidgets/wxWidgets/releases/download/v${PV}/wxWidgets-${PV}.tar.bz2" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="+X aqua doc debug gstreamer libnotify opengl sdl tiff webkit" +IUSE="+X aqua debug gstreamer libnotify opengl sdl tiff webkit" SLOT="3.0" @@ -58,15 +57,15 @@ PDEPEND=">=app-eselect/eselect-wxwidgets-20131230" LICENSE="wxWinLL-3 GPL-2 - doc? ( wxWinFDL-3 )" + " -S="${WORKDIR}/wxPython-src-${PV}" +S="${WORKDIR}/wxWidgets-${PV}" src_prepare() { epatch "${FILESDIR}"/${PN}-3.0.x-gxx-abi.patch # relaxed cxx abi check epatch "${FILESDIR}"/${PN}-3.0.0.0-collision.patch - epatch "${FILESDIR}"/${P}-webview-fixes.patch - epatch "${FILESDIR}"/${P}-gcc6.patch +# epatch "${FILESDIR}"/${PN}-3.0.2.0-webview-fixes.patch +# epatch "${FILESDIR}"/${PN}-3.0.2.0-gcc6.patch epatch_user for f in $(find "${S}" -name configure.in); do @@ -146,10 +145,6 @@ multilib_src_install_all() { newdoc base/readme.txt base_readme.txt newdoc gtk/readme.txt gtk_readme.txt - if use doc; then - dodoc -r "${S}"/docs/doxygen/out/html - fi - # Stray windows locale file, causes collisions local wxmsw="${ED}usr/share/locale/it/LC_MESSAGES/wxmsw.mo" [[ -e ${wxmsw} ]] && rm "${wxmsw}" |