summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBuildTools2016-06-15 22:35:39 +0200
committerBuildTools2016-06-15 22:35:39 +0200
commitb2cf7e2ad6145ee37c9e799f4aa78d42b50baa4b (patch)
tree55392131aff9b1232bfd54a80f6a9713577c1451
parent7d193e962d3ddadc76b49997af27ec507716fa1c (diff)
downloadaur-horizon-launcher-git.tar.gz
Updated to let the .desktop entry use the new icon location
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a93ef6051079..b559255e2fa3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = horizon-launcher-git
pkgdesc = A customizable, cross-platform and open-source launcher for launching all your games on Steam and other gaming services
- pkgver = r818.8f781d0
+ pkgver = r822.e4157b9
pkgrel = 1
url = http://launchhorizon.com
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 79601e854453..bbea0c39cc78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: PureTryOut
pkgname=horizon-launcher-git
-pkgver=r818.8f781d0
+pkgver=r822.e4157b9
pkgrel=1
epoch=
pkgdesc="A customizable, cross-platform and open-source launcher for launching all your games on Steam and other gaming services"
@@ -52,7 +52,6 @@ package() {
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
# .desktop file and icon
- install -Dm644 "$srcdir/horizon-launcher.desktop" "$pkgdir"/usr/share/applications/horizon-launcher.desktop
- #Broken, since there is no image available anymore in the repo
- #install -Dm644 Resource/Icons/Horizon.svg "$pkgdir"/usr/share/icons/hicolor/scalable/apps/horizon.svg
+ install -Dm644 "$srcdir/horizon-launcher.desktop" "$pkgdir"/usr/share/applications/horizon-launcher.desktop
+ install -Dm644 res/icon/Horizon.svg "$pkgdir"/usr/share/icons/hicolor/scalable/apps/horizon.svg
}