summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeiko Nickerl2018-08-22 18:41:50 +0200
committerHeiko Nickerl2018-08-22 18:41:50 +0200
commita5fe986c83e6fc02d44af59dc6d49a5359196ce5 (patch)
tree2de37538f2c66d83991f41da330d747cda954742
parent2319b4225744188383fa8805813a2d1d85ecb398 (diff)
downloadaur-a5fe986c83e6fc02d44af59dc6d49a5359196ce5.tar.gz
Fix comments in desktop file
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--jes.desktop30
3 files changed, 22 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 846f252d287a..1e4c351c9efd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = jes
pkgdesc = A java-based tool for german cash method of accounting (Einnahmen-Überschuss-Rechnung)
pkgver = 2.01.15
- pkgrel = 1
+ pkgrel = 2
url = http://www.jes-eur.de
arch = any
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index 1b65ca9fe4ae..11ab4cbe54e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christoph Steinacker <archologist.linuxATgooglemailDOTcom>
pkgname=jes
pkgver=2.01.15
-pkgrel=1
+pkgrel=2
pkgdesc="A java-based tool for german cash method of accounting (Einnahmen-Überschuss-Rechnung)"
arch=('any')
url="http://www.jes-eur.de"
diff --git a/jes.desktop b/jes.desktop
index 104ef9b9eaf0..04649dead548 100644
--- a/jes.desktop
+++ b/jes.desktop
@@ -1,11 +1,21 @@
[Desktop Entry]
-Type=Application # Indicates the type as listed above
-Version=1.0 # The version of the desktop entry specification to which this file complies
-Name=Jes # The name of the application
-Name[de]=Jes # The name of the application
-Comment=Accountig tool # A comment which can/will be used as a tooltip
-Comment[de]=Einnahme-Überschuss-Rechnung # A comment which can/will be used as a tooltip
-Exec=jes # The executable of the application.
-Icon=jes # The name of the icon that will be used to display this entry
-Terminal=false # Describes whether this application needs to be run in a terminal or not
-Categories=Office # Describes the categories in which this entry should be shown
+# Indicates the type as listed above
+Type=Application
+# The version of the desktop entry specification to which this file complies
+Version=1.0
+# The name of the application
+Name=Jes
+# The name of the application
+Name[de]=Jes
+# A comment which can/will be used as a tooltip
+Comment=Accountig tool
+# A comment which can/will be used as a tooltip
+Comment[de]=Einnahme-Überschuss-Rechnung
+# The executable of the application.
+Exec=jes
+# The name of the icon that will be used to display this entry
+Icon=jes
+# Describes whether this application needs to be run in a terminal or not
+Terminal=false
+# Describes the categories in which this entry should be shown
+Categories=Office