Github messages for voidlinux
 help / color / mirror / Atom feed
From: ndowens <ndowens@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] cmake: update to 3.18.4
Date: Mon, 02 Nov 2020 01:04:40 +0100	[thread overview]
Message-ID: <20201102000440.yCpoA5LbDrjpVzbB2-8_pvhbLrZ8Zr9vu-Be9QCoJO8@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26056@inbox.vuxu.org>

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

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

https://github.com/ndowens/void-packages cmake
https://github.com/void-linux/void-packages/pull/26056

cmake: update to 3.18.4
Update and change email address used 

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

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

From c1f243c1a4997a47bc3d47abcbf77259eaa73c6d Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Sun, 1 Nov 2020 14:00:00 -0600
Subject: [PATCH 1/2] cmake: update to 3.18.4

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

diff --git a/srcpkgs/cmake/template b/srcpkgs/cmake/template
index a3fc64c83a2..2073a15a694 100644
--- a/srcpkgs/cmake/template
+++ b/srcpkgs/cmake/template
@@ -1,7 +1,7 @@
 # Template file for 'cmake'
 pkgname=cmake
-version=3.18.2
-revision=2
+version=3.18.4
+revision=1
 build_style=cmake
 configure_args="-DCMAKE_DOC_DIR=/share/doc/cmake
  -DCMAKE_BUILD_TYPE=None
@@ -16,11 +16,11 @@ makedepends="expat-devel libarchive-devel libcurl-devel libuv-devel
  ncurses-devel rhash-devel"
 checkdepends="pax pkg-config"
 short_desc="Cross-platform, open-source build system"
-maintainer="Nathan Owens <ndowens04@gmail.com>"
+maintainer="Nathan Owens <ndowens@artixlinux.org>"
 license="LGPL-2.1-or-later, BSD-3-Clause"
 homepage="https://www.cmake.org"
 distfiles="https://www.cmake.org/files/v${version%.*}/${pkgname}-${version}.tar.gz"
-checksum=5d4e40fc775d3d828c72e5c45906b4d9b59003c9433ff1b36a1cb552bbd51d7e
+checksum=597c61358e6a92ecbfad42a9b5321ddd801fc7e7eca08441307c9138382d4f77
 
 post_install() {
 	rm -rf ${DESTDIR}/usr/share/doc/cmake

From 6043913b7eb84cf759572f2a5a8089e2b00f7744 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Sun, 1 Nov 2020 18:04:31 -0600
Subject: [PATCH 2/2] cmake-gui: update to 3.18.4

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

diff --git a/srcpkgs/cmake-gui/template b/srcpkgs/cmake-gui/template
index 5288cbafeff..ba099cf8249 100644
--- a/srcpkgs/cmake-gui/template
+++ b/srcpkgs/cmake-gui/template
@@ -1,7 +1,7 @@
 # Template file for 'cmake-gui'
 pkgname=cmake-gui
-version=3.18.2
-revision=2
+version=3.18.4
+revision=1
 wrksrc="cmake-${version}"
 build_style=cmake
 configure_args="
@@ -17,11 +17,11 @@ makedepends="jsoncpp-devel libarchive-devel libcurl-devel libuv-devel
 depends="desktop-file-utils shared-mime-info"
 checkdepends="pax pkg-config"
 short_desc="Cross-platform, open-source build system - Qt GUI"
-maintainer="Nathan Owens <ndowens04@gmail.com>"
+maintainer="Nathan Owens <ndowens@artixlinux.org>"
 license="LGPL-2.1-or-later, GPL-3.0-or-later, BSD-3-Clause"
 homepage="https://www.cmake.org"
 distfiles="https://www.cmake.org/files/v${version%.*}/cmake-${version}.tar.gz"
-checksum=5d4e40fc775d3d828c72e5c45906b4d9b59003c9433ff1b36a1cb552bbd51d7e
+checksum=597c61358e6a92ecbfad42a9b5321ddd801fc7e7eca08441307c9138382d4f77
 
 do_install() {
 	# We are only interested in cmake-gui.

  parent reply	other threads:[~2020-11-02  0:04 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-01 20:00 [PR PATCH] " ndowens
2020-11-01 21:17 ` [PR PATCH] [Updated] " ndowens
2020-11-02  0:04 ` ndowens [this message]
2020-11-02  0:05 ` ndowens
2020-11-02  0:15 ` ndowens
2020-11-02 20:48 ` [PR PATCH] [Closed]: " Piraty

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=20201102000440.yCpoA5LbDrjpVzbB2-8_pvhbLrZ8Zr9vu-Be9QCoJO8@z \
    --to=ndowens@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).