arch/pkg/de-p1st-signal-desktop/PKGBUILD

24 lines
834 B
Bash
Raw Normal View History

2021-07-04 11:28:35 +02:00
# Maintainer: Daniel Langbein <daniel@systemli.org>
_pkgname=signal-desktop
_reponame=arch
pkgname="de-p1st-$_pkgname"
2021-07-12 11:13:14 +02:00
pkgver=0.0.3
2021-07-04 11:28:35 +02:00
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')
2022-04-15 15:43:21 +02:00
depends+=('holo' 'git' 'base') # holo depends on base (otherwise "holo apply" may fail on initial system installation) and git (git-diff)
2021-07-04 11:28:35 +02:00
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
2021-07-04 11:28:35 +02:00
}