mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/tkcvs: Allow VERSION override.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
c53c292f7a
commit
7694dc147c
3 changed files with 5 additions and 7 deletions
|
@ -25,7 +25,7 @@
|
|||
# Slightly modified by the SlackBuilds project
|
||||
|
||||
PRGNAM=tkcvs
|
||||
VERSION=8.2.1
|
||||
VERSION=${VERSION:-8.2.1}
|
||||
ARCH=noarch
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -3,9 +3,8 @@ Name=tkcvs
|
|||
Comment=Graphical Interface to CVS and Subversion
|
||||
Exec=tkcvs
|
||||
TryExec=tkcvs
|
||||
Icon=tkcvs.png
|
||||
Icon=tkcvs
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Application;Development;
|
||||
Categories=Development;
|
||||
StartupNotify=false
|
||||
Encoding=UTF-8
|
||||
|
|
|
@ -3,9 +3,8 @@ Name=tkdiff
|
|||
Comment=Graphical Interface to the standard Unix 'diff' utility
|
||||
Exec=tkdiff
|
||||
TryExec=tkdiff
|
||||
Icon=tkdiff.png
|
||||
Icon=tkdiff
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Application;Development;
|
||||
Categories=Development;
|
||||
StartupNotify=false
|
||||
Encoding=UTF-8
|
||||
|
|
Loading…
Reference in a new issue