summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Laurie von Massenbach2017-09-04 17:54:13 +0100
committerFelix Laurie von Massenbach2017-09-04 17:54:13 +0100
commit43e64ab3c4f626886310ad7a7ba53c91498ae802 (patch)
tree51d223ddce9acc2102fdd63646ac17c61e5dca1b
parent1e753155822950e82929ce41ee812a207c2cc3bd (diff)
downloadaur-43e64ab3c4f626886310ad7a7ba53c91498ae802.tar.gz
Fix desktop file by pregenerating it
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD13
-rw-r--r--inky.desktop10
3 files changed, 20 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71e908d81401..fb7340abfd52 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,18 @@
# Generated by mksrcinfo v8
-# Thu Aug 31 11:07:51 UTC 2017
+# Mon Sep 4 16:53:48 UTC 2017
pkgbase = inky
pkgdesc = Editor for ink: inkle's narrative scripting language
pkgver = 0.8.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.inklestudios.com/ink
arch = x86_64
license = MIT
- makedepends = gendesk
source = inky-0.8.0.zip::https://github.com/inkle/inky/releases/download/0.8.0/Inky_linux.zip
source = inky-0.8.0.png::https://github.com/inkle/inky/raw/0.8.0/resources/Icon1024.png
+ source = inky.desktop
md5sums = 7cba44271a35f7fdaaf00a646f7f613a
md5sums = 743b9bb1d15ce07cd533173992f7122d
+ md5sums = 02de8e4c441aff1ae9c0669f91d7aa5e
pkgname = inky
diff --git a/PKGBUILD b/PKGBUILD
index 69f56698a452..9a75fea77fca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,21 @@
# Maintainer: Felix Laurie von Massenbach <felix@erbridge.co.uk>
pkgname=inky
pkgver=0.8.0
-pkgrel=1
+pkgrel=2
pkgdesc="Editor for ink: inkle's narrative scripting language"
arch=('x86_64')
url="http://www.inklestudios.com/ink"
license=('MIT')
-makedepends=('gendesk')
source=("${pkgname}-${pkgver}.zip::https://github.com/inkle/inky/releases/download/${pkgver}/Inky_linux.zip"
- "${pkgname}-${pkgver}.png::https://github.com/inkle/inky/raw/${pkgver}/resources/Icon1024.png")
+ "${pkgname}-${pkgver}.png::https://github.com/inkle/inky/raw/${pkgver}/resources/Icon1024.png"
+ "${pkgname}.desktop")
md5sums=('7cba44271a35f7fdaaf00a646f7f613a'
- '743b9bb1d15ce07cd533173992f7122d')
+ '743b9bb1d15ce07cd533173992f7122d'
+ '02de8e4c441aff1ae9c0669f91d7aa5e')
package() {
- gendesk -f --pkgname "${pkgname}" --pkgdesc "${pkgdesc}"
-
install -D -m644 "${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
- install -D -m644 "${pkgname}.png" "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
+ install -D -m644 "${pkgname}-${pkgver}.png" "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
install -d -m755 "${pkgdir}/usr/share/${pkgname}"
diff --git a/inky.desktop b/inky.desktop
new file mode 100644
index 000000000000..7bb2fa0787cf
--- /dev/null
+++ b/inky.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Encoding=UTF-8
+Type=Application
+Name=Inky
+Comment=Editor for ink: inkle's narrative scripting language
+Exec=inky
+Icon=inky
+Terminal=false
+StartupNotify=false
+Categories=Application;Development;TextEditor;