diff options
author | David Spencer <baildon.research@googlemail.com> | 2015-11-03 14:21:06 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-17 09:40:16 +0700 |
commit | e49d70a8e27e9839dac2a12a131d9c743c445166 (patch) | |
tree | 808b94634c4196c048ed0b427102e08f12518468 /libraries/DirectFB | |
parent | 38c85885d57d943a36678446c0931c6557bcdf57 (diff) |
libraries/DirectFB: Updated for version 1.7.7.
Fixes build failure on -current.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/DirectFB')
-rw-r--r-- | libraries/DirectFB/DirectFB.SlackBuild | 12 | ||||
-rw-r--r-- | libraries/DirectFB/DirectFB.info | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/libraries/DirectFB/DirectFB.SlackBuild b/libraries/DirectFB/DirectFB.SlackBuild index 2d871bdbd321..3c89a09e6009 100644 --- a/libraries/DirectFB/DirectFB.SlackBuild +++ b/libraries/DirectFB/DirectFB.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Slackware build script for DirectFB-1.6.2 +# Slackware build script for DirectFB # Copyright 2012 Erik Falor <ewfalor@gmail.com> USA # All rights reserved. @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=DirectFB -VERSION=${VERSION:-1.6.2} +VERSION=${VERSION:-1.7.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -64,10 +64,10 @@ tar xvf $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 {} \; CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ diff --git a/libraries/DirectFB/DirectFB.info b/libraries/DirectFB/DirectFB.info index e65cb10b0a04..7de364b99d16 100644 --- a/libraries/DirectFB/DirectFB.info +++ b/libraries/DirectFB/DirectFB.info @@ -1,8 +1,8 @@ PRGNAM="DirectFB" -VERSION="1.6.2" +VERSION="1.7.7" HOMEPAGE="http://www.directfb.org/" -DOWNLOAD="http://attic-distfiles.pld-linux.org/distfiles/by-md5/6/b/6bebdbf26f03f7114ae17ab86d4d1d27/DirectFB-1.6.2.tar.gz" -MD5SUM="6bebdbf26f03f7114ae17ab86d4d1d27" +DOWNLOAD="http://www.directfb.org/downloads/Core/DirectFB-1.7/DirectFB-1.7.7.tar.gz" +MD5SUM="152cf1863b1a3a28aa1370e9053440bf" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |