From 609e01ddac036f54b2cc6ec182259eb488d6fba5 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Wed, 20 Nov 2013 08:07:10 +0700 Subject: graphics/shotwell: Removed (build failure) This package is not compatible with the boost version in Slackware 14.1. As an additional hurdle, it needs an older version of LibRaw than we currently have in our repo, while some of the other stuff requires the newer version. Given the circumstances, shotwell goes. Signed-off-by: Willy Sudiarto Raharjo Signed-off-by: Robby Workman --- graphics/shotwell/shotwell.SlackBuild | 83 ----------------------------------- 1 file changed, 83 deletions(-) delete mode 100644 graphics/shotwell/shotwell.SlackBuild (limited to 'graphics/shotwell/shotwell.SlackBuild') diff --git a/graphics/shotwell/shotwell.SlackBuild b/graphics/shotwell/shotwell.SlackBuild deleted file mode 100644 index 00fc9fad66..0000000000 --- a/graphics/shotwell/shotwell.SlackBuild +++ /dev/null @@ -1,83 +0,0 @@ -#!/bin/sh - -# Brad Hermanson - -PRGNAM=shotwell -VERSION=0.11.6 -BUILD=${BUILD:-4} -TAG=${TAG:-_SBo} - -if [ -z "$ARCH" ]; then - case "$( uname -m )" in - i?86) ARCH=i486 ;; - arm*) ARCH=arm ;; - *) ARCH=$( uname -m ) ;; - esac -fi - -CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -else - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" -fi - -set -e - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 -cd $PRGNAM-$VERSION - -chown -R root:root . -chmod -R u+w,go+r-w,a-s . - -# Fix building with LibRaw 0.14 -patch -p0 -i $CWD/patch-src-photos-GRaw.vala -patch -p0 -i $CWD/patch-vapi-libraw.vapi - -CFLAGS="$SLKCFLAGS" \ -CXXFLAGS="$SLKCFLAGS" \ -./configure \ - --prefix=/usr \ - --lib=lib${LIBDIRSUFFIX} \ - --disable-schemas-compile \ - --disable-desktop-update \ - --disable-icon-update \ - --enable-build-for-glade \ - --install-headers \ - --release - -# Allow shotwell to find our tweaked vala-12 package. -sed -e 's/valac/valac-0.12/' -i plugins/Makefile.plugin.mk -sed -e 's/valac/valac-0.12/' -i Makefile - -make -make install DESTDIR=$PKG - -find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ - | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a \ - AUTHORS COPYING INSTALL MAINTAINERS NEWS README THANKS \ - $PKG/usr/doc/$PRGNAM-$VERSION -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild - -mkdir -p $PKG/install -cat $CWD/slack-desc > $PKG/install/slack-desc -cat $CWD/doinst.sh > $PKG/install/doinst.sh - -cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} -- cgit v1.2.3