gpointing-device-settings
maintainer PinkCathodeCat
· 5 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from SourceForge, a non-whitelisted but plausible project host; it is the project's own source code being built, not an executable payload, so the risk is low despite the non-standard URL.
Triggered rules
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a tarball from SourceForge, a non-whitelisted but plausible project host; it is the project's own source code being built, not an executable payload, so the risk is low despite the non-standard URL.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
source=() URL on a non-standard host
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:14
source=("http://sourceforge.jp/frs/redir.php?m=iij&f=/gsynaptics/45812/$pkgname-$pkgver.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# $Id: PKGBUILD 266875 2017-11-15 14:29:11Z foutrelis $
2
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
3
# Contributor: Thomas Mudrunka <harvie@@email..cz>
4
5
pkgname=gpointing-device-settings
6
pkgver=1.5.1
7
pkgrel=5
8
pkgdesc="GUI tool for setting pointing device such as TrackPoint or Touchpad"
9
arch=('x86_64')
10
license=('GPL')
11
url="https://wiki.gnome.org/Attic/GPointingDeviceSettings"
12
depends=('gtk2' 'gconf')
13
makedepends=('gnome-settings-daemon' 'intltool')
14
source=("http://sourceforge.jp/frs/redir.php?m=iij&f=/gsynaptics/45812/$pkgname-$pkgver.tar.gz"
15
"fix-build.patch")
16
md5sums=('1d1491473df8eabca3c15c997a975d7f'
17
'cc42b7bcd69fb43ae5bfbe6e1d540713')
18
19
prepare() {
20
cd "${srcdir}/${pkgname}-${pkgver}"
21
22
# Fix build
23
patch -Np1 -i "${srcdir}/fix-build.patch"
24
25
# Disable GSD plugin (won't build with GSD 3.8)
26
sed -i 's/ gnome-settings-daemon-plugins//' modules/Makefile.am
27
}
28
29
build() {
30
cd "${srcdir}/${pkgname}-${pkgver}"
31
autoreconf -fi
32
./configure --prefix=/usr --sysconfdir=/etc \
33
--disable-static --disable-schemas-install \
34
--with-gconf-schema-file-dir=/usr/share/gconf/schemas
35
make
36
}
37
38
package() {
39
cd "${srcdir}/${pkgname}-${pkgver}"
40
make DESTDIR="$pkgdir" install
41
42
# Remove GConf schema (used by GSD plugin)
43
rm -r "${pkgdir}/usr/share/gconf"
44
}
45
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |