gnome-shell-extension-quick-settings-scroll

LOW
maintainer yochananmarqos 0 votes scanned 2026-08-22 15:17:41.736085
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: Mark Wagie <mark dot wagie at proton dot me>
2pkgname=gnome-shell-extension-quick-settings-scroll
3pkgver=1.0.1
4pkgrel=1
5pkgdesc="Makes the GNOME Quick Settings menu scroll when it is taller than the screen"
6arch=('any')
7url="https://github.com/Disk-MTH/Quick-Settings-Scroll"
8license=('GPL-2.0-or-later')
9depends=('gnome-shell')
10makedepends=(
11 'git'
12 'jq'
13)
14source=("git+https://github.com/Disk-MTH/Quick-Settings-Scroll.git#tag=v$pkgver")
15sha256sums=('673d0fb1795ab9d3185c110e65e08a24d364e8cc64a0f3c59725f6897af1062e')
16
17build() {
18 cd Quick-Settings-Scroll
19 gnome-extensions pack \
20 --extra-source=lib/ \
21 --force
22}
23
24package() {
25 cd Quick-Settings-Scroll
26 _uuid=$(jq -r .uuid metadata.json)
27
28 install -d "$pkgdir/usr/share/gnome-shell/extensions/${_uuid}"
29 bsdtar -xvf "${_uuid}.shell-extension.zip" -C \
30 "$pkgdir/usr/share/gnome-shell/extensions/${_uuid}/" --no-same-owner
31}
32

Scan history

Scanned at (UTC)SeverityRules
2026-08-22 15:17:41 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