From 4cc44201917c89e23152a537390baa3b20bf96ef Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Tue, 12 May 2020 20:22:14 +0200 Subject: [PATCH] janet: update to 1.9.1. --- common/shlibs | 2 +- srcpkgs/janet/patches/dynlink.patch | 9 --------- srcpkgs/janet/template | 4 ++-- 3 files changed, 3 insertions(+), 12 deletions(-) diff --git a/common/shlibs b/common/shlibs index 580a12d9c8..a6902d6134 100644 --- a/common/shlibs +++ b/common/shlibs @@ -3848,7 +3848,7 @@ libcaribou.so.0 libcaribou-0.4.21_3 libtinyclipboard.so.1 tinyclipboard-16.01_1 libcbor.so.0.7 libcbor-0.7.0_1 libfido2.so.1 libfido2-1.3.0_1 -libjanet.so.1.8 janet-1.8.0_1 +libjanet.so.1.9 janet-1.9.0_1 libOpenImageDenoise.so.0 openimagedenoise-1.1.0_1 libcbang0.so cbang-1.3.3_1 libblosc.so.1 c-blosc-1.17.1_1 diff --git a/srcpkgs/janet/patches/dynlink.patch b/srcpkgs/janet/patches/dynlink.patch index 472a987ada..19e8f30c3c 100644 --- a/srcpkgs/janet/patches/dynlink.patch +++ b/srcpkgs/janet/patches/dynlink.patch @@ -1,14 +1,5 @@ --- a/meson.build.orig +++ b/meson.build -@@ -167,6 +167,8 @@ - libjanet = library('janet', janetc, - include_directories : incdir, - dependencies : [m_dep, dl_dep, thread_dep], -+ version: meson.project_version(), -+ soversion: version_parts[0] + '.' + version_parts[1], - install : true) - - # Extra c flags - adding -fvisibility=hidden matches the Makefile and @@ -184,8 +186,9 @@ extra_cross_cflags = [] endif diff --git a/srcpkgs/janet/template b/srcpkgs/janet/template index 0c38b9fd33..edc3c0f30f 100644 --- a/srcpkgs/janet/template +++ b/srcpkgs/janet/template @@ -1,6 +1,6 @@ # Template file for 'janet' pkgname=janet -version=1.8.1 +version=1.9.1 revision=1 build_style=meson short_desc="Dynamic Lisp dialect and bytecode VM" @@ -8,7 +8,7 @@ maintainer="Leah Neukirchen " license="MIT" homepage="https://janet-lang.org/" distfiles="https://github.com/janet-lang/janet/archive/v${version}.tar.gz" -checksum=0f3ee438fb159d3081b38506e51df6406b355eb241c662ca1a3529dac0140b92 +checksum=02724d6074a0d6fa53a548e8bdaaf49999f082e30b277c73444900f739a53062 patch_args="-Np1" post_install() {