From bee8eb607488a898985a906d2605676b6d71fd6e Mon Sep 17 00:00:00 2001 From: Luciogi Date: Thu, 18 Apr 2024 09:56:18 +0500 Subject: [PATCH] New package: kf6-knotifications-6.1.0 --- common/shlibs | 1 + srcpkgs/kf6-knotifications-devel | 1 + srcpkgs/kf6-knotifications/template | 26 ++++++++++++++++++++++++++ 3 files changed, 28 insertions(+) create mode 120000 srcpkgs/kf6-knotifications-devel create mode 100644 srcpkgs/kf6-knotifications/template diff --git a/common/shlibs b/common/shlibs index c20b9bd6056..cb3fe6b231a 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1959,6 +1959,7 @@ libKF6I18n.so.6 kf6-ki18n-6.0.0_1 libKF6IconThemes.so.6 kf6-kiconthemes-6.0.0_1 libKF6IconWidgets.so.6 kf6-kiconthemes-6.0.0_1 libKF6ItemViews.so.6 kf6-kitemviews-6.0.0_1 +libKF6Notifications.so.6 kf6-knotifications-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-knotifications-devel b/srcpkgs/kf6-knotifications-devel new file mode 120000 index 00000000000..47d4dcf6313 --- /dev/null +++ b/srcpkgs/kf6-knotifications-devel @@ -0,0 +1 @@ +kf6-knotifications \ No newline at end of file diff --git a/srcpkgs/kf6-knotifications/template b/srcpkgs/kf6-knotifications/template new file mode 100644 index 00000000000..c4937e947f8 --- /dev/null +++ b/srcpkgs/kf6-knotifications/template @@ -0,0 +1,26 @@ +# Template file for 'kf6-knotifications' +pkgname=kf6-knotifications +version=6.1.0 +revision=1 +build_style=cmake +configure_args="-DKDE_INSTALL_QMLDIR=lib/qt6/qml + -DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins" +hostmakedepends="extra-cmake-modules qt6-tools qt6-base + qt6-declarative-host-tools pkg-config" +makedepends="kf6-kconfig-devel libcanberra-devel" +short_desc="KDE Desktop notifications" +maintainer="John " +license="LGPL-2.1-or-later" +homepage="https://invent.kde.org/frameworks/knotifications" +distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz" +checksum=02f36f4bc1d2d1094e1b0203a34e037cec78303c6aad9d69f9ac8c7388acfcab + +kf6-knotifications-devel_package() { + depends="$makedepends ${sourcepkg}>=${version}_${revision}" + short_desc+=" - development files" + pkg_install() { + vmove usr/include + vmove usr/lib/cmake + vmove "usr/lib/*.so" + } +}