libgnomeprint
maintainer not_anonymous
· 145 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads source code from the official GNOME project host (ftp.gnome.org) and a patch from Gentoo's official gitweb, both of which are legitimate and expected sources; the non-whitelisted host is a standard upstream source for the project, and the build process is transparent and normal for AUR packages.
Triggered rules
LOW
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-07-25) reviewed this and agrees it is LOW (confidence 95%): The package downloads source code from the official GNOME project host (ftp.gnome.org) and a patch from Gentoo's official gitweb, both of which are legitimate and expected sources; the non-whitelisted host is a standard upstream source for the project, and the build process is transparent and normal for AUR packages.
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:20
"https://gitweb.gentoo.org/repo/gentoo.git/plain/gnome-base/libgnomeprint/files/libgnomeprint-2.18.8-bison3.patch?id=56bd759df1d0c750a065b8c845e93d5dfa6b549d"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: not_anonymous <nmlibertarian@gmail.com>
2
# Contributor: Popolon <popolon@popolon.org>
3
# Contributor: Alexander Rødseth <rodseth@gmail.com>
4
# Contributor: Jan de Groot <jgc@archlinux.org>
5
# Contributor: Rafael Ferreira <josephgbr@archlinux.info>
6
7
pkgname=libgnomeprint
8
pkgver=2.18.8
9
pkgrel=10
10
pkgdesc='Printing routines for GNOME'
11
url='http://www.gnome.org/'
12
arch=('x86_64' 'i686')
13
license=('LGPL' 'GPL')
14
depends=('pango' 'libart-lgpl' 'libxml2' 'libgnomecups')
15
makedepends=('intltool' 'pkgconfig' 'addinclude')
16
replaces=('libgnomeprint-cups')
17
conflicts=('libgnomeprint-cups')
18
options=('!libtool')
19
source=("http://ftp.gnome.org/pub/gnome/sources/$pkgname/2.18/$pkgname-$pkgver.tar.bz2"
20
"https://gitweb.gentoo.org/repo/gentoo.git/plain/gnome-base/libgnomeprint/files/libgnomeprint-2.18.8-bison3.patch?id=56bd759df1d0c750a065b8c845e93d5dfa6b549d"
21
"patch-freetype-2.5.1.diff"
22
"configure.in.patch")
23
sha256sums=('1034ec8651051f84d2424e7a1da61c530422cc20ce5b2d9e107e1e46778d9691'
24
'f90696e4ee1f4fb49bd3a3fe62e3443efef6f4918aeaf7586cab692a035463c3'
25
'2f563a5fd6917d506cc11a5e22d09225e161d3bfe747fb6021338e623ed0c844'
26
'9334858ec6aa62582a0cdbaa23c6f0dcb436e8f0292ab8a7663790378b73c61f')
27
28
prepare() {
29
cd "$pkgname-$pkgver"
30
31
patch -p0 -i "$srcdir/patch-freetype-2.5.1.diff"
32
patch --forward --strip=1 --input="${srcdir}/configure.in.patch"
33
addinclude "$pkgname/modules/cups/gnome-print-cups-transport.c" stdio
34
autoconf
35
cd "$srcdir"
36
patch -p0 -i libgnomeprint-2.18.8-bison3.patch?id=56bd759df1d0c750a065b8c845e93d5dfa6b549d
37
38
}
39
40
build() {
41
cd "$pkgname-$pkgver"
42
43
./configure --prefix=/usr --disable-static --enable-gtk-doc=no
44
make
45
}
46
47
package() {
48
make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
49
}
50
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 |