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>
This commit is contained in:
David Spencer 2015-08-03 19:49:04 +01:00 committed by Willy Sudiarto Raharjo
parent 45a9df52ba
commit 708fc2697c
2 changed files with 6 additions and 4 deletions

View file

@ -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 \

View file

@ -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"