New package: kidletime-5.26.0

This commit is contained in:
Alessio Sergi 2016-09-29 11:09:26 +02:00
parent be5760ca6b
commit c3c4c78933
3 changed files with 27 additions and 0 deletions

View File

@ -2595,3 +2595,4 @@ libmac.so.2 mac-3.99_1
libskk.so.0 libskk-1.0.2_1
libKF5WaylandServer.so.5 kwayland-5.26.0_1
libKF5WaylandClient.so.5 kwayland-5.26.0_1
libKF5IdleTime.so.5 kidletime-5.26.0_1

1
srcpkgs/kidletime-devel Symbolic link
View File

@ -0,0 +1 @@
kidletime

View File

@ -0,0 +1,25 @@
# Template file for 'kidletime'
pkgname=kidletime
version=5.26.0
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
hostmakedepends="pkg-config extra-cmake-modules"
makedepends="qt5-x11extras-devel libXScrnSaver-devel"
short_desc="Framework for detection and notification of device idle time"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="LGPL-2.1"
homepage="https://projects.kde.org/projects/frameworks/kidletime"
distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=02f82e84429487d4f14a6c665ed00a12c40b8c8f4e1ec34cb8436a39f274978f
kidletime-devel_package() {
short_desc+=" - development"
depends="${makedepends} ${sourcepkg}-${version}_${revision}"
pkg_install() {
vmove usr/include
vmove usr/lib/cmake
vmove usr/lib/qt5/mkspecs
vmove usr/lib/*.so
}
}