diff options
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 d7687a86c1a7d..650876456dd5d 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} |