wxGTK: removed, obsolete.
This commit is contained in:
parent
da9631100d
commit
1cb3b7f968
@ -1017,16 +1017,6 @@ libfarstream-0.1.so.0 farstream-0.1.1_1
|
||||
libfarstream-0.2.so.5 farstream-0.2.7_1
|
||||
libass.so.5 libass-0.13.2_1
|
||||
libcryptui.so.0 libcryptui-3.4.0_1
|
||||
libwx_gtk2u-2.8.so.0 wxGTK-2.8.12.1_1
|
||||
libwx_gtk2u_gl-2.8.so.0 wxGTK-2.8.12.1_1
|
||||
libwx_gtk2u_fl-2.8.so.0 wxGTK-2.8.12.1_1
|
||||
libwx_gtk2u_gizmos-2.8.so.0 wxGTK-2.8.12.1_1
|
||||
libwx_gtk2u_gizmos_xrc-2.8.so.0 wxGTK-2.8.12.1_1
|
||||
libwx_gtk2u_mmedia-2.8.so.0 wxGTK-2.8.12.1_1
|
||||
libwx_gtk2u_ogl-2.8.so.0 wxGTK-2.8.12.1_1
|
||||
libwx_gtk2u_plot-2.8.so.0 wxGTK-2.8.12.1_1
|
||||
libwx_gtk2u_stc-2.8.so.0 wxGTK-2.8.12.1_1
|
||||
libwx_gtk2u_svg-2.8.so.0 wxGTK-2.8.12.1_1
|
||||
libkeyutils.so.1 libkeyutils-1.5.5_1
|
||||
libiptcdata.so.0 libiptcdata-1.0.4_1
|
||||
libutempter.so.0 libutempter-1.1.5_1
|
||||
@ -1596,16 +1586,6 @@ libOgreRTShaderSystem.so.1.9.0 libogre-1.9.0_1
|
||||
libOgreVolume.so.1.9.0 libogre-1.9.0_1
|
||||
libOgreOverlay.so.1.9.0 libogre-1.9.0_1
|
||||
libglut.so.3 libfreeglut-2.8.1_1
|
||||
libwx_baseu_xml-2.8.so.0 wxWidgets-2.8.12_3
|
||||
libwx_baseu-2.8.so.0 wxWidgets-2.8.12_3
|
||||
libwx_gtk2u_richtext-2.8.so.0 wxWidgets-2.8.12_3
|
||||
libwx_gtk2u_html-2.8.so.0 wxWidgets-2.8.12_3
|
||||
libwx_gtk2u_aui-2.8.so.0 wxWidgets-2.8.12_3
|
||||
libwx_gtk2u_adv-2.8.so.0 wxWidgets-2.8.12_3
|
||||
libwx_gtk2u_xrc-2.8.so.0 wxWidgets-2.8.12_3
|
||||
libwx_gtk2u_qa-2.8.so.0 wxWidgets-2.8.12_3
|
||||
libwx_baseu_net-2.8.so.0 wxWidgets-2.8.12_3
|
||||
libwx_gtk2u_core-2.8.so.0 wxWidgets-2.8.12_3
|
||||
libogmrip-gtk.so.1 ogmrip-1.0.0_1
|
||||
libogmdvd.so.1 ogmrip-1.0.0_1
|
||||
libogmjob.so.1 ogmrip-1.0.0_1
|
||||
@ -1670,7 +1650,6 @@ libmitlm.so.0 mitlm-0.4.1_1
|
||||
libextractor.so.3 libextractor-1.1_1
|
||||
libextractor_common.so.1 libextractor-1.1_1
|
||||
libpano13.so.3 libpano13-2.9.19_1
|
||||
libwx_gtk2u_gl-2.8.so.0 wxWidgets-2.8.12_4
|
||||
libubsan.so.0 libsanitizer-4.9.0_1
|
||||
libtsan.so.0 libsanitizer-4.9.0_1
|
||||
libasan.so.1 libsanitizer-4.9.0_1
|
||||
|
@ -1 +0,0 @@
|
||||
wxGTK
|
@ -1,43 +0,0 @@
|
||||
# Template build file for 'wxGTK'
|
||||
pkgname=wxGTK
|
||||
version=2.8.12.1
|
||||
revision=7
|
||||
wrksrc="wxPython-src-${version}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-monolithic --with-gtk=2 --with-x --with-opengl
|
||||
--enable-unicode --enable-graphics_ctx --enable-optimize --enable-mediactrl
|
||||
--with-regex=builtin --with-libpng=sys --with-libxpm=sys --with-libjpeg=sys
|
||||
--with-libtiff=sys --disable-precomp-headers"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="zlib-devel libpng-devel libjpeg-turbo-devel
|
||||
libXpm-devel tiff-devel expat-devel libXinerama-devel libSM-devel libXt-devel
|
||||
GConf-devel gtk+-devel glu-devel gst-plugins-base-devel"
|
||||
short_desc="The wxWidgets GUI toolkit library (version 2)"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.wxwidgets.org/"
|
||||
license="wxWindows"
|
||||
distfiles="${SOURCEFORGE_SITE}/wxpython/wxPython-src-${version}.tar.bz2"
|
||||
checksum=1f3f153d9f1504c6ce2d2c4b23e940b8f58b81f4cba35cda1a5bb31142243cd0
|
||||
|
||||
post_build() {
|
||||
make ${makejobs}
|
||||
make ${makejobs} -C locale allmo
|
||||
make ${makejobs} -C contrib/src
|
||||
}
|
||||
post_install() {
|
||||
make -C contrib/src DESTDIR="${DESTDIR}" install
|
||||
vinstall docs/licence.txt 0644 "usr/share/licenses/${pkgname}" LICENSE
|
||||
}
|
||||
|
||||
wxGTK-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" -- development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/share/aclocal
|
||||
vmove usr/share/bakefile
|
||||
vmove usr/lib/wx
|
||||
vmove usr/bin
|
||||
vmove usr/lib/*.so
|
||||
}
|
||||
}
|
@ -1,2 +0,0 @@
|
||||
pkgname=wxPython
|
||||
ignore="[23].[0-9].*"
|
Loading…
x
Reference in New Issue
Block a user