Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages /
signal-desktop
Commits:
f7ce4d97 by Christian Heusel at 2026-03-05T18:38:44+01:00
upgpkg: 8.1.0-2: Drop colors from .install file
- - - - -
3 changed files:
- .SRCINFO
- PKGBUILD
- signal-desktop.install
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = signal-desktop
pkgdesc = Signal Private Messenger for Linux
pkgver = 8.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://signal.org
install = signal-desktop.install
arch = x86_64
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
pkgname=signal-desktop
_pkgname=Signal-Desktop
pkgver=8.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Signal Private Messenger for Linux"
license=('AGPL-3.0-only')
arch=('x86_64')
=====================================
signal-desktop.install
=====================================
@@ -1,19 +1,5 @@
-# Colored makepkg-like functions
-msg_blue() {
- printf "${blue}==>${bold} $1${all_off}\n"
-}
-
-note() {
- printf "${blue}==>${yellow} NOTE:${bold} $1${all_off}\n"
-}
-
-all_off="$(tput sgr0)"
-bold="${all_off}$(tput bold)"
-blue="${bold}$(tput setaf 4)"
-yellow="${bold}$(tput setaf 3)"
-
post_install() {
- note "Custom flags should be put directly in:
~/.config/signal-desktop-flags.conf"
+ echo "==> NOTE: Custom flags should be put directly in:
~/.config/signal-desktop-flags.conf"
}
post_upgrade() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/signal-desktop/-/commit/f7ce4d9714689446c459ff9c6475bcdaa0ab7903
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/signal-desktop/-/commit/f7ce4d9714689446c459ff9c6475bcdaa0ab7903
You're receiving this email because of your account on gitlab.archlinux.org.