From 444be77708b73a83a009c95383133186e49d1dfd Mon Sep 17 00:00:00 2001 From: Luciogi Date: Thu, 18 Apr 2024 09:56:59 +0500 Subject: [PATCH] New package: kf6-knotifyconfig-6.1.0 --- common/shlibs | 1 + srcpkgs/kf6-knotifyconfig-devel | 1 + srcpkgs/kf6-knotifyconfig/template | 25 +++++++++++++++++++++++++ 3 files changed, 27 insertions(+) create mode 120000 srcpkgs/kf6-knotifyconfig-devel create mode 100644 srcpkgs/kf6-knotifyconfig/template diff --git a/common/shlibs b/common/shlibs index 88c07e285c4..25e60edc26b 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1984,6 +1984,7 @@ libKF6Wallet.so.6 kf6-kwallet-6.0.0_1 libKF6WalletBackend.so.6 kf6-kwallet-6.0.0_1 libKF6NewStuffCore.so.6 kf6-knewstuff-6.0.0_1 libKF6Notifications.so.6 kf6-knotifications-6.0.0_1 +libKF6NotifyConfig.so.6 kf6-knotifyconfig-6.0.0_1 libKF6Package.so.6 kf6-kpackage-6.0.0_1 libKF6Service.so.6 kf6-kservice-6.0.0_1 libKF6Solid.so.6 kf6-solid-6.0.0_1 diff --git a/srcpkgs/kf6-knotifyconfig-devel b/srcpkgs/kf6-knotifyconfig-devel new file mode 120000 index 00000000000..542ba5d5e5d --- /dev/null +++ b/srcpkgs/kf6-knotifyconfig-devel @@ -0,0 +1 @@ +kf6-knotifyconfig \ No newline at end of file diff --git a/srcpkgs/kf6-knotifyconfig/template b/srcpkgs/kf6-knotifyconfig/template new file mode 100644 index 00000000000..f04c6549146 --- /dev/null +++ b/srcpkgs/kf6-knotifyconfig/template @@ -0,0 +1,25 @@ +# Template file for 'kf6-knotifyconfig' +pkgname=kf6-knotifyconfig +version=6.1.0 +revision=1 +build_style=cmake +hostmakedepends="extra-cmake-modules qt6-tools qt6-base + gettext" +makedepends="kf6-kcompletion-devel kf6-kconfig-devel kf6-ki18n-devel + kf6-kio-devel kf6-kxmlgui-devel" +short_desc="KDE Configuration dialog for desktop notification" +maintainer="John " +license="LGPL-2.1-or-later" +homepage="https://invent.kde.org/frameworks/knotifyconfig" +distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz" +checksum=dfe85a45500470a306df3176f665af2589521ef5090612e7a82ec618e061fe87 + +kf6-knotifyconfig-devel_package() { + depends="$makedepends ${sourcepkg}>=${version}_${revision}" + short_desc+=" - development files" + pkg_install() { + vmove usr/include + vmove usr/lib/cmake + vmove "usr/lib/*.so" + } +}