Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] glm: update to 0.9.9.6
Date: Sun, 10 Nov 2019 21:41:18 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-16340@inbox.vuxu.org> (raw)

[-- 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

             reply	other threads:[~2019-11-10 20:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-10 20:41 voidlinux-github [this message]
2019-11-11  6:18 ` [PR PATCH] [Merged]: " voidlinux-github

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-16340@inbox.vuxu.org \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).