summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorenvolution2024-12-02 15:43:33 -0500
committerenvolution2024-12-02 15:43:33 -0500
commitbfd6db49d1aa05f447ba6656354659277e76e3e7 (patch)
treec6f3397c4746c12ab41309ba9b8cc04b422ef44e
parent96c2daa60ec86cdf954bd4adaf16af55e2e1b04f (diff)
downloadaur-bfd6db49d1aa05f447ba6656354659277e76e3e7.tar.gz
try to place svg icons
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ae5a372e95c..6f38fa8d561c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 05714bd80c1f..e0ef6b2641a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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: