summaryrefslogtreecommitdiffstats
path: root/graphics/entangle
diff options
context:
space:
mode:
author David Spencer <baildon.research@googlemail.com>2015-08-03 19:49:04 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-01-17 09:40:16 +0700
commit708fc2697c10502d0d667b258e9f8c56ee196112 (patch)
tree401f033e28caefd19b8a8a375cf8abbf9a690ee5 /graphics/entangle
parent45a9df52ba1674a8f1ed776aed896e0a64c01e98 (diff)
downloadslackbuilds-708fc2697c10502d0d667b258e9f8c56ee196112.tar.gz
slackbuilds-708fc2697c10502d0d667b258e9f8c56ee196112.tar.xz
graphics/entangle: Updated for version 0.7.0.
Fixes build failure with adwaita-icon-theme on -current. Signed-off-by: Robby Workman <rworkman@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/entangle')
-rw-r--r--graphics/entangle/entangle.SlackBuild4
-rw-r--r--graphics/entangle/entangle.info6
2 files changed, 6 insertions, 4 deletions
diff --git a/graphics/entangle/entangle.SlackBuild b/graphics/entangle/entangle.SlackBuild
index 1fc640ca46..921a11c254 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.6.0}
+VERSION=${VERSION:-0.7.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -69,6 +69,8 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+sed -i -e 's/gnome-icon-theme-symbolic/adwaita-icon-theme/g' configure
+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
diff --git a/graphics/entangle/entangle.info b/graphics/entangle/entangle.info
index b583cb904e..cf5f0d0499 100644
--- a/graphics/entangle/entangle.info
+++ b/graphics/entangle/entangle.info
@@ -1,8 +1,8 @@
PRGNAM="entangle"
-VERSION="0.6.0"
+VERSION="0.7.0"
HOMEPAGE="http://entangle-photo.org"
-DOWNLOAD="http://entangle-photo.org/download/sources/entangle-0.6.0.tar.gz"
-MD5SUM="016a6e0f9b665efc79d1972f5fedb664"
+DOWNLOAD="http://entangle-photo.org/download/sources/entangle-0.7.0.tar.gz"
+MD5SUM="bdb5fab70276ea27c4614fecfa5c1d86"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libgexiv2 libpeas"