mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
wxqt: bump version
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
SUMMARY="Cross-platform GUI library"
|
||||
DESCRIPTION="wxWidgets is a C++ library that lets developers create \
|
||||
applications for Windows, Mac OS X, Linux and other platforms with a single \
|
||||
applications for Windows, macOS, Linux and other platforms with a single \
|
||||
code base. It has popular language bindings for Python, Perl, Ruby and many \
|
||||
other languages, and unlike other cross-platform toolkits, wxWidgets gives \
|
||||
applications a truly native look and feel because it uses the platform's \
|
||||
@@ -11,7 +11,7 @@ COPYRIGHT="1998-2018 Julian Smart, Robert Roebling et al"
|
||||
LICENSE="GNU LGPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/wxWidgets/wxWidgets/releases/download/v$portVersion/wxWidgets-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="c925dfe17e8f8b09eb7ea9bfdcfcc13696a3e14e92750effd839f5e10726159e"
|
||||
CHECKSUM_SHA256="4cb8d23d70f9261debf7d6cfeca667fc0a7d2b6565adb8f1c484f9b674f1f27a"
|
||||
SOURCE_DIR="wxWidgets-$portVersion"
|
||||
PATCHES="wxwidgets-sckaddr.patch"
|
||||
|
||||
@@ -20,7 +20,7 @@ SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
libVersion="$portVersion"
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
libSoVersion="1.0.0"
|
||||
libSoVersion="2.0.0"
|
||||
|
||||
PROVIDES="
|
||||
wxqt$secondaryArchSuffix = $portVersion
|
||||
@@ -92,6 +92,7 @@ REQUIRES_devel="
|
||||
lib:libexecinfo$secondaryArchSuffix
|
||||
lib:libexpat$secondaryArchSuffix
|
||||
lib:libiconv$secondaryArchSuffix
|
||||
lib:liblzma$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user