From c0fb7a2839d3062eb62688bba08a2109d5fd48ff Mon Sep 17 00:00:00 2001 From: Sergei Reznikov Date: Wed, 26 Dec 2018 01:48:34 +0300 Subject: [PATCH] wxqt: bump version --- dev-qt/wxqt/{wxqt-3.1.1.recipe => wxqt-3.1.2.recipe} | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) rename dev-qt/wxqt/{wxqt-3.1.1.recipe => wxqt-3.1.2.recipe} (97%) diff --git a/dev-qt/wxqt/wxqt-3.1.1.recipe b/dev-qt/wxqt/wxqt-3.1.2.recipe similarity index 97% rename from dev-qt/wxqt/wxqt-3.1.1.recipe rename to dev-qt/wxqt/wxqt-3.1.2.recipe index 343ca93c6..6d964244e 100644 --- a/dev-qt/wxqt/wxqt-3.1.1.recipe +++ b/dev-qt/wxqt/wxqt-3.1.2.recipe @@ -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 "