git » spotify-qt.git » commit 59f33ef

v0.14-2

author kraxarn
2020-03-06 10:15:43 UTC
committer kraxarn
2020-03-06 10:15:43 UTC
parent b8c1eceae834363b021ca2d02828514b7ef0a486

v0.14-2

fixed not installing scalable svg icon

.SRCINFO +1 -1
PKGBUILD +2 -1

diff --git a/.SRCINFO b/.SRCINFO
index f18919b..fa62c59 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 68b837d..cd52caa 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