diff --git a/office/cherrytree/actions.py b/office/cherrytree/actions.py index 131e435acd..9ec8da3b5d 100644 --- a/office/cherrytree/actions.py +++ b/office/cherrytree/actions.py @@ -7,14 +7,18 @@ from pisi.actionsapi import shelltools, cmaketools, get j = ''.join([ + ' -B_build', ' -DAUTO_RUN_TESTING=OFF', + ' -DBUILD_GMOCK=OFF', + ' -DBUILD_TESTING=OFF', ' -DINSTALL_GTEST=OFF', - ' -DCMAKE_BUILD_TYPE=None ' + ' -DCMAKE_BUILD_TYPE=None', + ' -L ' ]) def setup(): - shelltools.move("src/ct/icons.gresource.cc.tmp", "src/ct/icons.gresource.cc") - cmaketools.configure("-B_build %s -LA" % j) +# shelltools.move("src/ct/icons.gresource.cc.tmp", "src/ct/icons.gresource.cc") + cmaketools.configure(j) def build(): shelltools.cd("_build") diff --git a/office/cherrytree/pspec.xml b/office/cherrytree/pspec.xml index c2549db1e6..1088836fdb 100644 --- a/office/cherrytree/pspec.xml +++ b/office/cherrytree/pspec.xml @@ -13,8 +13,8 @@ office Cherrytree A hierarchical note taking application. A hierarchical note taking application, featuring rich text and syntax highlighting, storing data in a single xml or sqlite file. - - https://github.com/giuspen/cherrytree/releases/download/0.99.44/cherrytree_0.99.44.tar.xz + + https://github.com/giuspen/cherrytree/releases/download/0.99.49/cherrytree_0.99.49.tar.xz cmake @@ -47,6 +47,7 @@ gtkmm3 libgcc sqlite + fribidi cairomm libxml2 pangomm @@ -65,6 +66,13 @@ + + 2022-09-24 + 0.99.49 + Version bump. + fury + uglyside@yandex.ru + 2021-12-18 0.99.44 diff --git a/programming/library/spdlog/actions.py b/programming/library/spdlog/actions.py index 6896603802..9eff7dafb2 100644 --- a/programming/library/spdlog/actions.py +++ b/programming/library/spdlog/actions.py @@ -9,6 +9,7 @@ from pisi.actionsapi import shelltools, cmaketools, pisitools, get i = "%s" % get.installDIR() j = ''.join([ + ' -B_build', ' -DSPDLOG_BUILD_SHARED=ON', ' -DSPDLOG_FMT_EXTERNAL=ON', ' -DCMAKE_BUILD_TYPE=None', @@ -18,9 +19,7 @@ j = ''.join([ t = "#define SPDLOG_FMT_EXTERNAL" def setup(): - shelltools.makedirs("_build") - shelltools.cd("_build") - cmaketools.configure(j, sourceDir = "..") + cmaketools.configure(j) def build(): shelltools.cd("_build") diff --git a/programming/library/spdlog/pspec.xml b/programming/library/spdlog/pspec.xml index 47ddd57a02..22d6838b65 100644 --- a/programming/library/spdlog/pspec.xml +++ b/programming/library/spdlog/pspec.xml @@ -13,8 +13,8 @@ programming.library Fast C++ logging library. Very fast, header-only/compiled, C++ logging library. - - https://github.com/gabime/spdlog/archive/refs/tags/v1.9.2.tar.gz + + https://github.com/gabime/spdlog/archive/refs/tags/v1.10.0.tar.gz cmake @@ -47,6 +47,13 @@ + + 2022-09-24 + 1.10.0 + Version bump. + fury + uglyside@yandex.ru + 2021-12-14 1.9.2