diff options
author | Johannes Schoepfer <slackbuilds@schoepfer.info> | 2024-02-22 21:36:00 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-24 15:34:47 +0700 |
commit | ee785fc6777882cfb075542acec893cbe14e7da2 (patch) | |
tree | 34dad19a379c7d68a61af7e96453055ddb500856 /desktop/caja/caja.SlackBuild | |
parent | 43fb36f2caf8184c95a8f1ef41761ec4095803f2 (diff) |
desktop/caja: Updated for version 1.28.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/caja/caja.SlackBuild')
-rw-r--r-- | desktop/caja/caja.SlackBuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/desktop/caja/caja.SlackBuild b/desktop/caja/caja.SlackBuild index ab5e1f2e8c806..88f9d45f53941 100644 --- a/desktop/caja/caja.SlackBuild +++ b/desktop/caja/caja.SlackBuild @@ -2,9 +2,9 @@ # Slackware build script for caja -# Copyright 2013 Chess Griffin, Raleigh, NC -# Copyright 2013-2022 Willy Sudiarto Raharjo -# Copyright 2023 Johannes Schoepfer, Germany +# Copyright 2013 Chess Griffin, Raleigh, NC +# Copyright 2013-2022 Willy Sudiarto Raharjo +# Copyright 2023-2024 Johannes Schoepfer, Germany # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=caja -VERSION=${VERSION:-1.26.3} +VERSION=${VERSION:-1.28.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -96,6 +96,7 @@ CXXFLAGS="$SLKCFLAGS" \ --disable-static \ --enable-shared \ --libexecdir=/usr/lib${LIBDIRSUFFIX}/caja \ + --disable-schemas-compile \ --disable-update-mimedb \ --enable-introspection \ --disable-packagekit \ |