diff options
author | Panagiotis Nikolaou <hostmaster@slackonly.com> | 2017-05-26 06:56:44 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-05-27 07:31:04 +0700 |
commit | 274f40922bbfc8239f6851079c2e0936000d7c7a (patch) | |
tree | f5b4ea0f63135e2a00703ee6c7a7a57625d3bf0c /graphics/rawtherapee/rawtherapee.SlackBuild | |
parent | a2830c26f5b460ec2e6b3ea0a8614aab4cb02ea0 (diff) | |
download | slackbuilds-274f40922bbfc8239f6851079c2e0936000d7c7a.tar.gz |
graphics/rawtherapee: Updated for version 5.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/rawtherapee/rawtherapee.SlackBuild')
-rw-r--r-- | graphics/rawtherapee/rawtherapee.SlackBuild | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/graphics/rawtherapee/rawtherapee.SlackBuild b/graphics/rawtherapee/rawtherapee.SlackBuild index d7687a86c1..650876456d 100644 --- a/graphics/rawtherapee/rawtherapee.SlackBuild +++ b/graphics/rawtherapee/rawtherapee.SlackBuild @@ -23,13 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=rawtherapee -VER=${VER:-5.0.r1} -if [ "${GTK2:-no}" == "yes" ]; then - OPT1=gtk2 -else - OPT2=gtk3 -fi -VERSION=$VER.$OPT1$OPT2 +VERSION=${VERSION:-5.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |