Robin Candau pushed to branch main at Arch Linux / Packaging / Packages /
systray-x
Commits:
977987e6 by Robin Candau at 2024-11-04T20:21:18+01:00
upgpkg: 0.9.10-2: Style changes in PKGBUILD
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = systray-x
pkgdesc = A system tray extension for Thunderbird
pkgver = 0.9.10
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Ximi1970/systray-x
arch = x86_64
license = MPL-2.0
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@ pkgbase=systray-x
_pkgbase=SysTray-X
pkgname=('systray-x-common' 'systray-x-kde')
pkgver=0.9.10
-pkgrel=1
+pkgrel=2
pkgdesc="A system tray extension for Thunderbird"
url="https://github.com/Ximi1970/systray-x"
arch=('x86_64')
@@ -41,7 +41,7 @@ build() {
}
package_systray-x-common() {
-pkgdesc="A system tray extension for Thunderbird - Common version"
+pkgdesc="${pkgdesc} - Common version"
optdepends=('gnome-shell-extension-appindicator: Gnome integration')
provides=("${pkgbase}")
conflicts=("${pkgbase}")
@@ -54,7 +54,7 @@ conflicts=("${pkgbase}")
}
package_systray-x-kde() {
-pkgdesc="A system tray extension for Thunderbird - KDE version"
+pkgdesc="${pkgdesc} - KDE version"
depends=('kstatusnotifieritem')
provides=("${pkgbase}")
conflicts=("${pkgbase}")
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/systray-x/-/commit/977987e6856201c9a220f8dec1c43defeff72a3f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/systray-x/-/commit/977987e6856201c9a220f8dec1c43defeff72a3f
You're receiving this email because of your account on gitlab.archlinux.org.