Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
systray-x


Commits:
f6531a12 by Robin Candau at 2024-09-15T23:43:38+02:00
Update pkgdesc

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,5 +1,5 @@
 pkgbase = systray-x
-       pkgdesc = A system tray extension for Thunderbird 68+ (for X)
+       pkgdesc = A system tray extension for Thunderbird
        pkgver = 0.9.10
        pkgrel = 1
        url = https://github.com/Ximi1970/systray-x
@@ -19,13 +19,13 @@ pkgbase = systray-x
        sha256sums = 
dac5b7a4a1ad38ed9429d40636b59cb6932d6c7afd20e50609a73e2ff260316a
 
 pkgname = systray-x-common
-       pkgdesc = A system tray extension for Thunderbird 68+ (for X) - Common 
version
+       pkgdesc = A system tray extension for Thunderbird - Common version
        optdepends = gnome-shell-extension-appindicator: Gnome integration
        provides = systray-x
        conflicts = systray-x
 
 pkgname = systray-x-kde
-       pkgdesc = A system tray extension for Thunderbird 68+ (for X) - KDE 
version
+       pkgdesc = A system tray extension for Thunderbird - KDE version
        depends = kstatusnotifieritem
        provides = systray-x
        conflicts = systray-x


=====================================
PKGBUILD
=====================================
@@ -5,9 +5,9 @@ _pkgbase=SysTray-X
 pkgname=('systray-x-common' 'systray-x-kde')
 pkgver=0.9.10
 pkgrel=1
-pkgdesc="A system tray extension for Thunderbird 68+ (for X)"
-arch=('x86_64')
+pkgdesc="A system tray extension for Thunderbird"
 url="https://github.com/Ximi1970/systray-x";
+arch=('x86_64')
 license=('MPL-2.0')
 depends=('qt6-base' 'qt6-wayland' 'thunderbird')
 makedepends=('git' 'zip' 'unzip' 'libx11' 'kstatusnotifieritem')
@@ -19,11 +19,11 @@ 
sha256sums=('7a9bc146f341288b0b41e65d56190dcead694681b1bed25ad36a35768abf3029'
 prepare() {
        cd "${pkgbase}-${pkgver}"
        
-       # Input the correct path to the binary in the json file
+       # Add the correct path to the binary in the json file
        sed -i 's/\/path\/to\/native-messaging\/app/\/usr\/bin/g' 
"app/${_pkgbase//-/_}.json"
 
-       # Patch the Makefile to build both binaries into a separated directory
-       patch -Np1 <"${srcdir}"/Makefile.patch
+       # Patch the Makefile to build both binaries into separate directories
+       patch -Np1 < "${srcdir}"/Makefile.patch
 }
 
 _build() {
@@ -41,7 +41,7 @@ build() {
 }
 
 package_systray-x-common() {
-pkgdesc="A system tray extension for Thunderbird 68+ (for X) - Common version"
+pkgdesc="A system tray extension for Thunderbird - 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 68+ (for X) - KDE version"
+pkgdesc="A system tray extension for Thunderbird - KDE version"
 depends=('kstatusnotifieritem')
 provides=("${pkgbase}")
 conflicts=("${pkgbase}")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/systray-x/-/commit/f6531a1233b86d46deb66055d0c588dc10e29c4c

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/systray-x/-/commit/f6531a1233b86d46deb66055d0c588dc10e29c4c
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to