diff options
author | B. Watson <yalhcru@gmail.com> | 2017-03-21 15:06:13 -0400 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-25 13:29:10 +0000 |
commit | 9df8250ab3685fb49cecedb4f87d6a177b5d0ba2 (patch) | |
tree | f0c6274bec31f9f8f0ed24a0cdc192e35785fa74 /office/JabRef | |
parent | b5e43e34c103d31311829742629e43cf08ffc594 (diff) |
office/JabRef: Allow VERSION override, validate .desktop.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'office/JabRef')
-rw-r--r-- | office/JabRef/JabRef.SlackBuild | 2 | ||||
-rw-r--r-- | office/JabRef/JabRef.desktop | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/office/JabRef/JabRef.SlackBuild b/office/JabRef/JabRef.SlackBuild index 550a2fd50e34..a71b3adf8a1f 100644 --- a/office/JabRef/JabRef.SlackBuild +++ b/office/JabRef/JabRef.SlackBuild @@ -26,7 +26,7 @@ # This script is just a binary repackaging. PRGNAM=JabRef -VERSION=2.9.2 +VERSION=${VERSION:-2.9.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} ARCH=${ARCH:-noarch} diff --git a/office/JabRef/JabRef.desktop b/office/JabRef/JabRef.desktop index 6ffd2566bb0d..7e024ed17a61 100644 --- a/office/JabRef/JabRef.desktop +++ b/office/JabRef/JabRef.desktop @@ -3,7 +3,6 @@ Type=Application Exec=JabRef Name=JabRef GenericName=JabRef -Comment=JabRef Icon=JabRef StartupNotify=true Categories=Office; |