# Maintainer: Daniel Langbein _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 depends on base (otherwise "holo apply" may fail on initial system installation) and git (git-diff) 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 }