From: mobinmob <mobinmob@users.noreply.github.com> To: ml@inbox.vuxu.org Subject: Re: [PR PATCH] [Updated] notcuses + growlight update. Date: Fri, 14 Jan 2022 14:52:16 +0100 [thread overview] Message-ID: <20220114135216.6pzBI9iqQ73gQVIKvtoWkIMYqgN3mzqGmpzB-56XQuM@z> (raw) In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-34395@inbox.vuxu.org> [-- Attachment #1: Type: text/plain, Size: 1220 bytes --] There is an updated 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/34395 notcuses + growlight update. <!-- Uncomment relevant sections and delete options which are not applicable --> #### Testing the changes - I tested the changes in this PR: **YES** <!-- #### New package - This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO** --> <!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration) and test at least one native build and, if supported, at least one cross build. Ignore this section if this PR is not skipping CI. --> <!-- #### Local build testing - 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/34395.patch is attached [-- Warning: decoded text below may be mangled, UTF-8 assumed --] [-- Attachment #2: github-pr-notcurses-34395.patch --] [-- Type: text/x-diff, Size: 5250 bytes --] From d1449e3485924826ff69229f33956dc5872f8be3 Mon Sep 17 00:00:00 2001 From: mobinmob <mobinmob@disroot.org> Date: Fri, 14 Jan 2022 15:50:11 +0200 Subject: [PATCH 1/3] New package: libdeflate-1.8. --- common/shlibs | 1 + srcpkgs/libdeflate-devel | 1 + srcpkgs/libdeflate/template | 27 +++++++++++++++++++++++++++ 3 files changed, 29 insertions(+) create mode 120000 srcpkgs/libdeflate-devel create mode 100644 srcpkgs/libdeflate/template diff --git a/common/shlibs b/common/shlibs index ebbd48a3d84c..1d00f0388b80 100644 --- a/common/shlibs +++ b/common/shlibs @@ -4097,3 +4097,4 @@ libkmailconfirmbeforedeleting.so.5 kdepim-addons-21.08.3_1 libkaddressbookprivate.so.5 kaddressbook-21.08.3_1 libcodec2.so.1.0 codec2-1.0.1_1 libx86emu.so.3 libx86emu-3.4_1 +libdeflate.so.0 libdeflate-1.8_1 diff --git a/srcpkgs/libdeflate-devel b/srcpkgs/libdeflate-devel new file mode 120000 index 000000000000..e29c9946ff06 --- /dev/null +++ b/srcpkgs/libdeflate-devel @@ -0,0 +1 @@ +libdeflate \ No newline at end of file diff --git a/srcpkgs/libdeflate/template b/srcpkgs/libdeflate/template new file mode 100644 index 000000000000..39a30bd14bee --- /dev/null +++ b/srcpkgs/libdeflate/template @@ -0,0 +1,27 @@ +# Template file for 'libdeflate' +pkgname=libdeflate +version=1.8 +revision=1 +build_style=gnu-makefile +make_build_args="PROG_SUFFIX=libdeflate" +checkdepends="zlib-devel" +short_desc="Optimized library for DEFLATE/zlib/gzip (de)compression" +maintainer="mobinmob <mobinmob@disroot.org>" +license="MIT" +homepage="https://github.com/ebiggers/libdeflate" +distfiles="https://github.com/ebiggers/libdeflate/archive/refs/tags/v${version}.tar.gz" +checksum=50711ad4e9d3862f8dfb11b97eb53631a86ee3ce49c0e68ec2b6d059a9662f61 + +post_install() { + vlicense COPYING +} + +libdeflate-devel_package() { + short_desc+=" - development files" + depends="${sourcepkg}>=${version}_${revision}" + pkg_install() { + vmove usr/include + vmove "usr/lib/*.a" + vmove "usr/lib/*.so" + } +} From f72a361d6047da744a43a3d9a4ba170f1b56df2f Mon Sep 17 00:00:00 2001 From: mobinmob <mobinmob@disroot.org> Date: Fri, 14 Jan 2022 15:50:30 +0200 Subject: [PATCH 2/3] notcurses: update to 3.0.4. --- common/shlibs | 6 +++--- srcpkgs/notcurses/template | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/common/shlibs b/common/shlibs index 1d00f0388b80..069f0e4fdf66 100644 --- a/common/shlibs +++ b/common/shlibs @@ -3950,9 +3950,9 @@ liburing.so.2 liburing-2.0_1 libbson-1.0.so.0 libbson-1.17.4_2 libsonic.so.0 libsonic-0.2.0_1 libtickit.so.3 libtickit-0.4.1_1 -libnotcurses.so.2 notcurses-2.4.9_1 -libnotcurses-core.so.2 notcurses-2.4.9_1 -libnotcurses++.so.2 notcurses-2.4.9_1 +libnotcurses.so.3 notcurses-3.0.2_1 +libnotcurses-core.so.3 notcurses-3.0.2_1 +libnotcurses++.so.3 notcurses-3.0.2_1 libevemu.so.3 evemu-2.7.0_1 libantilib.so.1 libantimicrox-3.1.2_1 libinih.so.0 inih-52_1 diff --git a/srcpkgs/notcurses/template b/srcpkgs/notcurses/template index c43cf269a988..2d1f4bc5d084 100644 --- a/srcpkgs/notcurses/template +++ b/srcpkgs/notcurses/template @@ -1,12 +1,12 @@ # Template file for 'notcurses' pkgname=notcurses -version=2.4.9 +version=3.0.4 revision=1 build_style=cmake configure_args="-DUSE_STATIC=ON $(vopt_bool man USE_PANDOC)" hostmakedepends="pkg-config $(vopt_if man pandoc)" makedepends="libunistring-devel ffmpeg-devel ncurses-libtinfo-devel qrcodegen-devel doctest-devel - zlib-devel" + libdeflate-devel" depends="ncurses-base" short_desc="Blingful character graphics/TUI library" maintainer="mobinmob <mobinmob@disroot.org>" @@ -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=a2771ad1633e0158f8273fa8b30b5bce0f12e1205e863045f4ae186b6b52f537 +checksum=467f826ab98e80a35a0ed10ff8f402fa6eba7e9d8cc297980856d73f659f4c19 build_options="man" desc_option_man="Use pandoc for manpages" From 4e0a92d885bc1eb11b9bca23e1a1834a3e177019 Mon Sep 17 00:00:00 2001 From: mobinmob <mobinmob@disroot.org> Date: Fri, 14 Jan 2022 15:50:36 +0200 Subject: [PATCH 3/3] growlight: update to 1.2.38. --- srcpkgs/growlight/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/growlight/template b/srcpkgs/growlight/template index 923b5da9a1ce..3703defbdfef 100644 --- a/srcpkgs/growlight/template +++ b/srcpkgs/growlight/template @@ -1,7 +1,7 @@ # Template file for 'growlight' pkgname=growlight -version=1.2.37 -revision=2 +version=1.2.38 +revision=1 build_style=cmake configure_args="$(vopt_bool zfs USE_LIBZFS) $(vopt_bool man USE_PANDOC)" hostmakedepends="pkg-config $(vopt_if man pandoc)" @@ -14,7 +14,7 @@ maintainer="mobinmob <mobinmob@disroot.org>" license="GPL-3.0-or-later" homepage="https://nick-black.com/dankwiki/index.php/Growlight" distfiles="https://github.com/dankamongmen/growlight/archive/v${version}.tar.gz" -checksum=82a349b623dcfd5db6dc56332f52a2c605775dba31f926576466e9896240a090 +checksum=9c8a5854ba30aa66a7b806b75f00784942f29711dbde0787a29f06583e6ec7a3 build_options="man zfs"
next prev parent reply other threads:[~2022-01-14 13:52 UTC|newest] Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-12-05 13:44 [PR PATCH] " mobinmob 2021-12-31 15:45 ` [PR PATCH] [Updated] " mobinmob 2021-12-31 15:46 ` mobinmob 2021-12-31 16:04 ` [PR PATCH] [Updated] " mobinmob 2022-01-06 11:03 ` mobinmob 2022-01-06 11:04 ` mobinmob 2022-01-10 17:45 ` [PR PATCH] [Updated] " mobinmob 2022-01-10 17:46 ` mobinmob 2022-01-13 19:54 ` [PR REVIEW] " Piraty 2022-01-14 13:52 ` mobinmob [this message] 2022-01-14 13:52 ` mobinmob 2022-01-22 14:23 ` [PR PATCH] [Updated] " mobinmob 2022-01-22 14:24 ` mobinmob 2022-01-22 16:50 ` [PR REVIEW] " Piraty 2022-01-23 9:08 ` [PR PATCH] [Updated] " mobinmob 2022-01-23 9:09 ` mobinmob 2022-01-23 9:10 ` [PR REVIEW] " mobinmob 2022-01-26 21:35 ` [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=20220114135216.6pzBI9iqQ73gQVIKvtoWkIMYqgN3mzqGmpzB-56XQuM@z \ --to=mobinmob@users.noreply.github.com \ --cc=ml@inbox.vuxu.org \ --subject='Re: [PR PATCH] [Updated] notcuses + growlight update.' \ /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
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).