From 7334bb6d3bc78244368ca7e0e19675da8adc8d2b Mon Sep 17 00:00:00 2001 From: "Hans-J. Schmid" Date: Sat, 2 Mar 2024 22:00:08 +0100 Subject: [PATCH] glfw: update to 3.4 --- srcpkgs/glfw-wayland/template | 12 ++++++------ srcpkgs/glfw/template | 14 +++++++------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/srcpkgs/glfw-wayland/template b/srcpkgs/glfw-wayland/template index eb0e8d33e284d0..bd681e5a8ed493 100644 --- a/srcpkgs/glfw-wayland/template +++ b/srcpkgs/glfw-wayland/template @@ -1,24 +1,24 @@ # Template file for 'glfw-wayland' pkgname=glfw-wayland -version=3.3.8 +version=3.4 revision=1 build_style=cmake -configure_args="-DBUILD_SHARED_LIBS=ON -DGLFW_USE_WAYLAND=ON" +configure_args="-DBUILD_SHARED_LIBS=ON -DGLFW_BUILD_WAYLAND=ON" hostmakedepends="extra-cmake-modules pkg-config wayland-devel" makedepends="MesaLib-devel glu-devel wayland-devel wayland-protocols - libxkbcommon-devel" -short_desc="Multi-platform library for creating windows with OpenGL contexts" + libxkbcommon-devel libXinerama-devel libXrandr-devel libXcursor-devel + libXi-devel" +short_desc="Multi-platform library for OpenGL, OpenGL ES and Vulkan" maintainer="Orphaned " license="Zlib" homepage="http://www.glfw.org" changelog="https://www.glfw.org/changelog.html" distfiles="https://github.com/glfw/glfw/archive/${version}.tar.gz" -checksum=f30f42e05f11e5fc62483e513b0488d5bceeab7d9c5da0ffe2252ad81816c713 +checksum=c038d34200234d071fae9345bc455e4a8f2f544ab60150765d7704e08f3dac01 provides="glfw-${version}_${revision}" replaces="glfw>=0" do_install() { vmkdir usr/lib install -m755 ${wrksrc}/build/src/libglfw.so.${version%.*} ${DESTDIR}/usr/lib/ - ln -s libglfw.so.${version%.*} ${DESTDIR}/usr/lib/libglfw.so.3 } diff --git a/srcpkgs/glfw/template b/srcpkgs/glfw/template index 3d9d7b42692805..91540556a6bacc 100644 --- a/srcpkgs/glfw/template +++ b/srcpkgs/glfw/template @@ -1,19 +1,19 @@ # Template file for 'glfw' -# update together with glfw-wayland pkgname=glfw -version=3.3.8 +version=3.4 revision=1 build_style=cmake -configure_args="-DBUILD_SHARED_LIBS=ON" +configure_args="-DBUILD_SHARED_LIBS=ON -DGLFW_BUILD_DOCS=OFF" +hostmakedepends="pkg-config" makedepends="MesaLib-devel libXrandr-devel libXi-devel glu-devel libXcursor-devel - libXinerama-devel" -short_desc="Multi-platform library for creating windows with OpenGL contexts" -maintainer="Enno Boland " + libXinerama-devel wayland-devel wayland-protocols libxkbcommon-devel" +short_desc="Multi-platform library for OpenGL, OpenGL ES and Vulkan" +maintainer="Orphaned " license="Zlib" homepage="http://www.glfw.org" changelog="https://www.glfw.org/changelog.html" distfiles="https://github.com/glfw/glfw/archive/${version}.tar.gz" -checksum=f30f42e05f11e5fc62483e513b0488d5bceeab7d9c5da0ffe2252ad81816c713 +checksum=c038d34200234d071fae9345bc455e4a8f2f544ab60150765d7704e08f3dac01 glfw-devel_package() { depends="${makedepends} ${sourcepkg}>=${version}_${revision}"