Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] glm: update to 0.9.9.6
@ 2019-11-10 20:41 voidlinux-github
  2019-11-11  6:18 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 1 reply; 2+ messages in thread
From: voidlinux-github @ 2019-11-10 20:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages glm
https://github.com/void-linux/void-packages/pull/16340

glm: update to 0.9.9.6


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-glm-16340.patch --]
[-- Type: text/x-diff, Size: 1158 bytes --]

From 8846e2ab0c1ef23fa40df4ea4609bad309a45bde Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Sun, 10 Nov 2019 13:45:22 -0600
Subject: [PATCH] glm: update to 0.9.9.6

---
 srcpkgs/glm/template | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/glm/template b/srcpkgs/glm/template
index 7f17780f1b1..80522a8dcb9 100644
--- a/srcpkgs/glm/template
+++ b/srcpkgs/glm/template
@@ -1,6 +1,6 @@
 # Template file for 'glm'
 pkgname=glm
-version=0.9.9.5
+version=0.9.9.6
 revision=1
 archs=noarch
 wrksrc=glm
@@ -12,7 +12,19 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="http://glm.g-truc.net"
 distfiles="https://github.com/g-truc/glm/releases/download/${version}/glm-${version}.zip"
-checksum=4fe34860ce69156f63eea6c3d84c91cadfc330353cf275ff394aef4e163cafee
+checksum=9db7339c3b8766184419cfe7942d668fecabe9013ccfec8136b39e11718817d0
+
+# No longer has install target
+# Install manually
+do_install() {
+	local i
+	vmkdir usr/include
+	for i in glm ; do
+		vcopy $i usr/include
+	done
+	vmkdir usr/lib
+	vcopy build/glm/libglm_* usr/lib
+}
 
 post_install() {
 	local f

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

* Re: [PR PATCH] [Merged]: glm: update to 0.9.9.6
  2019-11-10 20:41 [PR PATCH] glm: update to 0.9.9.6 voidlinux-github
@ 2019-11-11  6:18 ` voidlinux-github
  0 siblings, 0 replies; 2+ messages in thread
From: voidlinux-github @ 2019-11-11  6:18 UTC (permalink / raw)
  To: ml

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

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

glm: update to 0.9.9.6
https://github.com/void-linux/void-packages/pull/16340

Description:


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

end of thread, other threads:[~2019-11-11  6:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-10 20:41 [PR PATCH] glm: update to 0.9.9.6 voidlinux-github
2019-11-11  6:18 ` [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).