summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortheRealPadster2022-04-23 20:10:32 -0400
committertheRealPadster2022-04-23 20:10:32 -0400
commit2b45a55bfb4e3f1808b0012ae2bce606fbdc503a (patch)
tree742253cf76d9f3909fd7ca8d391ed6914ee9d53f /PKGBUILD
parent2ff3f4b27aefbe83dad6088f063bfd368837e7c2 (diff)
downloadaur-2b45a55bfb4e3f1808b0012ae2bce606fbdc503a.tar.gz
Fix the icon
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9884d2774cb6..6c83189d2693 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=spotify-edge
pkgver=1.1.83.954
_commit=gd226dfe8
-pkgrel=1
+pkgrel=2
pkgdesc='A proprietary music streaming service. Edge version.'
arch=('x86_64')
url='https://www.spotify.com'
@@ -50,6 +50,9 @@ package() {
# Enable spotify to open URLs from the webapp
sed -i 's/^Exec=.*/Exec=spotify --uri=%U/' "${pkgdir}"/opt/spotify/spotify.desktop
+ # Fix the icon
+ sed -i 's/^Icon=.*/Icon=spotify-client/' "${pkgdir}"/opt/spotify/spotify.desktop
+
# Desktop Entry
install -Dm644 "${pkgdir}"/opt/spotify/spotify.desktop "${pkgdir}"/usr/share/applications/spotify.desktop