mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
office/JabRef: Allow VERSION override, validate .desktop.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
b5e43e34c1
commit
9df8250ab3
2 changed files with 1 additions and 2 deletions
|
@ -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}
|
||||
|
|
|
@ -3,7 +3,6 @@ Type=Application
|
|||
Exec=JabRef
|
||||
Name=JabRef
|
||||
GenericName=JabRef
|
||||
Comment=JabRef
|
||||
Icon=JabRef
|
||||
StartupNotify=true
|
||||
Categories=Office;
|
||||
|
|
Loading…
Reference in a new issue