systray-x-git
MEDIUM
maintainer ilovemikael
11 votes
scanned 2026-08-30 19:44:01.063593
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
4
pkgname=systray-x-git
5
_pkgname=systray-x
6
pkgver=0.8.0.r0.g0257ad1
7
pkgrel=1
8
pkgdesc="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."
9
arch=('any')
10
url="https://github.com/Ximi1970/systray-x"
11
license=('MPL2')
12
groups=(internet)
13
depends=(zip gcc glibc hicolor-icon-theme knotifications libx11 qt5-base thunderbird)
14
makedepends=('git')
15
provides=('systray-x-git')
16
conflicts=('systray-x')
17
source=("git+https://github.com/Ximi1970/systray-x.git")
18
md5sums=('SKIP')
19
20
pkgver() {
21
cd "$_pkgname"
22
git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
23
}
24
25
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-08-30 19:44:01 | Medium | 1 |
| 2026-06-18 16:11:54 | Clean | 0 |