New package: KDSingleApplication-1.1.0
This commit is contained in:
parent
bad4a10af3
commit
10b86b1668
|
@ -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
|
||||
|
|
|
@ -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 <tornaria@cmat.edu.uy>"
|
||||
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
|
||||
}
|
Loading…
Reference in New Issue