From 7b990fa73686b21059b6ac406dc32f8d90754f8c Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Tue, 4 Oct 2022 13:50:02 -0400 Subject: [PATCH 1/2] qtutilities: update to 6.9.0. --- srcpkgs/qtutilities/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/qtutilities/template b/srcpkgs/qtutilities/template index 7c30d82467261e..2356815b2a4c39 100644 --- a/srcpkgs/qtutilities/template +++ b/srcpkgs/qtutilities/template @@ -1,6 +1,6 @@ # Template file for 'qtutilities' pkgname=qtutilities -version=6.8.0 +version=6.9.0 revision=1 build_style=cmake configure_args="-DBUILD_SHARED_LIBS:BOOL=ON" @@ -12,7 +12,7 @@ maintainer="Andrew J. Hesford " license="GPL-2.0-only" homepage="https://github.com/Martchus/qtutilities" distfiles="https://github.com/Martchus/${pkgname}/archive/v${version}.tar.gz" -checksum=76ac459271f596bfda46f4293adfb49fa3088c011d06737c9ab7f8bb32cde9d2 +checksum=59ad79da682cb626a3fb767b7f84781c4c5352e40f356d2ebd06522c62530e2c pre_check() { ninja -C build tests From de63aa9812812841e6bb8f8b3a3a1af5387d23c1 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Tue, 4 Oct 2022 13:59:28 -0400 Subject: [PATCH 2/2] syncthingtray: update to 1.2.4. --- common/shlibs | 6 +++--- srcpkgs/syncthingtray/template | 7 ++++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/common/shlibs b/common/shlibs index 5d4b0a9899ad63..26410ed4f6fb5f 100644 --- a/common/shlibs +++ b/common/shlibs @@ -4155,9 +4155,9 @@ libopensmtpd.so.0 libopensmtpd-0.7_1 libiio.so.0 libiio-0.23_1 libqtforkawesome.so.0.0.4 qtforkawesome-0.0.4_1 libqtquickforkawesome.so.0.0.4 qtforkawesome-0.0.4_1 -libsyncthingwidgets.so.1.2.3 syncthingtray-1.2.3_1 -libsyncthingmodel.so.1.2.3 syncthingtray-1.2.3_1 -libsyncthingconnector.so.1.2.3 syncthingtray-1.2.3_1 +libsyncthingwidgets.so.2 syncthingtray-1.2.4_1 +libsyncthingmodel.so.2 syncthingtray-1.2.4_1 +libsyncthingconnector.so.2 syncthingtray-1.2.4_1 libglibutil.so.1 libglibutil-1.0.64_1 libgbinder.so.1 libgbinder-1.1.20_1 libsunpinyin.so.3 libsunpinyin-3.0.0rc2_1 diff --git a/srcpkgs/syncthingtray/template b/srcpkgs/syncthingtray/template index 7c49025c8258d0..d85fc988af6208 100644 --- a/srcpkgs/syncthingtray/template +++ b/srcpkgs/syncthingtray/template @@ -1,10 +1,11 @@ # Template file for 'syncthingtray' pkgname=syncthingtray -version=1.2.3 +version=1.2.4 revision=1 build_style=cmake configure_args="-DJS_PROVIDER=qml -DBUILTIN_TRANSLATIONS=ON -DSYSTEMD_SUPPORT=OFF - -DBUILD_SHARED_LIBS=ON -DWEBVIEW_PROVIDER=$(vopt_if webengine webengine none)" + -DBUILD_SHARED_LIBS=ON -DWEBVIEW_PROVIDER=$(vopt_if webengine webengine none) + -Wno-dev" hostmakedepends="pkg-config qt5-host-tools qt5-qmake extra-cmake-modules plasma-framework" makedepends="cpp-utilities-devel qtutilities-devel qtforkawesome-devel qt5-devel qt5-core qt5-network qt5-gui qt5-widgets qt5-svg qt5-declarative @@ -17,7 +18,7 @@ maintainer="classabbyamp " license="GPL-2.0-or-later" homepage="https://github.com/Martchus/syncthingtray" distfiles="https://github.com/Martchus/syncthingtray/archive/refs/tags/v${version}.tar.gz" -checksum=acf6a91a176334658211fff1742ca8bb8517071d3058e84a7c7c8627aa5c01cc +checksum=bdd40eee7f16e8d4f53d153db4e0288f83b92a39bc33c96b22568f25712fe3d4 # requires weird port-binding shenanigans that may not work on ipv6 # https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=syncthingtray#n50