summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortheRealPadster2022-04-23 20:10:32 -0400
committertheRealPadster2022-04-23 20:10:32 -0400
commit2b45a55bfb4e3f1808b0012ae2bce606fbdc503a (patch)
tree742253cf76d9f3909fd7ca8d391ed6914ee9d53f
parent2ff3f4b27aefbe83dad6088f063bfd368837e7c2 (diff)
downloadaur-2b45a55bfb4e3f1808b0012ae2bce606fbdc503a.tar.gz
Fix the icon
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD5
3 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00b427e2fa2c..5829a115c4d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = spotify-edge
pkgdesc = A proprietary music streaming service. Edge version.
pkgver = 1.1.83.954
- pkgrel = 1
+ pkgrel = 2
url = https://www.spotify.com
arch = x86_64
license = custom
diff --git a/.gitignore b/.gitignore
index eec7f6a68c26..65f3fda0e535 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,5 @@ src/
pkg/
*.pkg.tar.zst
*.snap
+spotify/
+authy/
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