Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / systray-x
Commits: 6495e06e by Alexey Peschany at 2024-01-29T21:57:11+03:00 feat: move qt5-x11extras to runtime dependency - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = systray-x pkgdesc = A system tray extension for Thunderbird 68+ (for X) pkgver = 0.9.8 - pkgrel = 1 + pkgrel = 2 url = https://github.com/Ximi1970/systray-x arch = x86_64 license = MPL2 @@ -9,9 +9,9 @@ pkgbase = systray-x makedepends = zip makedepends = unzip makedepends = libx11 - makedepends = qt5-x11extras makedepends = knotifications5 depends = qt5-base + depends = qt5-x11extras depends = thunderbird source = systray-x-0.9.8.tar.gz::https://github.com/Ximi1970/systray-x/archive/0.9.8.tar.gz source = Makefile.patch ===================================== PKGBUILD ===================================== @@ -4,13 +4,13 @@ pkgbase=systray-x _pkgbase=SysTray-X pkgname=('systray-x-common' 'systray-x-kde') pkgver=0.9.8 -pkgrel=1 +pkgrel=2 pkgdesc="A system tray extension for Thunderbird 68+ (for X)" arch=('x86_64') url="https://github.com/Ximi1970/systray-x" license=('MPL2') -depends=('qt5-base' 'thunderbird') -makedepends=('git' 'zip' 'unzip' 'libx11' 'qt5-x11extras' 'knotifications5') +depends=('qt5-base' 'qt5-x11extras' 'thunderbird') +makedepends=('git' 'zip' 'unzip' 'libx11' 'knotifications5') source=("${pkgbase}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz" "Makefile.patch") sha256sums=('8d133da725438f205f2285fa4b587fda4310bd7787d513aa6f75a2fa4b3e73f3' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/systray-x/-/commit/6495e06e10f94f4e58c2c48b09ae83b1fabae51c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/systray-x/-/commit/6495e06e10f94f4e58c2c48b09ae83b1fabae51c You're receiving this email because of your account on gitlab.archlinux.org.