diff --git a/common/shlibs b/common/shlibs index 89db50f1056..df5009d24bf 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2664,6 +2664,7 @@ libKF5KCMUtils.so.5 kcmutils-5.26.0_1 libKF5Style.so.5 frameworkintegration-5.26.0_1 libkdeinit5_klauncher.so kinit-5.26.0_1 libKF5NewStuff.so.5 knewstuff-5.26.0_1 +libKF5NotifyConfig.so.5 knotifyconfig-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/knotifyconfig-devel b/srcpkgs/knotifyconfig-devel new file mode 120000 index 00000000000..8c3c2086c26 --- /dev/null +++ b/srcpkgs/knotifyconfig-devel @@ -0,0 +1 @@ +knotifyconfig \ No newline at end of file diff --git a/srcpkgs/knotifyconfig/template b/srcpkgs/knotifyconfig/template new file mode 100644 index 00000000000..6aeb7c6b6a1 --- /dev/null +++ b/srcpkgs/knotifyconfig/template @@ -0,0 +1,25 @@ +# Template file for 'knotifyconfig' +pkgname=knotifyconfig +version=5.26.0 +revision=1 +build_style=cmake +configure_args="-DBUILD_TESTING=OFF" +hostmakedepends="extra-cmake-modules" +makedepends="kio-devel" +short_desc="KDE Configuration dialog for desktop notifications" +maintainer="Denis Revin " +license="LGPL-2" +homepage="https://projects.kde.org/projects/frameworks/knotifyconfig" +distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" +checksum=df0c02db46e77cbe8a4cdb8029ffa9599798c1ce668fe536e66305f6e7173193 + +knotifyconfig-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 + } +}