Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] glfw: update to 3.3.
@ 2019-07-11 16:32 voidlinux-github
  2019-07-11 16:34 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-07-11 16:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 306 bytes --]

There is a new pull request by abenson against master on the void-packages repository

https://github.com/abenson/void-packages glfw_3.3
https://github.com/void-linux/void-packages/pull/12994

glfw: update to 3.3.


A patch file from https://github.com/void-linux/void-packages/pull/12994.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-glfw_3.3-12994.patch --]
[-- Type: application/text/x-diff, Size: 1288 bytes --]

From 0b4dddcbf79dd75b9092688d64eb1ccad2eeee5a Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Thu, 11 Jul 2019 11:31:52 -0500
Subject: [PATCH] glfw: update to 3.3.

---
 srcpkgs/glfw/template | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/glfw/template b/srcpkgs/glfw/template
index 1474d6375ea..46000fa2f12 100644
--- a/srcpkgs/glfw/template
+++ b/srcpkgs/glfw/template
@@ -1,17 +1,21 @@
 # Template file for 'glfw'
 pkgname=glfw
-version=3.2.1
+version=3.3
 revision=1
 build_style=cmake
+configure_args="-DBUILD_SHARED_LIBS=ON"
 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 <gottox@voidlinux.org>"
-license="BSD-3"
+license="Zlib"
 homepage="http://www.glfw.org"
 distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
-checksum=9a9681bc720fa00a4fd104108f2667e0fe4f0f20b7e0034c64b21e1d1e73634a
-configure_args="-DBUILD_SHARED_LIBS=ON"
+checksum=32797630af0da94a1a05302bca0435eae352f593197a04670d797de2e492a5a5
+
+post_install() {
+	vlicense LICENSE.md
+}
 
 glfw-devel_package() {
 	depends="glfw>=${version}_${revision} $makedepends"

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] glfw: update to 3.3.
  2019-07-11 16:32 [PR PATCH] glfw: update to 3.3 voidlinux-github
@ 2019-07-11 16:34 ` voidlinux-github
  2019-07-11 16:34 ` voidlinux-github
  2019-07-12 14:57 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-07-11 16:34 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 311 bytes --]

There is an updated pull request by abenson against master on the void-packages repository

https://github.com/abenson/void-packages glfw_3.3
https://github.com/void-linux/void-packages/pull/12994

glfw: update to 3.3.


A patch file from https://github.com/void-linux/void-packages/pull/12994.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-glfw_3.3-12994.patch --]
[-- Type: application/text/x-diff, Size: 1238 bytes --]

From 5644c8d9d28f176b8bb46dc367395547b914f89e Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Thu, 11 Jul 2019 11:31:52 -0500
Subject: [PATCH] glfw: update to 3.3.

---
 srcpkgs/glfw/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/glfw/template b/srcpkgs/glfw/template
index 1474d6375ea..3e6789725f0 100644
--- a/srcpkgs/glfw/template
+++ b/srcpkgs/glfw/template
@@ -1,17 +1,17 @@
 # Template file for 'glfw'
 pkgname=glfw
-version=3.2.1
+version=3.3
 revision=1
 build_style=cmake
+configure_args="-DBUILD_SHARED_LIBS=ON"
 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 <gottox@voidlinux.org>"
-license="BSD-3"
+license="Zlib"
 homepage="http://www.glfw.org"
 distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
-checksum=9a9681bc720fa00a4fd104108f2667e0fe4f0f20b7e0034c64b21e1d1e73634a
-configure_args="-DBUILD_SHARED_LIBS=ON"
+checksum=32797630af0da94a1a05302bca0435eae352f593197a04670d797de2e492a5a5
 
 glfw-devel_package() {
 	depends="glfw>=${version}_${revision} $makedepends"

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] glfw: update to 3.3.
  2019-07-11 16:32 [PR PATCH] glfw: update to 3.3 voidlinux-github
  2019-07-11 16:34 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-07-11 16:34 ` voidlinux-github
  2019-07-12 14:57 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-07-11 16:34 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 311 bytes --]

There is an updated pull request by abenson against master on the void-packages repository

https://github.com/abenson/void-packages glfw_3.3
https://github.com/void-linux/void-packages/pull/12994

glfw: update to 3.3.


A patch file from https://github.com/void-linux/void-packages/pull/12994.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-glfw_3.3-12994.patch --]
[-- Type: application/text/x-diff, Size: 1238 bytes --]

From 5644c8d9d28f176b8bb46dc367395547b914f89e Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Thu, 11 Jul 2019 11:31:52 -0500
Subject: [PATCH] glfw: update to 3.3.

---
 srcpkgs/glfw/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/glfw/template b/srcpkgs/glfw/template
index 1474d6375ea..3e6789725f0 100644
--- a/srcpkgs/glfw/template
+++ b/srcpkgs/glfw/template
@@ -1,17 +1,17 @@
 # Template file for 'glfw'
 pkgname=glfw
-version=3.2.1
+version=3.3
 revision=1
 build_style=cmake
+configure_args="-DBUILD_SHARED_LIBS=ON"
 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 <gottox@voidlinux.org>"
-license="BSD-3"
+license="Zlib"
 homepage="http://www.glfw.org"
 distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
-checksum=9a9681bc720fa00a4fd104108f2667e0fe4f0f20b7e0034c64b21e1d1e73634a
-configure_args="-DBUILD_SHARED_LIBS=ON"
+checksum=32797630af0da94a1a05302bca0435eae352f593197a04670d797de2e492a5a5
 
 glfw-devel_package() {
 	depends="glfw>=${version}_${revision} $makedepends"

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Merged]: glfw: update to 3.3.
  2019-07-11 16:32 [PR PATCH] glfw: update to 3.3 voidlinux-github
  2019-07-11 16:34 ` [PR PATCH] [Updated] " voidlinux-github
  2019-07-11 16:34 ` voidlinux-github
@ 2019-07-12 14:57 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-07-12 14:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 153 bytes --]

There's a merged pull request on the void-packages repository

glfw: update to 3.3.
https://github.com/void-linux/void-packages/pull/12994
Description: 

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-07-12 14:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-11 16:32 [PR PATCH] glfw: update to 3.3 voidlinux-github
2019-07-11 16:34 ` [PR PATCH] [Updated] " voidlinux-github
2019-07-11 16:34 ` voidlinux-github
2019-07-12 14:57 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).