summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkraxarn2020-03-06 11:15:43 +0100
committerkraxarn2020-03-06 11:15:43 +0100
commit59f33efd0a927d71d8af9e7f780aee900f19c8c1 (patch)
tree6b958a6c8b8ae4cbb38efc49711ca6595b283035
parentb8c1eceae834363b021ca2d02828514b7ef0a486 (diff)
downloadaur-59f33efd0a927d71d8af9e7f780aee900f19c8c1.tar.gz
v0.14-2
fixed not installing scalable svg icon
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f18919b8fd34..fa62c5965ae9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = spotify-qt
pkgdesc = Work-in-progress Spotify client using Qt
pkgver = 0.14
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/kraxarn/spotify-qt
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 68b837d8da79..cd52caa3996d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=spotify-qt
pkgver=0.14
-pkgrel=1
+pkgrel=2
pkgdesc="Work-in-progress Spotify client using Qt"
arch=(x86_64)
url="https://github.com/kraxarn/spotify-qt"
@@ -29,6 +29,7 @@ package() {
do
install -Dm644 "res/app/${size}.png" "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/spotify-qt.png"
done
+ install -Dm644 "res/logo/spotify-qt.svg" "${pkgdir}/usr/share/icons/hicolor/scalable/apps/spotify-qt.svg"
# Install desktop shortcut
install -Dm644 "res/app/spotify-qt.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
} \ No newline at end of file