author | Antonio Rojas
<arojas@archlinux.org> 2023-10-07 09:22:00 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2023-10-07 09:22:00 UTC |
parent | 91ff1a3369bbaa83e46b6709d9dcf4ea463e0905 |
.SRCINFO | +23 | -0 |
PKGBUILD | +17 | -8 |
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000..1851cc9 --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,23 @@ +pkgbase = kactivities-stats + pkgdesc = A library for accessing the usage data collected by the activities system + pkgver = 5.240.0.20231001 + pkgrel = 1 + url = https://community.kde.org/Frameworks + arch = x86_64 + groups = kf6 + license = LGPL + makedepends = doxygen + makedepends = extra-cmake-modules + makedepends = qt6-doc + makedepends = qt6-tools + makedepends = git + depends = gcc-libs + depends = glibc + depends = kactivities + depends = kconfig + depends = qt6-base + source = git+https://invent.kde.org/frameworks/kactivities-stats#commit=afdb15c0a2d23c3dda87359137abba2f7c4e2ca0 + validpgpkeys = 53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB + sha256sums = SKIP + +pkgname = kactivities-stats diff --git a/PKGBUILD b/PKGBUILD index e2fba83..bbb9a59 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,22 +3,31 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=kactivities-stats -pkgver=5.110.0 +pkgver=5.240.0.20231001 pkgrel=1 arch=(x86_64) pkgdesc='A library for accessing the usage data collected by the activities system' url='https://community.kde.org/Frameworks' license=(LGPL) -depends=(kactivities) -makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc) -groups=(kf5) -source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}) -sha256sums=('a47fc4501f5277666e53074f6b6d78c841f21a4eae119edefd99beba5ed3f8a9' - 'SKIP') +depends=(gcc-libs + glibc + kactivities + kconfig + qt6-base) +makedepends=(doxygen + extra-cmake-modules + qt6-doc + qt6-tools) +groups=(kf6) +#source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}) +makedepends+=(git) +_commit=afdb15c0a2d23c3dda87359137abba2f7c4e2ca0 +source=(git+https://invent.kde.org/frameworks/$pkgname#commit=$_commit) +sha256sums=('SKIP') validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org> build() { - cmake -B build -S $pkgname-$pkgver \ + cmake -B build -S $pkgname \ -DBUILD_TESTING=OFF \ -DBUILD_QCH=ON cmake --build build