diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-10-13 06:08:23 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-10-13 06:08:23 +0700 |
commit | cd586e983ec05e5770519ccc640d26adb9bb2c72 (patch) | |
tree | e4112eb0666d9645def4f5a221fc59142f8b6047 /libraries/webkitgtk3 | |
parent | 19f4088b24d3db3d0f59601b490c1ee072725f1f (diff) | |
download | slackbuilds-cd586e983ec05e5770519ccc640d26adb9bb2c72.tar.gz |
libraries/webkitgtk3: Updated for version 2.4.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/webkitgtk3')
-rw-r--r-- | libraries/webkitgtk3/webkitgtk3.SlackBuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/libraries/webkitgtk3/webkitgtk3.SlackBuild b/libraries/webkitgtk3/webkitgtk3.SlackBuild index c3f973e70a..a6a3bd8358 100644 --- a/libraries/webkitgtk3/webkitgtk3.SlackBuild +++ b/libraries/webkitgtk3/webkitgtk3.SlackBuild @@ -24,9 +24,8 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - PRGNAM=webkitgtk3 -VERSION=${VERSION:-2.2.2} +VERSION=${VERSION:-2.4.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -46,7 +45,7 @@ if [ -z "$ARCH" ]; then fi if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" + SLKCFLAGS="-O2 -march=i686 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" @@ -72,7 +71,7 @@ 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 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; # Check if geoclue is there if pkg-config --exists geoclue ; then GEOCLUE="yes" ; else GEOCLUE="no" ; fi @@ -95,7 +94,7 @@ make -j1 Programs_DumpRenderTree_LDFLAGS="-no-fast-install -no-install -lfontcon make install-strip DESTDIR=$PKG mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a ChangeLog INSTALL NEWS README $PKG/usr/doc/$PRGNAM-$VERSION +cp -a ChangeLog NEWS $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install |