diff options
author | David Spencer <baildon.research@googlemail.com> | 2012-05-20 17:00:13 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-05-21 17:58:12 -0500 |
commit | c462791b5a2a0c5ca0502b7bf8dae5d90f1a0b1e (patch) | |
tree | ee58129bb4b8a8032e6856d382b83b16a424d4a0 /graphics/darktable/darktable.SlackBuild | |
parent | b585e1ea603ff8fb2ab5f3329126fd4fc425a8eb (diff) | |
download | slackbuilds-c462791b5a2a0c5ca0502b7bf8dae5d90f1a0b1e.tar.gz |
graphics/darktable: Updated for version 1.0.3.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
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 {} \; |