Initial commit
This commit is contained in:
commit
65a73f5d41
9 changed files with 274 additions and 0 deletions
33
PKGBUILD
Normal file
33
PKGBUILD
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
# Maintainer: Christian Schendel <doppelhelix@gmail.com>
|
||||
pkgname=signal-monochrome-tray
|
||||
pkgver=0.3.5
|
||||
pkgrel=2
|
||||
pkgdesc="changes the tray icon of Signal to monochrome (dark theme only)"
|
||||
url="https://github.com/doppelhelix/signal-monochrome-tray-hook"
|
||||
arch=(any)
|
||||
license=(
|
||||
GPL-3.0-or-later
|
||||
)
|
||||
makedepends=(
|
||||
git
|
||||
)
|
||||
source=("$pkgname-$pkgver::git+$url.git#tag=v${pkgver}?signed")
|
||||
b2sums=('92053e0ec64b902c3c73b4da478c194a673ab143aae5146ffdc8b0adc3c66a3af2237086d3c642e9cf9ef85612a09d05b62157566bf4c4417dd6d5a8eb0a05eb')
|
||||
validpgpkeys=(
|
||||
'47D15FC0F6AD8433CD06B4DF5874D2437CD5BBB3' # Christian Schendel <doppelhelix@gmail.com>
|
||||
)
|
||||
package() {
|
||||
depends+=(
|
||||
bash
|
||||
asar
|
||||
librsvg
|
||||
papirus-icon-theme
|
||||
signal-desktop
|
||||
)
|
||||
cd "$pkgname-$pkgver"
|
||||
install -Dm0755 -t "$pkgdir/usr/share/libalpm/scripts/" signal-tray
|
||||
install -Dm0644 -t "$pkgdir/usr/share/libalpm/hooks/" signal-tray.hook
|
||||
install -Dm0644 -t "$pkgdir/usr/share/doc/$pkgname/" README.md
|
||||
}
|
||||
|
||||
# vim: set ft=sh ts=4 sw=4 et:
|
||||
Loading…
Add table
Add a link
Reference in a new issue