summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Allred2019-03-26 22:43:17 -0500
committerBrian Allred2019-03-26 22:43:17 -0500
commit89e1640b8b8a7429bfbde089714ec393f8cf5008 (patch)
treea85851c264b09830199e2d82b0923a2666338bb0
parentb7fc86ca440e1d010561228a2e9c4e566a0dfa82 (diff)
downloadaur-89e1640b8b8a7429bfbde089714ec393f8cf5008.tar.gz
Hopefully fix dock icon issue.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
-rw-r--r--gpmdp.desktop2
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0a1e4a8c55e..417ca2963d28 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Jul 14 14:01:03 UTC 2018
+# Wed Mar 27 03:40:40 UTC 2019
pkgbase = gpmdp
pkgdesc = A beautiful cross platform Desktop Player for Google Play Music. Stable release.
pkgver = 4.6.1
- pkgrel = 1
+ pkgrel = 2
url = http://www.googleplaymusicdesktopplayer.com
install = gpmdp.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index c2a5db813ea8..ed17cf290abd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gpmdp
pkgver=4.6.1
-pkgrel=1
+pkgrel=2
pkgdesc="A beautiful cross platform Desktop Player for Google Play Music. Stable release."
arch=('i686' 'x86_64')
url="http://www.googleplaymusicdesktopplayer.com"
@@ -18,12 +18,12 @@ case $CARCH in
'x86_64')
_arch='amd64'
md5sums=('aca6d73ddfed0f4256176163b0139578'
- '66bc0423e793af7b8ca75b9b175a42c8')
+ 'b776561dd313eb1ded6356247cfffa89')
;;
'i686')
_arch='i386'
md5sums=('d72cae1e1b4a9fa9036de01b26c0cc20'
- '66bc0423e793af7b8ca75b9b175a42c8')
+ 'b776561dd313eb1ded6356247cfffa89')
;;
esac
diff --git a/gpmdp.desktop b/gpmdp.desktop
index 557c14e21596..00a3541f163c 100644
--- a/gpmdp.desktop
+++ b/gpmdp.desktop
@@ -2,7 +2,7 @@
Name=Google Play Music Desktop Player
Comment=An electron wrapper for Google Play Music
GenericName=Google Play Music Desktop Player
-Exec=gpmdp %U
+Exec=env XDG_CURRENT_DESKTOP=Unity gpmdp %U
Icon=gpmdp
Type=Application
StartupNotify=true