From 708fc2697c10502d0d667b258e9f8c56ee196112 Mon Sep 17 00:00:00 2001 From: David Spencer Date: Mon, 3 Aug 2015 19:49:04 +0100 Subject: graphics/entangle: Updated for version 0.7.0. Fixes build failure with adwaita-icon-theme on -current. Signed-off-by: Robby Workman Signed-off-by: Willy Sudiarto Raharjo --- graphics/entangle/entangle.SlackBuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'graphics/entangle/entangle.SlackBuild') 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 \ -- cgit v1.2.3