ports/contrib (3.6): krita: fix build with boost 1.75, release bump
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit 529404ffc3a847e079acffd1412719796a9dc536 Author: Stamatin Cristina <dear.volgk@gmail.com> Date: Sat Dec 19 14:40:03 2020 +0200 krita: fix build with boost 1.75, release bump diff --git a/krita/.signature b/krita/.signature index 9dc3ae103..cadfd6b37 100644 --- a/krita/.signature +++ b/krita/.signature @@ -1,5 +1,6 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3++Cpr4xDbBSqhpxH8O7XubIPD6wmAu9Ef9NrGJmnN2n+Frx/JtIHA5h64NQfzyLWmnuIggimgq8+LshjyYNwQ0= -SHA256 (Pkgfile) = 9d867b3da821825c458d3d8fc9eb055f4be046f902d3b4cb5dd2dcda1018237c +RWSagIOpLGJF35BrIye+JPZX1csX1numX21AmkzseQgMXsvMkwN2V1BWy/8JmHjAPvF1yn9Nv2UytekAXGI1Ea4/qr+G9AYHcwY= +SHA256 (Pkgfile) = bb5a22970f40923b8b7e5e7b1c765c15c9ab569b5f10bea06cadf34d514ed218 SHA256 (.footprint) = fd3a5945d7e8687c08b421405f0b916eb48790c27c485014fa229a46186e798c SHA256 (krita-4.4.1.tar.gz) = 6f2daf068e4e5cef8a738ab47da443dc82ad1463090a4a1544b35201272c3817 +SHA256 (fix-build-with-boost-1.75.patch) = de84c3c1685e48392d4fb07daab56068cacfc2a846a52a9915b5f3e08357abd1 diff --git a/krita/Pkgfile b/krita/Pkgfile index 4bbf6319e..c9a70e92c 100644 --- a/krita/Pkgfile +++ b/krita/Pkgfile @@ -5,12 +5,15 @@ name=krita version=4.4.1 -release=1 -source=(https://download.kde.org/stable/$name/${version:0:5}/$name-$version.tar.gz) +release=2 +source=(https://download.kde.org/stable/$name/${version:0:5}/$name-$version.tar.gz + fix-build-with-boost-1.75.patch) build() { rm -r $name-$version/po/* + patch -p1 -d $name-$version -i $SRC/fix-build-with-boost-1.75.patch + cmake -S$name-$version -Bbuild \ -DCMAKE_INSTALL_PREFIX=/usr \ -DBUILD_TESTING=OFF \ diff --git a/krita/fix-build-with-boost-1.75.patch b/krita/fix-build-with-boost-1.75.patch new file mode 100644 index 000000000..678ea0cb9 --- /dev/null +++ b/krita/fix-build-with-boost-1.75.patch @@ -0,0 +1,13 @@ +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 48d445b030..fe9bcb4765 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.0.0 FATAL_ERROR) + set(MIN_QT_VERSION 5.9.0) + set(MIN_FRAMEWORKS_VERSION 5.44.0) + +-set( CMAKE_CXX_STANDARD 11 ) ++set( CMAKE_CXX_STANDARD 14 ) + set( CMAKE_CXX_STANDARD_REQUIRED ON ) + +
participants (1)
-
crux@crux.nu