diff options
Diffstat (limited to 'graphics/shotwell/shotwell.SlackBuild')
-rw-r--r-- | graphics/shotwell/shotwell.SlackBuild | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/graphics/shotwell/shotwell.SlackBuild b/graphics/shotwell/shotwell.SlackBuild index ecbf94b5e3c0..c9a88cc0bbec 100644 --- a/graphics/shotwell/shotwell.SlackBuild +++ b/graphics/shotwell/shotwell.SlackBuild @@ -4,7 +4,7 @@ PRGNAM=shotwell VERSION=0.11.6 -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -62,15 +62,6 @@ sed -e 's/valac/valac-0.12/' -i Makefile make make install DESTDIR=$PKG -# Yes, we're going to overwrite the Slackware-provided rules file. -# 1. It's incorrect (it should have been generated this way in the -# libgphoto2 package, but blame rworkman for that) :) -# 2. Shotwell needs this to function correctly -# 3. It won't hurt at all to leave it if/when shotwell is removed (see #1) -mkdir -p $PKG/lib/udev/rules.d -print-camera-list udev-rules version 136 mode 0660 owner root group plugdev > \ - $PKG/lib/udev/rules.d/90-libgphoto2.rules - find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true |