wxgtk-common: dropped unmaintained port
This commit is contained in:
parent
e52199ae42
commit
931d98a92e
File diff suppressed because it is too large
Load Diff
@ -1,5 +0,0 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF38xcvUClOC4/qFotc1NBNrldlgTLuaFy62NUfAOqFUEOue2pQ5jI++Gzamy6kFGuWto4+fsrp+z+5Ysa3Y7wVAU=
|
||||
SHA256 (Pkgfile) = 0145942ea5b2f57403622f594ec9eff57e8e770010e6326d95b490c21332a78e
|
||||
SHA256 (.footprint) = 63ab29d461defdfecca724d4faeac4f14514d46345cb9f2576f84fed69244cf2
|
||||
SHA256 (wxWidgets-3.2.2.1.tar.bz2) = dffcb6be71296fff4b7f8840eb1b510178f57aa2eb236b20da41182009242c02
|
@ -1,35 +0,0 @@
|
||||
# Description: Common libraries and headers for wxgtk2 and wxgtk3
|
||||
# URL: http://www.wxwidgets.org/
|
||||
# Maintainer: unmaintained
|
||||
# Depends on: gst-plugins-base gtk3
|
||||
|
||||
name=wxgtk-common
|
||||
version=3.2.2.1
|
||||
release=1
|
||||
source=(https://github.com/wxWidgets/wxWidgets/releases/download/v$version/wxWidgets-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
cmake -S wxWidgets-$version -B build -G Ninja \
|
||||
-D CMAKE_INSTALL_PREFIX=/usr \
|
||||
-D CMAKE_INSTALL_LIBDIR=lib \
|
||||
-D CMAKE_BUILD_TYPE=Release \
|
||||
-D CMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS" \
|
||||
-D CMAKE_C_FLAGS_RELEASE="$CFLAGS" \
|
||||
-D wxBUILD_TOOLKIT=gtk3 \
|
||||
-D wxUSE_OPENGL=ON \
|
||||
-D wxUSE_REGEX=sys\
|
||||
-D wxUSE_ZLIB=sys \
|
||||
-D wxUSE_EXPAT=sys \
|
||||
-D wxUSE_LIBJPEG=sys \
|
||||
-D wxUSE_LIBPNG=sys \
|
||||
-D wxUSE_LIBTIFF=sys \
|
||||
-D wxUSE_LIBLZMA=sys \
|
||||
-D wxUSE_LIBMSPACK=ON \
|
||||
-D wxUSE_PRIVATE_FONTS=ON \
|
||||
-Wno-dev
|
||||
|
||||
cmake --build build
|
||||
DESTDIR=$PKG cmake --install build
|
||||
|
||||
rm -r $PKG/usr/{bin/wx-config,lib/{wx,libwx_gtk*}}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user