diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2016-04-09 15:43:53 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-04-10 06:19:19 +0700 |
commit | 411b840709f7e96afcfcc130f6d10204d34b83b4 (patch) | |
tree | da5f5e07f915592f5d8eb64ff8d42d46a8a6d910 /graphics/darktable/darktable.SlackBuild | |
parent | 49aaf075ed0582894a677ee20e52ef2883671f84 (diff) | |
download | slackbuilds-411b840709f7e96afcfcc130f6d10204d34b83b4.tar.gz |
graphics/darktable: Updated for version 2.0.3.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'graphics/darktable/darktable.SlackBuild')
-rw-r--r-- | graphics/darktable/darktable.SlackBuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/graphics/darktable/darktable.SlackBuild b/graphics/darktable/darktable.SlackBuild index 499bda0131..93f9d96148 100644 --- a/graphics/darktable/darktable.SlackBuild +++ b/graphics/darktable/darktable.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=darktable -VERSION=${VERSION:-2.0.1} +VERSION=${VERSION:-2.0.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -68,10 +68,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -# Fix build with gcc-5.3.0 -# http://redmine.darktable.org/issues/10931 -patch -p1 < $CWD/8b1bb5fbb108be341f8313da47be48470c0501ec.patch - mkdir -p build cd build cmake \ |