summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author Soydaner Ulker2013-12-01 03:16:55 +0100
committer Willy Sudiarto Raharjo2013-12-01 07:01:00 +0100
commit86b8196a41a6e8fe8482ed62135102716d7949ac (patch)
treeaca778cf4b1613d0efff12b08b0b905fdcfd8432 /graphics
parent73397bc6fe2991edace38d13f1d34caedfbec85f (diff)
downloadslackbuilds-86b8196a41a6e8fe8482ed62135102716d7949ac.tar.gz
graphics/entangle: Updated for version 0.5.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/entangle/README10
-rw-r--r--graphics/entangle/entangle.SlackBuild17
-rw-r--r--graphics/entangle/entangle.info6
3 files changed, 15 insertions, 18 deletions
diff --git a/graphics/entangle/README b/graphics/entangle/README
index fabf25f5e6..9cd21c63ef 100644
--- a/graphics/entangle/README
+++ b/graphics/entangle/README
@@ -1,8 +1,8 @@
Entangle is Open Source software licensed under the GNU GPL v3+.
-It is built on top of libgphoto using GTK-3 for its interface.
-It is fully colour managed, auto-detecting system monitor profile and
+It is built on top of libgphoto using GTK-3 for its interface.
+It is fully colour managed, auto-detecting system monitor profile and
applying the neccessary transforms when displaying images.
-Entangle provides a graphical interface for “tethered shooting”,
-aka taking photographs with a digital camera completely controlled
-from the computer.
+Entangle provides a graphical interface for “tethered shooting”,
+aka taking photographs with a digital camera completely controlled
+from the computer.
diff --git a/graphics/entangle/entangle.SlackBuild b/graphics/entangle/entangle.SlackBuild
index df181bcf58..37d91b756f 100644
--- a/graphics/entangle/entangle.SlackBuild
+++ b/graphics/entangle/entangle.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=entangle
-VERSION=${VERSION:-0.5.1}
+VERSION=${VERSION:-0.5.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -63,12 +63,11 @@ rm -rf $TMP/$PRGNAM-$VERSION
tar -zxvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
-
find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
+ -o -perm 511 \) -exec chmod 755 {} \; -o \
+ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
DOCS="AUTHORS COPYING ChangeLog NEWS README"
@@ -81,14 +80,12 @@ CXXFLAGS="$SLKCFLAGS" \
--localstatedir=/var \
--mandir=/usr/man \
--docdir=/usr/doc/$PRGNAM-$VERSION \
- --build=$ARCH-slackware-linux
+ --build=$ARCH-slackware-linux \
+ --disable-schemas-compile
make V=1
make install DESTDIR=$PKG
-# Remove this, it will be created upon install
-rm $PKG/usr/share/glib-2.0/schemas/gschemas.compiled
-
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
diff --git a/graphics/entangle/entangle.info b/graphics/entangle/entangle.info
index ed2225e789..678986cde0 100644
--- a/graphics/entangle/entangle.info
+++ b/graphics/entangle/entangle.info
@@ -1,8 +1,8 @@
PRGNAM="entangle"
-VERSION="0.5.1"
+VERSION="0.5.3"
HOMEPAGE="http://entangle-photo.org"
-DOWNLOAD="http://entangle-photo.org/download/sources/entangle-0.5.1.tar.gz"
-MD5SUM="64519066aba25b2d22e997a7884a1911"
+DOWNLOAD="http://entangle-photo.org/download/sources/entangle-0.5.3.tar.gz"
+MD5SUM="761c6bae31cb9d87ac3250675d663aae"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libgexiv2 libpeas LibRaw"