New package: plasma-activities-stats-6.0.4

This commit is contained in:
John 2024-03-05 15:34:15 +01:00 committed by Đoàn Trần Công Danh
parent c9f0036460
commit 8d5c7a194e
3 changed files with 27 additions and 0 deletions

View file

@ -1537,6 +1537,7 @@ libxmlsec1.so.1 xmlsec1-1.2.31_2
libxmlsec1-nss.so.1 xmlsec1-1.2.31_2
libxmlsec1-openssl.so.1 xmlsec1-1.2.31_2
libPlasmaActivities.so.6 plasma-activities-6.0.0_1
libPlasmaActivitiesStats.so.1 plasma-activities-stats-6.0.1_1
libcheck.so.0 check-0.9.12_1
liblxc.so.1 liblxc-4.0.6_2
libtcmalloc.so.4 gperftools-2.1_1

View file

@ -0,0 +1 @@
plasma-activities-stats

View file

@ -0,0 +1,25 @@
# Template file for 'plasma-activities-stats'
pkgname=plasma-activities-stats
version=6.0.4
revision=1
build_style=cmake
hostmakedepends="extra-cmake-modules qt6-base qt6-tools"
makedepends="kf6-kconfig-devel plasma-activities-devel
boost-devel"
short_desc="Library for accessing the usage data collected by the activities system"
maintainer="John <me@johnnynator.dev>"
license="GPL-3.0-or-later"
homepage="https://invent.kde.org/plasma/plasma-activities-stats"
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
checksum=86ce63674fd5c355ad13a275526bea774a4a8c619f3231a0ead8565591b3ef0b
plasma-activities-stats-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/lib/pkgconfig
vmove usr/include
vmove usr/lib/cmake
vmove "usr/lib/*.so"
}
}