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
5pkgname=gpointing-device-settings
6pkgver=1.5.1
7pkgrel=5
8pkgdesc="GUI tool for setting pointing device such as TrackPoint or Touchpad"
9arch=('x86_64')
10license=('GPL')
11url="https://wiki.gnome.org/Attic/GPointingDeviceSettings"
12depends=('gtk2' 'gconf')
13makedepends=('gnome-settings-daemon' 'intltool')
14source=("http://sourceforge.jp/frs/redir.php?m=iij&f=/gsynaptics/45812/$pkgname-$pkgver.tar.gz"
15 "fix-build.patch")
16md5sums=('1d1491473df8eabca3c15c997a975d7f'
17 'cc42b7bcd69fb43ae5bfbe6e1d540713')
18
19prepare() {
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
29build() {
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
38package() {
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)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion