diff --git a/common/shlibs b/common/shlibs index 13789da94a1..48fc5492941 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1963,6 +1963,7 @@ libKF6I18nLocaleData.so.6 kf6-ki18n-6.0.0_1 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 +libKF6IdleTime.so.6 kf6-kidletime-6.0.0_1 libKF6KIOCore.so.6 kf6-kio-6.0.0_1 libKF6KIOFileWidgets.so.6 kf6-kio-6.0.0_1 libKF6KIOGui.so.6 kf6-kio-6.0.0_1 diff --git a/srcpkgs/kf6-kidletime-devel b/srcpkgs/kf6-kidletime-devel new file mode 120000 index 00000000000..14d8fdb6ce8 --- /dev/null +++ b/srcpkgs/kf6-kidletime-devel @@ -0,0 +1 @@ +kf6-kidletime \ No newline at end of file diff --git a/srcpkgs/kf6-kidletime/template b/srcpkgs/kf6-kidletime/template new file mode 100644 index 00000000000..abaf00e0a30 --- /dev/null +++ b/srcpkgs/kf6-kidletime/template @@ -0,0 +1,27 @@ +# Template file for 'kf6-kidletime' +pkgname=kf6-kidletime +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-wayland-tools wayland-devel pkg-config" +makedepends="qt6-wayland-devel plasma-wayland-protocols wayland-protocols + libXScrnSaver-devel" +short_desc="Framework for detection and notification of device idle time" +maintainer="John " +license="LGPL-2.1-or-later" +homepage="https://invent.kde.org/frameworks/kidletime" +distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz" +checksum=c8d85c129fd2e9520bec3aa9670449b4ea2cf092060a54fdb24cba63475faf3a + +kf6-kidletime-devel_package() { + depends="$makedepends ${sourcepkg}>=${version}_${revision}" + short_desc+=" - development files" + pkg_install() { + vmove usr/include + vmove usr/lib/cmake + vmove "usr/lib/*.so" + } +}