gnome-shell-extension-quick-settings-scroll
LOW
maintainer yochananmarqos
0 votes
scanned 2026-08-22 15:17:41.736085
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>
2
pkgname=gnome-shell-extension-quick-settings-scroll
3
pkgver=1.0.1
4
pkgrel=1
5
pkgdesc="Makes the GNOME Quick Settings menu scroll when it is taller than the screen"
6
arch=('any')
7
url="https://github.com/Disk-MTH/Quick-Settings-Scroll"
8
license=('GPL-2.0-or-later')
9
depends=('gnome-shell')
10
makedepends=(
11
'git'
12
'jq'
13
)
14
source=("git+https://github.com/Disk-MTH/Quick-Settings-Scroll.git#tag=v$pkgver")
15
sha256sums=('673d0fb1795ab9d3185c110e65e08a24d364e8cc64a0f3c59725f6897af1062e')
16
17
build() {
18
cd Quick-Settings-Scroll
19
gnome-extensions pack \
20
--extra-source=lib/ \
21
--force
22
}
23
24
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-08-22 15:17:41 | Low | 1 |