From c3db6cb35d6edccb370a07f3579cb989a82251d4 Mon Sep 17 00:00:00 2001 From: FollieHiyuki Date: Thu, 29 Jul 2021 15:44:40 +0300 Subject: [PATCH 1/4] qalculate: update to 3.20.1 --- common/shlibs | 2 +- srcpkgs/qalculate/template | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/shlibs b/common/shlibs index 04eefcdcbdd1..da24f1de5810 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2996,7 +2996,7 @@ libdouble-conversion.so.1 double-conversion-2.0.1_1 libspectrum.so.8 libspectrum-1.2.2_1 libbearssl.so.0 bearssl-0.3_1 libXfont2.so.2 libXfont2-2.0.1_1 -libqalculate.so.21 libqalculate-3.0.0_1 +libqalculate.so.22 libqalculate-3.20.1_1 libweston-9.so.0 weston-9.0.0_1 libostree-1.so.1 libostree-2020.8_2 librhash.so.0 rhash-1.3.4_1 diff --git a/srcpkgs/qalculate/template b/srcpkgs/qalculate/template index 6a2388c5cf4f..ac326495fa31 100644 --- a/srcpkgs/qalculate/template +++ b/srcpkgs/qalculate/template @@ -1,7 +1,7 @@ # Template file for 'qalculate' # NOTE: keep this package synchronized with "srcpkgs/qalculate-gtk" pkgname=qalculate -version=3.19.0 +version=3.20.1 revision=1 wrksrc="lib${pkgname}-${version}" build_style=gnu-configure @@ -13,7 +13,7 @@ maintainer="Artem Zhurikhin " license="GPL-2.0-or-later" homepage="https://qalculate.github.io" distfiles="https://github.com/Qalculate/libqalculate/releases/download/v${version}/libqalculate-${version}.tar.gz" -checksum=43657a96e18b91739a0ef1d0f42701d7c5a0c8a3a6c7eee8ebfe9aeda75f7ddc +checksum=cee57c21fd5e20862734d7712907824ef7c689efc7d54c237e3766b6c83c7ee7 libqalculate_package() { short_desc+=" - library files" From 0fb6f0a9936d2a40482d600d452bcc0c4d3c5212 Mon Sep 17 00:00:00 2001 From: FollieHiyuki Date: Thu, 29 Jul 2021 15:46:26 +0300 Subject: [PATCH 2/4] qalculate-gtk: update to 3.20.1 --- srcpkgs/qalculate-gtk/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/qalculate-gtk/template b/srcpkgs/qalculate-gtk/template index 3fe5bc6a6d54..f71c085f5e8a 100644 --- a/srcpkgs/qalculate-gtk/template +++ b/srcpkgs/qalculate-gtk/template @@ -1,7 +1,7 @@ # Template file for 'qalculate-gtk' # NOTE: keep this package synchronized with "srcpkgs/qalculate" pkgname=qalculate-gtk -version=3.19.0 +version=3.20.1 revision=1 build_style=gnu-configure hostmakedepends="intltool pkg-config glib-devel" @@ -12,4 +12,4 @@ maintainer="Artem Zhurikhin " license="GPL-2.0-or-later" homepage="https://qalculate.github.io" distfiles="https://github.com/Qalculate/qalculate-gtk/releases/download/v${version}/qalculate-gtk-${version}.tar.gz" -checksum=9c060a9a0da9717e7c66acbfd3dfc8c556d731d83448195658219c1b4d5b21cc +checksum=3985766a7b8977a0d1f94b807ea66e388ed29192185394c9ccc7b5733e4ce136 From 0a7711764dca1a54c032d4af9d029227270bfb49 Mon Sep 17 00:00:00 2001 From: FollieHiyuki Date: Thu, 29 Jul 2021 16:21:08 +0300 Subject: [PATCH 3/4] New package: qalculate-qt-3.20.1 --- srcpkgs/qalculate-gtk/template | 1 + srcpkgs/qalculate-qt/template | 16 ++++++++++++++++ srcpkgs/qalculate/template | 1 + 3 files changed, 18 insertions(+) create mode 100644 srcpkgs/qalculate-qt/template diff --git a/srcpkgs/qalculate-gtk/template b/srcpkgs/qalculate-gtk/template index f71c085f5e8a..a38571989276 100644 --- a/srcpkgs/qalculate-gtk/template +++ b/srcpkgs/qalculate-gtk/template @@ -1,5 +1,6 @@ # Template file for 'qalculate-gtk' # NOTE: keep this package synchronized with "srcpkgs/qalculate" +# and "srcpkgs/qalculate-qt" pkgname=qalculate-gtk version=3.20.1 revision=1 diff --git a/srcpkgs/qalculate-qt/template b/srcpkgs/qalculate-qt/template new file mode 100644 index 000000000000..72244c6be563 --- /dev/null +++ b/srcpkgs/qalculate-qt/template @@ -0,0 +1,16 @@ +# Template file for 'qalculate-qt' +# NOTE: keep this package synchronized with "srcpkgs/qalculate" +# and "srcpkgs/qalculate-gtk" +pkgname=qalculate-qt +version=3.20.1 +revision=1 +build_style=qmake +hostmakedepends="intltool pkg-config qt5-qmake" +makedepends="libqalculate-devel qt5-devel" +depends="gnuplot" +short_desc="Multi-purpose desktop calculator - QT version" +maintainer="FollieHiyuki " +license="GPL-2.0-or-later" +homepage="https://qalculate.github.io" +distfiles="https://github.com/Qalculate/qalculate-qt/releases/download/v${version}/qalculate-qt-${version}.tar.gz" +checksum=189e952b2b6b99ef63db46bd70d31f140adf19e8364d0eb4064daefca6a16e8a diff --git a/srcpkgs/qalculate/template b/srcpkgs/qalculate/template index ac326495fa31..4d9e490bf26d 100644 --- a/srcpkgs/qalculate/template +++ b/srcpkgs/qalculate/template @@ -1,5 +1,6 @@ # Template file for 'qalculate' # NOTE: keep this package synchronized with "srcpkgs/qalculate-gtk" +# and "srcpkgs/qalculate-qt" pkgname=qalculate version=3.20.1 revision=1 From 89c1d8886f14f104da74789fe342f768a701b291 Mon Sep 17 00:00:00 2001 From: FollieHiyuki Date: Thu, 29 Jul 2021 16:39:18 +0300 Subject: [PATCH 4/4] plasma-workspace: revbump for libqalculate.so.22 --- srcpkgs/plasma-workspace/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/plasma-workspace/template b/srcpkgs/plasma-workspace/template index 0c7495ad3dbd..fa84666b06fb 100644 --- a/srcpkgs/plasma-workspace/template +++ b/srcpkgs/plasma-workspace/template @@ -1,10 +1,10 @@ # Template file for 'plasma-workspace' pkgname=plasma-workspace version=5.22.3 -revision=1 +revision=2 build_style=cmake configure_args="-DBUILD_TESTING=OFF - -DWaylandScanner_EXECUTABLE=/usr/bin/wayland-scanner + -DWaylandScanner_EXECUTABLE=/usr/bin/wayland-scanner DKF5_HOST_TOOLING=/usr/lib/cmake" hostmakedepends="extra-cmake-modules iso-codes pkg-config kdoctools kcoreaddons qt5-wayland plasma-wayland-protocols gettext wayland-devel