diff options
author | Steven Voges <svoges.sbo@gmail.com> | 2023-04-14 22:35:06 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-15 07:15:30 +0700 |
commit | f151288d92bc64fddb7932329f2e923e2329759e (patch) | |
tree | e677cb7afe2efe3af4d972de0bfd9c11795ec5c5 /libraries | |
parent | 58a577351c755bafdfc575b7e20b35310c773fde (diff) |
libraries/glfw3: Updated for version 3.3.8.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/glfw3/glfw3.SlackBuild | 13 | ||||
-rw-r--r-- | libraries/glfw3/glfw3.info | 10 | ||||
-rw-r--r-- | libraries/glfw3/slack-desc | 2 |
3 files changed, 12 insertions, 13 deletions
diff --git a/libraries/glfw3/glfw3.SlackBuild b/libraries/glfw3/glfw3.SlackBuild index 80d178e5fde6b..1367343b5ed19 100644 --- a/libraries/glfw3/glfw3.SlackBuild +++ b/libraries/glfw3/glfw3.SlackBuild @@ -2,8 +2,9 @@ # Slackware build script for glfw3 -# Copyright 2015 Jeffrey T. Read <bitwize@gmail.com> USA +# Copyright 2023 Steven Voges <Oregon, USA> # Copyright 2018-2020 Hunter Sezen California, USA +# Copyright 2015 Jeffrey T. Read <bitwize@gmail.com> USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=glfw3 SRCNAM=${PRGNAM%3} -VERSION=${VERSION:-3.3.2} +VERSION=${VERSION:-3.3.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -40,9 +41,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -82,7 +80,6 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; # glfw3 doesn't install documentation or examples so don't build them. - mkdir -p build cd build cmake \ @@ -101,7 +98,9 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a LICENSE.md README.md $PKG/usr/doc/$PRGNAM-$VERSION +cp -a \ + *.md \ + $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/libraries/glfw3/glfw3.info b/libraries/glfw3/glfw3.info index 74eb52c7f44a9..9a4d0f37eca7a 100644 --- a/libraries/glfw3/glfw3.info +++ b/libraries/glfw3/glfw3.info @@ -1,10 +1,10 @@ PRGNAM="glfw3" -VERSION="3.3.2" +VERSION="3.3.8" HOMEPAGE="https://www.glfw.org/" -DOWNLOAD="https://github.com/glfw/glfw/archive/3.3.2/glfw-3.3.2.tar.gz" -MD5SUM="865e54ff0a100e9041a40429db98be0b" +DOWNLOAD="https://github.com/glfw/glfw/archive/3.3.8/glfw-3.3.8.tar.gz" +MD5SUM="55d99dc968f4cec01a412562a7cf851c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Hunter Sezen" -EMAIL="orbea@riseup.net" +MAINTAINER="Steven Voges" +EMAIL="svoges.sbo@gmail.com" diff --git a/libraries/glfw3/slack-desc b/libraries/glfw3/slack-desc index b4565d2c2abc1..110df9c9447a7 100644 --- a/libraries/glfw3/slack-desc +++ b/libraries/glfw3/slack-desc @@ -12,7 +12,7 @@ glfw3: GLFW is an Open Source, multi-platform library for OpenGL, OpenGL ES glfw3: and Vulkan development on the desktop. It provides a simple API for glfw3: creating windows, contexts and surfaces, receiving input and events. glfw3: -glfw3: Homepage: https://www.glfw.org/ +glfw3: Homepage: https://www.glfw.org glfw3: glfw3: glfw3: |