imported ebuilds from harpo.
This commit is contained in:
12
x11-libs/wxGTK/Manifest
Normal file
12
x11-libs/wxGTK/Manifest
Normal file
@@ -0,0 +1,12 @@
|
||||
MD5 97285579aae3eff7c52daa0528f30c00 files/digest-wxGTK-2.6.3_rc2 533
|
||||
RMD160 eae795d855dcd02400a24751c49cda5d95e1930e files/digest-wxGTK-2.6.3_rc2 533
|
||||
SHA256 e4e65128ff8b573493b5d7844d580567275a0407c39abd8207f8bf92f7a14141 files/digest-wxGTK-2.6.3_rc2 533
|
||||
MD5 a7173de92807f66492cda98731156932 files/wxWidgets-2.6.2-gcc41.patch 559
|
||||
RMD160 b8118789927ca6de5df4b05318b039edc49908e7 files/wxWidgets-2.6.2-gcc41.patch 559
|
||||
SHA256 2427a07fa30b7bbe12fde4c76d2735cec3592b4b690ac86697355ae3a71fbd91 files/wxWidgets-2.6.2-gcc41.patch 559
|
||||
MD5 dc5cde4a26f2d77e9513c9f32a2df0c6 files/wxconfig-patch 416
|
||||
RMD160 fc335113195ea59585e25799fe98479a23b6f743 files/wxconfig-patch 416
|
||||
SHA256 40878c60582b4f116437ffed6ea5e2521d5179c13ac24d3520057847a59e4a20 files/wxconfig-patch 416
|
||||
MD5 d09a113a5eeaaa965a0045c49b712698 wxGTK-2.6.3_rc2.ebuild 1788
|
||||
RMD160 c289af4fe752f0a438e5b19d844cf59690ac72a1 wxGTK-2.6.3_rc2.ebuild 1788
|
||||
SHA256 bd93c1cc7148053c9e9cf34cfc37596c718871d5276823fee55fc9f2c3973c67 wxGTK-2.6.3_rc2.ebuild 1788
|
6
x11-libs/wxGTK/files/digest-wxGTK-2.6.3_rc2
Normal file
6
x11-libs/wxGTK/files/digest-wxGTK-2.6.3_rc2
Normal file
@@ -0,0 +1,6 @@
|
||||
MD5 e575ac25e30749bd540b23ed9b370029 wxWidgets-2.6.3-HTML.tar.gz 1349870
|
||||
RMD160 3be20dce033c3e14999783a959fe0804fcab3d91 wxWidgets-2.6.3-HTML.tar.gz 1349870
|
||||
SHA256 d564729b6e862c751dcea2487137832f9fbf95a665481c50d029fba9d4dd9cc1 wxWidgets-2.6.3-HTML.tar.gz 1349870
|
||||
MD5 6f9e7536c92021e19dca72a71110a8ba wxWidgets-2.6.3-rc2.tar.bz2 13328233
|
||||
RMD160 78d36e1d5c8a19e3fad15d484b1d9cdf17f45a77 wxWidgets-2.6.3-rc2.tar.bz2 13328233
|
||||
SHA256 e4cbfb7239fe8e31b002b3d67667714d6ca6ee08cef7501e24b88d05520a3327 wxWidgets-2.6.3-rc2.tar.bz2 13328233
|
13
x11-libs/wxGTK/files/wxWidgets-2.6.2-gcc41.patch
Normal file
13
x11-libs/wxGTK/files/wxWidgets-2.6.2-gcc41.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
--- wxWidgets-2.6.2/src/common/uri.cpp 2005-08-13 02:24:13.000000000 +0200
|
||||
+++ wxWidgets-2.6.2-gcc41/src/common/uri.cpp 2005-12-04 22:49:30.996859750 +0100
|
||||
@@ -886,8 +886,8 @@
|
||||
op += 3;
|
||||
}
|
||||
|
||||
- m_path = base.m_path.substr(0, bp - base.m_path.c_str()) +
|
||||
- m_path.substr((op - m_path.c_str()), m_path.Length());
|
||||
+ m_path = (wxString)base.m_path.substr(0, bp - base.m_path.c_str()) +
|
||||
+ (wxString)m_path.substr((op - m_path.c_str()), m_path.Length());
|
||||
}
|
||||
}
|
||||
|
11
x11-libs/wxGTK/files/wxconfig-patch
Normal file
11
x11-libs/wxGTK/files/wxconfig-patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- XaraLX-0.3r713/configure.in.orig 2006-03-26 23:05:57.000000000 +0200
|
||||
+++ XaraLX-0.3r713/configure.in 2006-03-26 23:06:31.000000000 +0200
|
||||
@@ -78,7 +78,7 @@
|
||||
PrecompileEnable="no"
|
||||
fi
|
||||
|
||||
-WXCONFIG=wx-config
|
||||
+WXCONFIG=wx-config-2.6
|
||||
AC_ARG_WITH(wx-config,
|
||||
[[ --with-wx-config=FILE Use the given path to wx-config when determining
|
||||
wxWidgets configuration; defaults to "wx-config"]],
|
73
x11-libs/wxGTK/wxGTK-2.6.3_rc2.ebuild
Normal file
73
x11-libs/wxGTK/wxGTK-2.6.3_rc2.ebuild
Normal file
@@ -0,0 +1,73 @@
|
||||
# Copyright 1999-2006 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.6.2-r1.ebuild,v 1.9 2006/02/20 18:15:28 corsair Exp $
|
||||
|
||||
inherit wxlib gnuconfig versionator
|
||||
|
||||
DESCRIPTION="GTK+ version of wxWidgets, a cross-platform C++ GUI toolkit and
|
||||
wxbase non-gui library"
|
||||
|
||||
MY_PV="$(replace_version_separator 3 '-')"
|
||||
MY_PV_BARE="$(get_version_component_range 1-3)"
|
||||
|
||||
SRC_URI="mirror://sourceforge/wxwindows/wxWidgets-${MY_PV}.tar.bz2
|
||||
doc? ( mirror://sourceforge/wxwindows/wxWidgets-${MY_PV_BARE}-HTML.tar.gz )"
|
||||
|
||||
|
||||
SLOT="2.6"
|
||||
KEYWORDS="~x86"
|
||||
IUSE="gnome joystick odbc opengl sdl X"
|
||||
RDEPEND="${RDEPEND}
|
||||
opengl? ( virtual/opengl )
|
||||
>=x11-libs/gtk+-2.0
|
||||
>=dev-libs/glib-2.0
|
||||
media-libs/tiff
|
||||
odbc? ( dev-db/unixODBC )
|
||||
!mips? ( !arm? ( !hppa? ( !ia64? ( !ppc64? ( !alpha? ( !sparc? ( sdl? ( media-libs/sdl-sound ) ) ) ) ) ) ) )"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
${DEPEND}
|
||||
dev-util/pkgconfig"
|
||||
|
||||
S=${WORKDIR}/wxWidgets-${MY_PV_BARE}
|
||||
|
||||
pkg_setup() {
|
||||
einfo "To install only wxbase (non-gui libs) use USE=-X"
|
||||
}
|
||||
|
||||
src_unpack() {
|
||||
unpack ${A}
|
||||
cd ${S}
|
||||
|
||||
epatch ${FILESDIR}/wxWidgets-2.6.2-gcc41.patch
|
||||
#epatch ${FILESDIR}/intl.cpp.diff
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
gnuconfig_update
|
||||
myconf="${myconf}
|
||||
--with-png
|
||||
--with-jpeg
|
||||
--with-tiff
|
||||
$(use_enable opengl)
|
||||
$(use_with opengl)
|
||||
$(use_with gnome gnomeprint)
|
||||
$(use_with sdl)
|
||||
$(use_enable joystick)"
|
||||
|
||||
use X && configure_build gtk2 unicode "${myconf} --with-gtk=2"
|
||||
use X || configure_build base unicode "--disable-gui"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
use X && install_build gtk2
|
||||
use X || install_build base
|
||||
|
||||
wxlib_src_install
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
einfo "dev-libs/wxbase has been removed from portage and can be"
|
||||
einfo "installed with wxGTK by specifying the USE flags"
|
||||
einfo "-X"
|
||||
}
|
Reference in New Issue
Block a user