From 7001d495a1ad76e28d228e61ceaa761fd74472af Mon Sep 17 00:00:00 2001 From: Harrison Thorne Date: Wed, 18 Nov 2020 08:25:32 -0700 Subject: [PATCH 1/3] New package: tree-sitter-0.17.3 --- common/shlibs | 1 + srcpkgs/tree-sitter-devel | 1 + srcpkgs/tree-sitter/template | 26 ++++++++++++++++++++++++++ 3 files changed, 28 insertions(+) create mode 120000 srcpkgs/tree-sitter-devel create mode 100644 srcpkgs/tree-sitter/template diff --git a/common/shlibs b/common/shlibs index e030495fd63..c08a57985fb 100644 --- a/common/shlibs +++ b/common/shlibs @@ -4045,3 +4045,4 @@ libutil-cmdline-samba4.so samba-libs-4.13.2_1 libwinbind-client-samba4.so samba-libs-4.13.2_1 libsixel.so.1 libsixel-1.8.6_1 libpamtest.so.0 pam_wrapper-1.1.3_1 +libtree-sitter.so.0 tree-sitter-0.17.3_1 diff --git a/srcpkgs/tree-sitter-devel b/srcpkgs/tree-sitter-devel new file mode 120000 index 00000000000..25ba75a1097 --- /dev/null +++ b/srcpkgs/tree-sitter-devel @@ -0,0 +1 @@ +tree-sitter/ \ No newline at end of file diff --git a/srcpkgs/tree-sitter/template b/srcpkgs/tree-sitter/template new file mode 100644 index 00000000000..3130ba7eaf6 --- /dev/null +++ b/srcpkgs/tree-sitter/template @@ -0,0 +1,26 @@ +# Template file for 'tree-sitter' +pkgname=tree-sitter +version=0.17.3 +revision=1 +build_style=gnu-makefile +short_desc="Parser generator tool and incremental parsing library" +maintainer="Harrison Thorne " +license="MIT" +homepage="https://tree-sitter.github.io" +distfiles="https://github.com/tree-sitter/${pkgname}/archive/${version}.tar.gz" +checksum=a897e5c9a7ccb74271d9b20d59121d2d2e9de8b896c4d1cfaac0f8104c1ef9f8 + +post_install() { + vlicense LICENSE +} + +tree-sitter-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 74e6ad5f0c820c63ec68fe3ec414e26a43543423 Mon Sep 17 00:00:00 2001 From: mobinmob Date: Tue, 17 Nov 2020 16:53:28 +0200 Subject: [PATCH 2/3] New package: nocurses-2.0.4. --- common/shlibs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/shlibs b/common/shlibs index c08a57985fb..93de1f75452 100644 --- a/common/shlibs +++ b/common/shlibs @@ -4046,3 +4046,5 @@ libwinbind-client-samba4.so samba-libs-4.13.2_1 libsixel.so.1 libsixel-1.8.6_1 libpamtest.so.0 pam_wrapper-1.1.3_1 libtree-sitter.so.0 tree-sitter-0.17.3_1 +libnotcurses.so.2 notcurses-2.0.4_1 +libnotcurses++.so.2 notcurses-2.0.4_1 From d415c54cbe7643d212a35d9f9b455c901711de9f Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Sun, 22 Nov 2020 19:51:27 -0600 Subject: [PATCH 3/3] evemu: New package Closes #26600 Close: #26623 --- common/shlibs | 1 + 1 file changed, 1 insertion(+) diff --git a/common/shlibs b/common/shlibs index 93de1f75452..494650a0160 100644 --- a/common/shlibs +++ b/common/shlibs @@ -4048,3 +4048,4 @@ libpamtest.so.0 pam_wrapper-1.1.3_1 libtree-sitter.so.0 tree-sitter-0.17.3_1 libnotcurses.so.2 notcurses-2.0.4_1 libnotcurses++.so.2 notcurses-2.0.4_1 +libevemu.so.3 evemu-2.7.0_1