sonic-gtk-theme-bridge

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-gtk-theme-bridge
7pkgver=6.7.4
8pkgrel=1
9pkgdesc='Syncs SonicDE settings to GTK applications'
10arch=(x86_64)
11url='https://github.com/Sonic-DE/sonic-gtk-theme-bridge'
12license=(LGPL-2.0-or-later)
13depends=(glib2
14 glibc
15 kconfig
16 kdbusaddons
17 libstdc++
18 qt6-base
19 qt6-svg
20 sh
21 sonic-decoration
22 sonic-frameworks-color-scheme
23 sonic-frameworks-core-addons
24 sonic-frameworks-gui-addons
25 sonic-frameworks-windowsystem
26 xdg-desktop-portal-gtk
27 xsettingsd)
28makedepends=(gtk3
29 sassc
30 sonic-frameworks-cmake-modules)
31optdepends=('gtk3: GTK3 apps support')
32provides=(kde-gtk-config)
33conflicts=(kde-gtk-config)
34groups=(sonicde)
35source=("$pkgname-$pkgver.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
36sha256sums=('c75dc18e367c5eda1fd0ce090297e851bc79b1badc742f66bc7f577bc6efb307')
37
38build() {
39 cmake -B build -S $pkgname-$pkgver \
40 -DCMAKE_INSTALL_LIBEXECDIR=lib \
41 -DBUILD_TESTING=OFF
42 cmake --build build
43}
44
45package() {
46 DESTDIR="$pkgdir" cmake --install build
47}
48

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