arch/pkg/de-p1st-signal-desktop/PKGBUILD
2021-07-12 11:13:14 +02:00

24 lines
848 B
Bash

# Maintainer: Daniel Langbein <daniel@systemli.org>
_pkgname=signal-desktop
_reponame=arch
pkgname="de-p1st-$_pkgname"
pkgver=0.0.3
pkgrel=1
pkgdesc="Signal Desktop with modified .desktop entry to start minimized in system tray"
arch=('any')
url="https://codeberg.org/privacy1st/${_reponame}"
license=('MIT')
install='.install'
depends=('signal-desktop')
depends+=('holo' 'git' 'base') # holo and its dependencies: git because of git-diff; without base "holo apply" may fail on initial system installation
makedepends=('git')
source=("git+${url}.git")
sha256sums=('SKIP')
package() {
cd "${_reponame}/pkg/${pkgname}"
# Holo files script do change the "Exec=" line of the .desktop file
install -Dm0544 signal-desktop.desktop.holoscript "$pkgdir"/usr/share/holo/files/20-"$pkgname"/usr/share/applications/signal-desktop.desktop.holoscript
}