mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-04 03:42:56 +02:00
janet: update to 1.12.1.
This commit is contained in:
parent
6f79ab7063
commit
20b2b6c0e3
3 changed files with 11 additions and 10 deletions
|
@ -3940,7 +3940,7 @@ libcaribou.so.0 libcaribou-0.4.21_3
|
||||||
libtinyclipboard.so.1 tinyclipboard-16.01_1
|
libtinyclipboard.so.1 tinyclipboard-16.01_1
|
||||||
libcbor.so.0.7 libcbor-0.7.0_1
|
libcbor.so.0.7 libcbor-0.7.0_1
|
||||||
libfido2.so.1 libfido2-1.3.0_1
|
libfido2.so.1 libfido2-1.3.0_1
|
||||||
libjanet.so.1.11 janet-1.11.0_1
|
libjanet.so.1.12 janet-1.12.1_1
|
||||||
libOpenImageDenoise.so.0 openimagedenoise-1.2.0_1
|
libOpenImageDenoise.so.0 openimagedenoise-1.2.0_1
|
||||||
libcbang0.so cbang-1.3.3_1
|
libcbang0.so cbang-1.3.3_1
|
||||||
libblosc.so.1 c-blosc-1.17.1_1
|
libblosc.so.1 c-blosc-1.17.1_1
|
||||||
|
|
|
@ -1,13 +1,15 @@
|
||||||
--- a/meson.build.orig
|
--- meson.build.orig
|
||||||
+++ b/meson.build
|
+++ meson.build
|
||||||
@@ -184,8 +186,9 @@
|
@@ -184,10 +184,11 @@
|
||||||
extra_cross_cflags = []
|
else
|
||||||
|
extra_cflags = []
|
||||||
endif
|
endif
|
||||||
|
|
||||||
-janet_mainclient = executable('janet', janetc, mainclient_src,
|
-janet_mainclient = executable('janet', janetc, mainclient_src,
|
||||||
+janet_mainclient = executable('janet', mainclient_src,
|
+janet_mainclient = executable('janet', mainclient_src,
|
||||||
include_directories : incdir,
|
include_directories : incdir,
|
||||||
dependencies : [m_dep, dl_dep, thread_dep],
|
dependencies : [m_dep, dl_dep, thread_dep],
|
||||||
c_args : extra_native_cflags,
|
c_args : extra_cflags,
|
||||||
+ link_with : [libjanet],
|
+ link_with : [libjanet],
|
||||||
install : true)
|
install : true)
|
||||||
|
|
||||||
|
if meson.is_cross_build()
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'janet'
|
# Template file for 'janet'
|
||||||
pkgname=janet
|
pkgname=janet
|
||||||
version=1.11.3
|
version=1.12.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
short_desc="Dynamic Lisp dialect and bytecode VM"
|
short_desc="Dynamic Lisp dialect and bytecode VM"
|
||||||
|
@ -8,8 +8,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://janet-lang.org/"
|
homepage="https://janet-lang.org/"
|
||||||
distfiles="https://github.com/janet-lang/janet/archive/v${version}.tar.gz"
|
distfiles="https://github.com/janet-lang/janet/archive/v${version}.tar.gz"
|
||||||
checksum=60b389b5fcc5969760ec802fa5faf6383e272c769aef4a94e377cfd8376f4a8c
|
checksum=a04670448ad41802830c1b4a5dc217d85ed39727734ee5e63a5cf59aa2d50e78
|
||||||
patch_args="-Np1"
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue