systray-x-git

MEDIUM
maintainer ilovemikael 11 votes scanned 2026-08-30 19:44:01.063593
View on AUR
Why flagged

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

Triggered rules

Medium Recently orphaned & re-adopted orphaned_readopted

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

PKGBUILD

1# Maintainer: Zoltan Guba <zoltan.guba@gubamm.hu>
2# Developer: Maxime Rijnders <ximi.obs@gmail.com>
3
4pkgname=systray-x-git
5_pkgname=systray-x
6pkgver=0.8.0.r0.g0257ad1
7pkgrel=1
8pkgdesc="SysTray-X is a system tray extension for Thunderbird 68+. The addon uses the WebExtension API's to control an external system dependent system tray application."
9arch=('any')
10url="https://github.com/Ximi1970/systray-x"
11license=('MPL2')
12groups=(internet)
13depends=(zip gcc glibc hicolor-icon-theme knotifications libx11 qt5-base thunderbird)
14makedepends=('git')
15provides=('systray-x-git')
16conflicts=('systray-x')
17source=("git+https://github.com/Ximi1970/systray-x.git")
18md5sums=('SKIP')
19
20pkgver() {
21 cd "$_pkgname"
22 git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
23}
24
25package() {
26 cd "$_pkgname"
27 make
28 mkdir -p "${pkgdir}/usr/bin"
29 mkdir -p "${pkgdir}/usr/lib/thunderbird/extensions"
30 mkdir -p "${pkgdir}/usr/lib/mozilla/native-messaging-hosts"
31 mkdir -p "$pkgdir/usr/share/doc/$_pkgname"
32 install -m 755 -t "${pkgdir}/usr/share/doc/${_pkgname}" "${srcdir}/${_pkgname}/README.md"
33 install -m 755 -t "${pkgdir}/usr/share/doc/${_pkgname}" "${srcdir}/${_pkgname}/LICENSE"
34 install -m 755 -t "${pkgdir}/usr/lib/thunderbird/extensions" "${srcdir}/${_pkgname}/systray-x@Ximi1970.xpi"
35 install -m 755 -t "${pkgdir}/usr/lib/mozilla/native-messaging-hosts" "${srcdir}/${_pkgname}/app/SysTray_X.json"
36 sed -i 's/\/path\/to\/native-messaging\/app/\/usr\/bin/g' "${pkgdir}/usr/lib/mozilla/native-messaging-hosts/SysTray_X.json"
37 install -m 755 -t "${pkgdir}/usr/bin" "${srcdir}/${_pkgname}/SysTray-X"
38}
39

Scan history

Scanned at (UTC)SeverityRules
2026-08-30 19:44:01 Medium 1
2026-06-18 16:11:54 Clean 0

Report a package

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

0 / 4000
Your suggestion