New package: kactivities5-stats-5.26.0

This commit is contained in:
Denis Revin 2016-10-13 15:55:50 +04:00
parent 9a02615d98
commit aca511b430
3 changed files with 28 additions and 0 deletions

View file

@ -2679,6 +2679,7 @@ libKF5BluezQt.so.6 bluez-qt5-5.26.0_1
libKF5FileMetaData.so.3 kfilemetadata5-5.26.0_1
libKF5Baloo.so.5 baloo5-5.26.0_1
libKF5BalooEngine.so.5 baloo5-5.26.0_1
libKF5ActivitiesStats.so.1 kactivities5-stats-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

View file

@ -0,0 +1 @@
kactivities5-stats

View file

@ -0,0 +1,26 @@
# Template file for 'kactivities5-stats'
pkgname=kactivities5-stats
version=5.26.0
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
wrksrc="${pkgname/5/}-${version}"
hostmakedepends="extra-cmake-modules"
makedepends="boost-devel kactivities5-devel"
short_desc="Library to access statistics data collected by the KDE activity manager"
maintainer="Denis Revin <denis.revin@gmail.com>"
license="LGPL-2"
homepage="https://projects.kde.org/projects/frameworks/kactivities5-stats"
distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname/5/}-${version}.tar.xz"
checksum=683b0ba5b55e523c93d5fab8866582d5c721d054e65e4fba1a5c712dcdd3eb6e
kactivities5-stats-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
}
}