diff --git a/common/shlibs b/common/shlibs index 041ca865b19..760a012b6bb 100644 --- a/common/shlibs +++ b/common/shlibs @@ -3533,6 +3533,7 @@ libwoff2common.so.1.0.2 libwoff2common1.0.2-1.0.2_1 libwoff2enc.so.1.0.2 libwoff2enc1.0.2-1.0.2_1 libwoff2dec.so.1.0.2 libwoff2dec1.0.2-1.0.2_1 libcloudproviders.so.0 libcloudproviders-0.2.5_2 +libkdsingleapplication-qt6.so.1.1 KDSingleApplication-1.1.0_1 libKF5KDEGames.so.7 libkdegames-18.08.3_1 libKF5KDEGamesPrivate.so.7 libkdegames-21.04.0_1 libidn2.so.0 libidn2-2.1.1_1 diff --git a/srcpkgs/KDSingleApplication/template b/srcpkgs/KDSingleApplication/template new file mode 100644 index 00000000000..5ce04e71ad3 --- /dev/null +++ b/srcpkgs/KDSingleApplication/template @@ -0,0 +1,20 @@ +# Template file for 'KDSingleApplication' +pkgname=KDSingleApplication +version=1.1.0 +revision=1 +build_style=cmake +configure_args="-DKDSingleApplication_QT6=ON + -DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt6/mkspecs" +hostmakedepends="qt6-base" +makedepends="qt6-base-devel" +short_desc="KDAB's helper class for single-instance policy applications" +maintainer="Gonzalo TornarĂ­a " +license="MIT" +homepage="https://github.com/KDAB/KDSingleApplication" +changelog="https://github.com/KDAB/KDSingleApplication/releases" +distfiles="https://github.com/KDAB/KDSingleApplication/releases/download/v${version}/kdsingleapplication-${version}.tar.gz" +checksum=31029fffa4873e2769c555668e8edaa6bd5721edbc445bff5e66cc6af3b9ed78 + +post_install() { + vlicense LICENSE.txt +}