diff options
author | envolution | 2024-12-02 15:43:33 -0500 |
---|---|---|
committer | envolution | 2024-12-02 15:43:33 -0500 |
commit | bfd6db49d1aa05f447ba6656354659277e76e3e7 (patch) | |
tree | c6f3397c4746c12ab41309ba9b8cc04b422ef44e | |
parent | 96c2daa60ec86cdf954bd4adaf16af55e2e1b04f (diff) | |
download | aur-bfd6db49d1aa05f447ba6656354659277e76e3e7.tar.gz |
try to place svg icons
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 2 deletions
@@ -1,7 +1,7 @@ pkgbase = stremio-git pkgdesc = The next generation media center pkgver = 4.4.168.qt6+r851+gf16a7b177 - pkgrel = 1 + pkgrel = 2 url = https://www.stremio.com arch = x86_64 license = MIT @@ -4,7 +4,7 @@ _pkgname=stremio pkgname=${_pkgname}-git pkgver=4.4.168.qt6+r851+gf16a7b177 -pkgrel=1 +pkgrel=2 pkgdesc="The next generation media center" arch=('x86_64') url="https://www.stremio.com" @@ -52,5 +52,9 @@ package() { install -dm755 "${pkgdir}/usr/bin" ln -s /opt/stremio/stremio "$pkgdir/usr/bin/stremio" install -Dm644 "${pkgdir}/opt/stremio/smartcode-stremio.desktop" "${pkgdir}/usr/share/applications/smartcode-stremio.desktop" + install -Dm644 "images/stremio.svg" "${pkgdir}/usr/share/icons/hicolor/scalable/apps/stremio.svg" + install -Dm644 "images/stremio.svg" "${pkgdir}/usr/share/icons/hicolor/scalable/apps/smartcode-stremio.svg" + install -Dm644 "images/stremio_tray_black.svg" "${pkgdir}/usr/share/icons/hicolor/scalable/status/stremio_tray_black.svg" + install -Dm644 "images/stremio_tray_white.svg" "${pkgdir}/usr/share/icons/hicolor/scalable/status/stremio_tray_white.svg" } # vim:set ts=2 sw=2 et: |