diff options
Diffstat (limited to 'graphics/shotwell')
-rw-r--r-- | graphics/shotwell/README | 7 | ||||
-rw-r--r-- | graphics/shotwell/shotwell.SlackBuild | 11 |
2 files changed, 2 insertions, 16 deletions
diff --git a/graphics/shotwell/README b/graphics/shotwell/README index b535bd041c..36d5820aad 100644 --- a/graphics/shotwell/README +++ b/graphics/shotwell/README @@ -2,9 +2,4 @@ Shotwell is a digital photo organizer for GNOME. It allows the user to import photos from a digital camera or disk, organize them in various ways, and export to share with others. -This requires GConf, ORBit2, libgee, libgexiv2, LibRaw, libsoup, libunique, -vala-12, icu4c, and webkit. - -Kernel options CONFIG_USB_DEVICEFS and CONFIG_USB_DEVICE_CLASS will likely -need to be disabled before shotwell recognizes the camera. We hope that -this will be fixed in the next release of Slackware. :) +This requires libgee, libgexiv2, LibRaw, libunique, vala-12, and webkit. diff --git a/graphics/shotwell/shotwell.SlackBuild b/graphics/shotwell/shotwell.SlackBuild index ecbf94b5e3..c9a88cc0bb 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 |