Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] notcurses: update to 2.3.17.
@ 2021-08-28 12:13 mobinmob
  2021-08-30  3:42 ` [PR PATCH] [Merged]: " ericonr
  0 siblings, 1 reply; 2+ messages in thread
From: mobinmob @ 2021-08-28 12:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages notcurses
https://github.com/void-linux/void-packages/pull/32733

notcurses: update to 2.3.17.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [X] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From ff639704c7782b165cc7b6e37878d02b83638ab1 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 28 Aug 2021 15:12:26 +0300
Subject: [PATCH] notcurses: update to 2.3.17.

---
 ...6a2480f047b3d4517a8d4db9a9a43d523fe84.diff | 31 -------------------
 srcpkgs/notcurses/template                    |  4 +--
 2 files changed, 2 insertions(+), 33 deletions(-)
 delete mode 100644 srcpkgs/notcurses/patches/6296a2480f047b3d4517a8d4db9a9a43d523fe84.diff

diff --git a/srcpkgs/notcurses/patches/6296a2480f047b3d4517a8d4db9a9a43d523fe84.diff b/srcpkgs/notcurses/patches/6296a2480f047b3d4517a8d4db9a9a43d523fe84.diff
deleted file mode 100644
index 62dd0d3e7dbf..000000000000
--- a/srcpkgs/notcurses/patches/6296a2480f047b3d4517a8d4db9a9a43d523fe84.diff
+++ /dev/null
@@ -1,31 +0,0 @@
-diff --git a/src/compat/compat.h b/src/compat/compat.h
-index 72da2c3b1..a28439193 100644
---- a/src/compat/compat.h
-+++ b/src/compat/compat.h
-@@ -3,13 +3,6 @@
- 
- #ifdef __cplusplus
- extern "C" {
--#ifdef __linux__
--#define NOEXCEPT noexcept
--#else
--#define NOEXCEPT
--#endif
--#else
--#define NOEXCEPT
- #endif
- 
- #include <time.h>
-@@ -79,10 +72,10 @@ int clock_nanosleep(clockid_t clockid, int flags,
-                     const struct timespec *request,
-                     struct timespec *remain);
- 
--char* strndup(const char* str, size_t size) NOEXCEPT;
--
- #ifdef __cplusplus
- }
-+#else
-+char* strndup(const char* str, size_t size);
- #endif
- 
- #endif
diff --git a/srcpkgs/notcurses/template b/srcpkgs/notcurses/template
index bf3105ee75c3..2e236a233db5 100644
--- a/srcpkgs/notcurses/template
+++ b/srcpkgs/notcurses/template
@@ -1,6 +1,6 @@
 # Template file for 'notcurses'
 pkgname=notcurses
-version=2.3.15
+version=2.3.17
 revision=1
 build_style=cmake
 configure_args="-DUSE_STATIC=ON $(vopt_bool man USE_PANDOC)"
@@ -14,7 +14,7 @@ license="Apache-2.0"
 homepage="https://nick-black.com/dankwiki/index.php/Notcurses"
 changelog="https://raw.githubusercontent.com/dankamongmen/notcurses/master/NEWS.md"
 distfiles="https://github.com/dankamongmen/notcurses/archive/v${version}.tar.gz"
-checksum=146e83723e5f5c486b9f16ec11b70ad682e76b6d01f10e4d9c27d07f3de72811
+checksum=81db9d13b515d01b134619f3e69cc1efe9f326030c4e49128131d3288ee68e33
 
 build_options="man"
 desc_option_man="Use pandoc for manpages"

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

end of thread, other threads:[~2021-08-30  3:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-28 12:13 [PR PATCH] notcurses: update to 2.3.17 mobinmob
2021-08-30  3:42 ` [PR PATCH] [Merged]: " ericonr

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).