testing/psst: install icons and desktop file

This commit is contained in:
Bart Ribbers 2024-08-08 21:40:05 +02:00
parent dc30b417f8
commit 476cf08009

View File

@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=psst
pkgver=0_git20240526
pkgrel=0
pkgrel=1
_commit="a492c33e5d314b40ef7c6ed6634e4fbe4857a8ad"
pkgdesc="Fast and multi-platform Spotify client with native GUI"
url="https://github.com/jpochyla/psst"
@ -39,6 +39,15 @@ check() {
package() {
install -Dm755 target/release/psst-gui "$pkgdir"/usr/bin/psst-gui
install -Dm755 target/release/psst-cli "$pkgdir"/usr/bin/psst-cli
install -Dm644 psst-gui/assets/logo_512.png "$pkgdir"/usr/share/icons/hicolor/512x512/apps/psst.png
install -Dm644 psst-gui/assets/logo_256.png "$pkgdir"/usr/share/icons/hicolor/256x256/apps/psst.png
install -Dm644 psst-gui/assets/logo_128.png "$pkgdir"/usr/share/icons/hicolor/128x128/apps/psst.png
install -Dm644 psst-gui/assets/logo_64.png "$pkgdir"/usr/share/icons/hicolor/64x64/apps/psst.png
install -Dm644 psst-gui/assets/logo_32.png "$pkgdir"/usr/share/icons/hicolor/32x32/apps/psst.png
install -Dm644 psst-gui/assets/logo.svg "$pkgdir"/usr/share/icons/hicolor/scalable/apps/psst.svg
install -Dm644 .pkg/psst.desktop -t "$pkgdir"/usr/share/applications/
}
sha512sums="