Github messages for voidlinux
 help / color / mirror / Atom feed
From: ifreund <ifreund@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] zig: update to 0.6.0.
Date: Mon, 11 May 2020 14:50:31 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-21836@inbox.vuxu.org> (raw)

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

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

https://github.com/ifreund/void-packages update-zig
https://github.com/void-linux/void-packages/pull/21836

zig: update to 0.6.0.
- Cleaned up the (host)makedepends, not sure why all this stuff was there.
- The `ZIG_STATIC` build options defaults to off, so dont set it.
- The cleanup preformed in post_extract() seems to no longer be needed.

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

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

From a42cec9589ca449918df63c7cac9a87025e402b3 Mon Sep 17 00:00:00 2001
From: Isaac Freund <ifreund@ifreund.xyz>
Date: Mon, 11 May 2020 14:46:32 +0200
Subject: [PATCH] zig: update to 0.6.0.

- Cleaned up the (host)makedepends, not sure why all this stuff was there.
- The `ZIG_STATIC` build options defaults to off, so dont set it.
- The cleanup preformed in post_extract() seems to no longer be needed.
---
 srcpkgs/zig/template | 15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/zig/template b/srcpkgs/zig/template
index 6cf28b61790..829642b3532 100644
--- a/srcpkgs/zig/template
+++ b/srcpkgs/zig/template
@@ -1,26 +1,19 @@
 # Template file for 'zig'
 pkgname=zig
-version=0.5.0
+version=0.6.0
 revision=1
 archs="x86_64*"
 build_style=cmake
-configure_args="-DZIG_STATIC=FALSE"
-hostmakedepends="clang llvm9"
-makedepends="libxml2-devel ncurses-devel zlib-devel"
+makedepends="llvm10 lld-devel"
 short_desc="Programming language designed for robustness, optimality, and clarity"
 maintainer="Duncaen <duncaen@voidlinux.org>"
 license="MIT"
 homepage="https://ziglang.org/"
 distfiles="https://ziglang.org/download/${version}/zig-${version}.tar.xz"
-checksum=55ae16960f152bcb9cf98b4f8570902d0e559a141abf927f0d3555b7cc838a31
+checksum=5d167dc19354282dd35dd17b38e99e1763713b9be8a4ba9e9e69284e059e7204
 nopie=yes
 nocross=yes
 
-post_extract() {
-        # don't install build artefacts
-        vsed -i -e '/${ZIG_CPP_LIB_DIR}/d' CMakeLists.txt
-}
-
 post_install() {
-        vlicense LICENSE
+	vlicense LICENSE
 }

             reply	other threads:[~2020-05-11 12:50 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-11 12:50 ifreund [this message]
2020-05-11 12:51 ` ifreund
2020-05-11 12:55 ` Duncaen
2020-05-11 14:43 ` Duncaen
2020-05-11 14:44 ` [PR PATCH] [Merged]: " Duncaen
2020-05-11 14:46 ` Vaelatern
2020-05-11 14:52 ` Duncaen
2020-05-11 14:57 ` Vaelatern
2020-05-11 15:00 ` q66
2020-05-11 15:07 ` ifreund

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-21836@inbox.vuxu.org \
    --to=ifreund@users.noreply.github.com \
    --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).