sonic-frameworks-idle-tracker

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
5pkgname=sonic-frameworks-idle-tracker
6pkgver=6.29.0
7pkgrel=1
8pkgdesc='X11 user activity monitoring framework for SonicDE'
9arch=(x86_64)
10url='https://github.com/Sonic-DE/sonic-frameworks-idle-tracker'
11license=(LGPL-2.0-only LGPL-3.0-only)
12depends=(glibc
13 libstdc++
14 libx11
15 libxcb
16 libxext
17 libxss
18 qt6-base)
19makedepends=(doxygen
20 sonic-frameworks-cmake-modules
21 qt6-tools)
22provides=(kidletime)
23conflicts=(kidletime)
24groups=(sonicde-frameworks)
25source=("$pkgname-$pkgver.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
26sha256sums=('dfc49ab447bca0043fcca711eb40c0e9b870ac286344b370d30107bd40121df5')
27
28build() {
29 cmake -B build -S $pkgname-$pkgver \
30 -DBUILD_TESTING=OFF
31 cmake --build build
32}
33
34package() {
35 DESTDIR="$pkgdir" cmake --install build
36}
37

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