From 109005d30756750b09d8fe329232094d323b090f Mon Sep 17 00:00:00 2001 From: mobinmob Date: Fri, 31 Dec 2021 17:34:46 +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 999d3ad714b8..84564939148a 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..a2c0c3ac5469 --- /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="PREFIX=/usr PROG_SUFFIX=libdeflate" +checkdepends="zlib-devel" +short_desc="Optimized library for DEFLATE/zlib/gzip (de)compression" +maintainer="mobinmob " +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 339da6240a39680aeaa20a914488a357e7d32b6e Mon Sep 17 00:00:00 2001 From: mobinmob Date: Fri, 31 Dec 2021 17:34:52 +0200 Subject: [PATCH 2/3] notcurses: update to 3.0.2. --- common/shlibs | 6 +++--- srcpkgs/notcurses/template | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/common/shlibs b/common/shlibs index 84564939148a..a0716dabfc25 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..76742c57672b 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.2 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 " @@ -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=b4839108ca8f9aef31d2f537485cbd878356bbcd4ad4f7a4dd19e72201d01cee build_options="man" desc_option_man="Use pandoc for manpages" From df7ab3ad1f106de7ed1fdb743e7d14c983866ef3 Mon Sep 17 00:00:00 2001 From: mobinmob Date: Fri, 31 Dec 2021 17:34:57 +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 " 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"