New package: kf6-kidletime-6.1.0

This commit is contained in:
Luciogi 2024-04-18 10:06:06 +05:00 committed by Đoàn Trần Công Danh
parent e0bc39c837
commit 9be53a6038
3 changed files with 29 additions and 0 deletions

View File

@ -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

1
srcpkgs/kf6-kidletime-devel Symbolic link
View File

@ -0,0 +1 @@
kf6-kidletime

View File

@ -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 <me@johnnynator.dev>"
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"
}
}