tix

maintainer dmelhado · 3 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source is a standard tarball from SourceForge, a common and plausible host for the project, and the package builds from source without executing untrusted binaries or obfuscated code.

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 standard tarball from SourceForge, a common and plausible host for the project, and the package builds from source without executing untrusted binaries or obfuscated code.

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:16 "tix-$pkgver-tcl8.5.patch::https://gitweb.gentoo.org/repo/gentoo.git/plain/dev-tcltk/tix/files/tix-$pkgver-tcl8.5.patch"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Dante Melhado <dmelhado@dc.uba.ar>
2# Contributor: Brian Bidulock <bidulock@openss7.org>
3# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
4# Contributor: Brice Méalier <mealier_brice@yahoo.fr>
5
6pkgname=tix
7pkgver=8.4.3
8pkgrel=7
9pkgdesc="Tk Interface eXtension, a powerful set of user interface components"
10arch=('x86_64' 'i686')
11url="http://tix.sourceforge.net/"
12license=("BSD")
13depends=('tk' 'libx11')
14source=(
15 "http://downloads.sourceforge.net/tix/Tix$pkgver-src.tar.gz"
16 "tix-$pkgver-tcl8.5.patch::https://gitweb.gentoo.org/repo/gentoo.git/plain/dev-tcltk/tix/files/tix-$pkgver-tcl8.5.patch"
17 "tix-$pkgver-tcl8.6.patch::https://gitweb.gentoo.org/repo/gentoo.git/plain/dev-tcltk/tix/files/tix-$pkgver-tcl8.6.patch"
18 "tix-$pkgver-wimplicit-int.patch::https://gitweb.gentoo.org/repo/gentoo.git/plain/dev-tcltk/tix/files/tix-$pkgver-wimplicit-int.patch"
19 "tix-$pkgver-clang6.patch::https://gitweb.gentoo.org/repo/gentoo.git/plain/dev-tcltk/tix/files/tix-$pkgver-clang6.patch"
20 "tix-$pkgver-noopt.patch::https://gitweb.gentoo.org/repo/gentoo.git/plain/dev-tcltk/tix/files/tix-$pkgver-noopt.patch"
21)
22md5sums=(
23 '2b8bf4b10a852264678182652f477e59'
24 '874299ff5e6544fb4501ce23102a4148'
25 'c26297f9e1744dc38308a062ef00549e'
26 '9ebd0c46711d2eb3a8da500975c5f078'
27 '7c7cb58bc019a8a1d8aa326f6eb323f7'
28 'ff69e046a457955bd3aae4c09ea62f71'
29)
30
31prepare() {
32 cd "$srcdir"/Tix$pkgver
33 sed -i -e 's:-Os::g' -i configure tclconfig/tcl.m4
34 for patch_file in "${srcdir}"/*.patch; do
35 patch -Np1 -i "${patch_file}"
36 done
37 sed -i -e 's:generic/tclInt.h:tclInt.h:g' configure
38 sed -i -e 's:generic/tkInt.h:tkInt.h:g' configure
39}
40
41build() {
42 cd "$srcdir"/Tix$pkgver
43
44 export CFLAGS="$CFLAGS -DERR_IN_PROGRESS=2"
45 [[ $CARCH == "x86_64" ]] && BIT="--enable-64bit"
46
47 ./configure --prefix=/usr \
48 --with-tcl=/usr/lib \
49 --with-tk=/usr/lib \
50 $BIT
51
52 make
53}
54
55package() {
56 cd "$srcdir"/Tix$pkgver
57 make DESTDIR="$pkgdir" install
58 # move things around
59
60 install -m755 tools/tixindex "$pkgdir"/usr/bin/tixindex
61 rm -rf "$pkgdir"/usr/lib/Tix8.4/html
62 rm -f "$pkgdir"/usr/lib/Tix8.4/{README.txt,license.terms}
63 ln -s Tix$pkgver/libTix$pkgver.so "$pkgdir"/usr/lib/libTix$pkgver.so
64
65 mkdir -p "$pkgdir"/usr/share/man/man1
66 mkdir -p "$pkgdir"/usr/share/man/man3
67 cp -p man/tixwish.1 "$pkgdir"/usr/share/man/man1
68 cd "$srcdir"/Tix$pkgver/man
69 for i in *.n; do
70 cp -p $i "$pkgdir"/usr/share/man/man3/${i%n}3
71 done
72
73 mkdir -p "$pkgdir"/usr/share/licenses/tix
74 cp "$srcdir"/Tix$pkgver/license.terms "$pkgdir"/usr/share/licenses/tix/
75}
76

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