summaryrefslogtreecommitdiffstats
path: root/graphics/entangle/entangle.SlackBuild
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/entangle.SlackBuild
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/entangle.SlackBuild')
-rw-r--r--graphics/entangle/entangle.SlackBuild4
1 files changed, 3 insertions, 1 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 \