diff --git a/common/shlibs b/common/shlibs index 4d6c0d1856e..68f5327ee45 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2649,6 +2649,7 @@ libKF5Su.so.5 kdesu-5.26.0_1 libKF5Emoticons.so.5 kemoticons-5.26.0_1 libKF5IconThemes.so.5 kiconthemes-5.26.0_1 libKF5JobWidgets.so.5 kjobwidgets-5.26.0_1 +libKF5Notifications.so.5 knotifications-5.26.0_1 liblmdb.so.0 lmdb-0.9.18_2 libisns.so.0 libisns-0.96_1 libz80ex.so.1 z80ex-1.1.21_1 diff --git a/srcpkgs/knotifications-devel b/srcpkgs/knotifications-devel new file mode 120000 index 00000000000..fa2b57377f1 --- /dev/null +++ b/srcpkgs/knotifications-devel @@ -0,0 +1 @@ +knotifications \ No newline at end of file diff --git a/srcpkgs/knotifications/template b/srcpkgs/knotifications/template new file mode 100644 index 00000000000..4e97ffb30ef --- /dev/null +++ b/srcpkgs/knotifications/template @@ -0,0 +1,25 @@ +# Template file for 'knotifications' +pkgname=knotifications +version=5.26.0 +revision=1 +build_style=cmake +configure_args="-DBUILD_TESTING=OFF" +hostmakedepends="extra-cmake-modules" +makedepends="kwindowsystem-devel kcodecs-devel kconfig-devel kcoreaddons-devel phonon-qt5-devel libdbusmenu-qt5-devel" +short_desc="KDE Desktop notifications" +maintainer="Denis Revin " +license="LGPL-2" +homepage="https://projects.kde.org/projects/frameworks/knotifications" +distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" +checksum=f88ae5b10e072ceb538c02d68b92e14ec93ff76a2d028963511162da485cdb05 + +knotifications-devel_package() { + short_desc+=" - development" + depends="${makedepends} ${sourcepkg}>=${version}_${revision}" + pkg_install() { + vmove usr/include + vmove usr/lib/qt5/mkspecs + vmove usr/lib/cmake + vmove usr/lib/*.so + } +}