sonic-activities-stats

LOW
maintainer sonicde-buildbot 0 votes scanned 2026-08-31 17:46:09.540886
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

PKGBUILD

1# Maintainer: callmetango
2# Contributor: Felix Yan <felixonmars@archlinux.org>
3# Contributor: Antonio Rojas <arojas@archlinux.org>
4# Contributor: Andrea Scarpino <andrea@archlinux.org>
5
6pkgname=sonic-activities-stats
7pkgver=6.7.4
8pkgrel=1
9pkgdesc='A library for accessing the usage data collected by the activities system'
10arch=(x86_64)
11url='https://github.com/Sonic-DE/sonic-activities-stats'
12license=(LGPL-2.0-or-later)
13depends=(glibc
14 kconfig
15 libstdc++
16 qt6-base
17 sonic-activities)
18makedepends=(qt6-tools
19 sonic-frameworks-cmake-modules)
20conflicts=(kactivities-stats plasma-activities-stats)
21replaces=(kactivities-stats)
22provides=(plasma-activities-stats)
23groups=(sonicde)
24source=("$pkgname-$pkgver.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
25sha256sums=('fcb256dadee19878113a7778e72f799eafd3fe62e99a72ae7abe07bf3e285356')
26
27build() {
28 cmake -B build -S $pkgname-$pkgver \
29 -DBUILD_TESTING=OFF
30 cmake --build build
31}
32
33package() {
34 DESTDIR="$pkgdir" cmake --install build
35}
36

Scan history

Scanned at (UTC)SeverityRules
2026-08-31 17:46:09 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion