Termux Github Actions
462926e99c
lua-language-server: update to 3.0.1
...
This commit has been automatically submitted by Github Actions.
2022-04-11 12:14:52 +00:00
Termux Github Actions
96127828ee
lua-language-server: update to 3.0.0
...
This commit has been automatically submitted by Github Actions.
2022-04-10 00:15:03 +00:00
Aditya Alok
3a36623b16
chore(lua-language-server): update to 2.6.8
...
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-04-09 22:51:37 +05:30
Aditya Alok
4342d49757
feat(lua-language-server): enable auto-update and update to 2.6.7
...
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-03-31 14:52:58 +05:30
Saurabh Charde
c6e8cc1e3b
lua-language-server: Depends on libandroid-spawn
...
* CANNOT LINK EXECUTABLE "/data/data/com.termux/files/usr/lib/lua-language-server/bin/lua-language-server": library "libandroid-spawn.so" not found: needed by main executable
Signed-off-by: Saurabh Charde <saurabhchardereal@gmail.com>
2022-03-20 03:54:31 +09:00
Yaksh Bariya
4c918e0314
lua-language-server: Use generic patch file names
2022-02-21 03:27:37 +09:00
Aditya Alok
87732bc490
chore(lua-language-server): update to 2.6.0
...
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-01-16 10:55:12 +05:30
Aditya Alok
93102bbf13
Update lua lsp ( #8518 )
...
* feat(lua-language-server): enable `i686` arch
* chore(lua-language-server): bump revision
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-01-10 19:17:41 +05:30
Aditya Alok
03ca3acb29
Chore(lua-language-server): update to 2.5.6 ( #8493 )
...
* Chore(lua-language-server): update to 2.5.6
- remove arm from TERMUX_PKG_BLACKLISTED_ARCHES
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
* fix(lua-language-server): update `make.lua` patch
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
* Fix(lua-language-server): wrong install path
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-01-10 18:48:21 +05:30
Aditya Alok
5af92134e5
lua-language-server: update to 2.4.7
2021-11-08 17:05:50 +05:30
Aditya Alok
6719353887
lua-language-server: update to 2.4.6
2021-10-30 19:00:34 +05:30
Aditya Alok
e97dd8baff
lua-language-server: update patch logic
2021-10-30 19:00:33 +05:30
Aditya Alok
e1c980b84b
lua-language-server: apply ondevice patch before host build
2021-10-30 19:00:33 +05:30
Aditya Alok
e2d8192560
lua-language-server: sed and patch in pipe command
2021-10-30 19:00:33 +05:30
Aditya Alok
28771a5914
lua-language-server: remove manual patch step
2021-10-30 19:00:32 +05:30
Aditya Alok
2ee5fbd234
lua-language-server: bump revision
2021-10-30 19:00:32 +05:30
Aditya Alok
642e701260
lua-language-server: fix CANNOT_LINK_EXECUTABLE
2021-10-30 19:00:32 +05:30
Aditya Alok
1b9ccc79e5
lua-language-server: escape $ sign in heredoc
2021-10-27 16:13:49 +05:30
Aditya Alok
bc8448dc11
lua-language-server: manually provide version information
...
ELF is unable to determine its version after action of `termux-elf-cleaner`
2021-10-27 16:13:49 +05:30
Aditya Alok
5795233d33
lua-language-server: finalize build
2021-10-27 16:13:49 +05:30
Aditya Alok
babc96b19b
lua-language-server: update patches and clean build script
...
lua-language-server: try
lua-language-server: try
2021-10-27 16:13:49 +05:30
Aditya Alok
51ab7e0ca5
lua-language-server: remove duplicate variables
...
try
try
try
2021-10-27 16:13:48 +05:30
Aditya Alok
b395af50c1
lua-language-server: patch bee.lua
...
lua-language-server: try 4
lua-language-server: add before host build patch
2021-10-27 16:13:48 +05:30
Aditya Alok
64f0311309
lua-language-server: update make.lua.patch
2021-10-27 16:13:48 +05:30
Aditya Alok
0101394d1c
lua-language-server: remove install_path.patch
2021-10-27 16:13:47 +05:30
Aditya Alok
dbca306198
lua-language-server: update to 2.4.5
...
lua-language-server: fix `install_path.patch`
lua-language-server: update `unittests.patch`
lua-language-server: update `unittests.patch` and rename to `make.lua.patch`
2021-10-27 16:13:15 +05:30
Henrik Grimler
de9bb8bbde
lua-language-server: bump revision
2021-10-23 09:29:27 +02:00
Henrik Grimler
864f6a63fe
lua-language-server: fix hostbuild step
...
Package still fails to build though:
FAILED: build/obj/source_bee/subprocess_posix.obj
aarch64-linux-android-clang -MMD -MT build/obj/source_bee/subprocess_posix.obj -MF build/obj/source_bee/subprocess_posix.obj.d -std=c++17 -O2 -Wall -Werror -fvisibility=hidden -I3rd/bee.lua/bee/nonstd -I3rd/bee.lua -DBEE_INLINE -DNDEBUG -fstack-protector-strong -Oz -I/data/data/com.termux/files/usr/include -o build/obj/source_bee/subprocess_posix.obj -c 3rd/bee.lua/bee/subprocess/subprocess_posix.cpp
3rd/bee.lua/bee/subprocess/subprocess_posix.cpp:152:17: error: 'posix_spawnattr_init' is unavailable: introduced in Android 28
int r = posix_spawnattr_init(&spawnattr_);
^
/data/data/com.termux/files/usr/include/spawn.h:56:5: note: 'posix_spawnattr_init' has been explicitly marked unavailable here
int posix_spawnattr_init(posix_spawnattr_t* __attr) __INTRODUCED_IN(28);
^
2021-10-22 23:05:45 +02:00
Leonid Pliushch
79b9322cf3
rebuild: fluidsynth, helix, libdvbcsa, lua-language-server
2021-10-10 18:51:31 +03:00
Leonid Pliushch
5c19bcdf4f
fix maintainer fields for some packages
...
* No organization names in maintainer fields.
* User names should be prefixed with @ if no email specified.
* If email is specified, then username shouldn't have leading "@" -
otherwise Repology will treat package as it had 2 maintainers.
2021-10-10 16:38:53 +03:00
Leonid Pliushch
a36563b215
lua-language-server: bump revision
2021-10-04 12:15:38 +03:00
Lucinda May Phipps
da6bda6614
lua-language-server: bump revision
2021-10-03 22:51:49 +01:00
Aditya Alok
91f466e145
lua-language-server: add again and update unittest.patch
2021-10-04 00:20:37 +05:30
Aditya Alok
6e96ee4017
lua-language-server: remove unittest.patch
2021-10-04 00:20:37 +05:30
Aditya Alok
645648fe3f
lua-language-server: remove bee-tests.patch
2021-10-04 00:20:37 +05:30
Aditya Alok
940ab97821
lua-language-server: update to 2.4.1
2021-10-04 00:20:36 +05:30
Aditya Alok
5a6dfc594a
lua-language-server: build from tag
2021-10-04 00:20:36 +05:30
Leonid Pliushch
9608af5a38
update debscripts for compatibility with pacman format
2021-09-10 19:55:32 +03:00
Lucy Phipps
4392d998b0
hopefully trigger build of lua-language-server
2021-08-11 18:28:14 +01:00
Aditya Alok
5942789b2a
Add package: lua-language-server
2021-08-10 22:33:58 +02:00