commit 79436836022dcaafa0069eb8cbd42d41848688de
parent ce0409acf81498db77df12fafd8f58091fa90ce1
Author: Leah (ctucx) <leah@ctu.cx>
Date: Sun, 24 Jan 2021 18:45:39 +0100
parent ce0409acf81498db77df12fafd8f58091fa90ce1
Author: Leah (ctucx) <leah@ctu.cx>
Date: Sun, 24 Jan 2021 18:45:39 +0100
schildichat-web: add new notification sound
3 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/schildichat-web/APKBUILD b/schildichat-web/APKBUILD @@ -2,13 +2,15 @@ # Maintainer: Leah (ctucx) <leah@ctu.cx> pkgname=schildichat-web pkgver=1.7.17 -pkgrel=1 +pkgrel=2 pkgdesc="SchildiChat is a Matrix client based on Element with a more traditional instant messaging experience." url="https://schildi.chat/" arch="noarch" options="!check" license="Apache-2.0" -source="https://github.com/SchildiChat/schildichat-desktop/releases/download/v$pkgver-sc1/schildichat-web-$pkgver-sc1.tar.gz" +source="https://github.com/SchildiChat/schildichat-desktop/releases/download/v$pkgver-sc1/schildichat-web-$pkgver-sc1.tar.gz + message.mp3 + message.ogg" builddir="$srcdir/schildichat-web-$pkgver-sc1" build() { @@ -23,6 +25,10 @@ package() { "$pkgdir"/etc/schildichat-web ln -sf /etc/schildichat-web/config.json \ "$pkgdir"/usr/share/webapps/schildichat-web/config.json + cp "${srcdir}/message.mp3" "$pkgdir"/usr/share/webapps/schildichat-web/media + cp "${srcdir}/message.ogg" "$pkgdir"/usr/share/webapps/schildichat-web/media } -sha512sums="5c30d3184cf8a26e8f649185493da8cac7642a997c5a4bf157aa1ce35533638c0e85467a8a21c187fbcf7993ee219cba9e8df4a56b4faffe2ef143b6839377fe schildichat-web-1.7.17-sc1.tar.gz" +sha512sums="5c30d3184cf8a26e8f649185493da8cac7642a997c5a4bf157aa1ce35533638c0e85467a8a21c187fbcf7993ee219cba9e8df4a56b4faffe2ef143b6839377fe schildichat-web-1.7.17-sc1.tar.gz +5479e27fa9b283c14ddb13db6a485a729fcdaaac51f8056a8a9333b2e70d28fba2ae3386ec756885141848ecf1c0ee1eec5e15b5589b7ce1c70a7f78336db3a1 message.mp3 +1f8f908b2c1c4c6b9c20dce1e92483d091fcf6f2fa9e7612792a56c7cb1084d2d24b08a2944632a9ec63e71b5cae1c77547a22b43ee67d87a70c5839e121ed56 message.ogg"
diff --git a/schildichat-web/message.mp3 b/schildichat-web/message.mp3 Binary files differ.
diff --git a/schildichat-web/message.ogg b/schildichat-web/message.ogg Binary files differ.