summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYoshi28892016-08-11 01:13:52 +0200
committerYoshi28892016-08-11 01:13:52 +0200
commitd385a1bcc9f39f022d4f920b1c1720e461fe9512 (patch)
tree11ace6d4ea9c4b50dc835d711898f9690c2729b8
parent20fbfd46592d12025ea134a6d0497f812fb69476 (diff)
downloadaur-d385a1bcc9f39f022d4f920b1c1720e461fe9512.tar.gz
Fix the .desktop file
Signed-off-by: Yoshi2889 <rick.2889@gmail.com>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c2f19558438..297902a4048f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Aug 10 22:36:17 UTC 2016
+# Wed Aug 10 23:13:36 UTC 2016
pkgbase = soundnode-git
pkgdesc = Soundcloud client for the desktop
pkgver = r774.3175946
- pkgrel = 1
+ pkgrel = 2
url = http://www.soundnodeapp.com/
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index daa0aba65222..85d6f5bdf94a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rick Kerkhof <rick.2889@gmail.com>
pkgname=soundnode-git
pkgver=r774.3175946
-pkgrel=1
+pkgrel=2
pkgdesc="Soundcloud client for the desktop"
arch=('x86_64' 'i686')
url="http://www.soundnodeapp.com/"
@@ -26,6 +26,7 @@ pkgver() {
build() {
cd soundnode-app
+ sed -i -e "s/\/usr\/share\/soundnode\/Soundnode/\/opt\/soundnode-git\/soundnode/g" fpm/soundnode.desktop
make build
}
@@ -34,6 +35,7 @@ package() {
install -dm755 "$pkgdir"/usr/bin
install -dm755 "$pkgdir"/opt/
install -dm755 "$pkgdir"/usr/share/applications/
+
install -Dm644 "$srcdir"/soundnode-app/fpm/soundnode.desktop "$pkgdir"/usr/share/applications/
if [ -d "$srcdir"/build ]; then