diff options
Diffstat (limited to 'graphics/darktable/darktable.SlackBuild')
-rw-r--r-- | graphics/darktable/darktable.SlackBuild | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/graphics/darktable/darktable.SlackBuild b/graphics/darktable/darktable.SlackBuild index 6405745a07..03bd8f00c8 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:-0.9.3} +VERSION=${VERSION:-1.0.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -80,21 +80,14 @@ cd build -DLIB_SUFFIX=${LIBDIRSUFFIX} \ -DMAN_INSTALL_DIR=/usr/man \ -DBINARY_PACKAGE_BUILD=1 \ - -DDONT_INSTALL_GCONF_SCHEMAS=On \ -DCMAKE_BUILD_TYPE=Release .. - VERBOSE=1 make + VERBOSE=1 make make install DESTDIR=$PKG cd .. find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true -# Install the gconf schema, suppressing warning messages -mkdir -p $PKG/etc/gconf/schemas -sed -e '/gettext_domain/d' \ - < data/darktable.schemas \ - > $PKG/etc/gconf/schemas/darktable.schemas - # MAN_INSTALL_DIR is currently ignored :-( mv $PKG/usr/share/man $PKG/usr find $PKG/usr/man -type f -exec gzip -9 {} \; |