From: mobinmob <mobinmob@users.noreply.github.com> To: ml@inbox.vuxu.org Subject: Re: [PR PATCH] [Updated] notcuses + growlight update. Date: Sun, 23 Jan 2022 10:09:56 +0100 [thread overview] Message-ID: <20220123090956.Efg122O57deGKmR11rLSC1kp8wWy8NdUtaZboA9m-Hg@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: 5390 bytes --] From cb2926bc600d824bc88c3f1057905de6fd4cc4e9 Mon Sep 17 00:00:00 2001 From: mobinmob <mobinmob@disroot.org> Date: Sun, 23 Jan 2022 11:07:33 +0200 Subject: [PATCH 1/3] notcurses: update to 3.0.5. Also: - update shlibs and add libnotcurses-ffi.so.3 (@dontlaugh). --- common/shlibs | 7 ++++--- srcpkgs/notcurses/template | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/common/shlibs b/common/shlibs index 6fe46eaaeb05..81b10645010a 100644 --- a/common/shlibs +++ b/common/shlibs @@ -3952,9 +3952,10 @@ 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.5_1 +libnotcurses-core.so.3 notcurses-3.0.5_1 +libnotcurses++.so.3 notcurses-3.0.5_1 +libnotcurses-ffi.so.3 notcurses-3.0.5_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..b4e33f45aa1c 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.5 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=accb41b9bad3415017207c0992c791e4d887c505d5aa1b3be0c44456489e537d build_options="man" desc_option_man="Use pandoc for manpages" From 3d681d29d869b8101a23807e4101638fe6df586d Mon Sep 17 00:00:00 2001 From: mobinmob <mobinmob@disroot.org> Date: Sun, 23 Jan 2022 11:07:43 +0200 Subject: [PATCH 2/3] New package: libdeflate-1.9 --- common/shlibs | 1 + srcpkgs/libdeflate-devel | 1 + srcpkgs/libdeflate/template | 28 ++++++++++++++++++++++++++++ 3 files changed, 30 insertions(+) create mode 120000 srcpkgs/libdeflate-devel create mode 100644 srcpkgs/libdeflate/template diff --git a/common/shlibs b/common/shlibs index 81b10645010a..ab74a1fd25a9 100644 --- a/common/shlibs +++ b/common/shlibs @@ -4101,3 +4101,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..865b442a3710 --- /dev/null +++ b/srcpkgs/libdeflate/template @@ -0,0 +1,28 @@ +# Template file for 'libdeflate' +pkgname=libdeflate +version=1.9 +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=a537ab6125c226b874c02b166488b326aece954930260dbf682d88fc339137e3 + +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" + vmove "/usr/lib/pkgconfig" + } +} From ba2589162b08f7b767badb6bc500130105cfb29f Mon Sep 17 00:00:00 2001 From: mobinmob <mobinmob@disroot.org> Date: Sun, 23 Jan 2022 11:07:52 +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-23 9:09 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 ` [PR PATCH] [Updated] " mobinmob 2022-01-14 13:52 ` [PR REVIEW] " 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 [this message] 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=20220123090956.Efg122O57deGKmR11rLSC1kp8wWy8NdUtaZboA9m-Hg@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).