The package was flagged as outdated, but the latest version shared in the comments was from a fork maintained by me as a contributor (https://github.com/jgmdev/lite-xl/releases/tag/v2.1.1.7), which includes additional features not found in the official Lite XL repository that this package is intended for. Therefore, despite the flag, this package is not actually outdated. I will remove the flag for now, feel free to re-flag it as outdated when the official repository does releases a new version.
Search Criteria
Package Details: lite-xl 2.1.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/lite-xl.git (read-only, click to copy) |
---|---|
Package Base: | lite-xl |
Description: | A lightweight text editor written in Lua |
Upstream URL: | https://lite-xl.com |
Keywords: | editor lua text |
Licenses: | MIT |
Conflicts: | lite |
Provides: | lite |
Submitter: | Terence |
Maintainer: | jgmdev (alerque) |
Last Packager: | jgmdev |
Votes: | 17 |
Popularity: | 1.35 |
First Submitted: | 2020-11-29 15:41 (UTC) |
Last Updated: | 2022-12-29 04:35 (UTC) |
Dependencies (5)
Required by (1)
Sources (1)
jgmdev commented on 2023-05-08 03:14 (UTC) (edited on 2023-05-08 03:18 (UTC) by jgmdev)
Terence commented on 2022-10-14 15:54 (UTC)
@alerque I added you as a co-maintainer and orphaned it, thank you for maintaining it.
alerque commented on 2022-10-14 11:25 (UTC)
Please consider orphaning or adding me as a co-maintainer. I'd like to see this stay a little fresher.
Terence commented on 2022-08-29 09:44 (UTC)
Thanks ochananmarqos, I pushed your changes. It should address the issue reported by alerque.
pacmanUser commented on 2022-08-28 18:27 (UTC)
Nice
yochananmarqos commented on 2022-04-12 18:05 (UTC)
Please do not enable wrap mode. All required dependencies are either in the repos or AUR:
# Comment to build non-jit version
_commit=bd36b44d615304b26e32fd11dc8b0f788fa795bf
if [ "$_commit" = "" ]; then
depends=('agg' 'freetype2' 'lua52' 'pcre2' 'reproc' 'sdl2')
source=("$pkgname-$pkgver.tar.gz::https://github.com/lite-xl/lite-xl/archive/v$pkgver.tar.gz")
md5sums=('d7e0b2141a67725f75e93d45bd2d53f7')
else
depends=('agg' 'freetype2' 'luajit' 'pcre2' 'reproc' 'sdl2')
source=("$pkgname-$_commit.tar.gz::https://github.com/lite-xl/lite-xl/archive/${_commit}.zip")
md5sums=('69a59c34ce201ec9071732b0f994a11c')
fi
Working PKGBUILD
alerque commented on 2022-02-03 12:39 (UTC) (edited on 2022-02-03 12:43 (UTC) by alerque)
My previous comment has still not been addressed, this is still missing dependencies to build.
alerque commented on 2021-12-25 10:58 (UTC)
This package is missing some dependencies, it does not build in a clean chroot with the dependencies listed. First it complains about cmake
, which may be optional — but then it dies on not finding libagg
. As a fallback it looks like it tries to download libagg via git
, but that isn't a makedepends so it doesn't have that either.
redtide commented on 2021-10-25 10:10 (UTC)
@daurnimator reproc is part of the dependencies, it was introduced primarily to make work the LSP plugin and to provide sub-processes handling. There is a work in progress pull request to replace it with own code, so it will probably be removed in a next version.
daurnimator commented on 2021-09-27 13:58 (UTC)
Seems like the reproc dependency isn't used?
Pinned Comments
jgmdev commented on 2023-05-08 03:14 (UTC) (edited on 2023-05-08 03:18 (UTC) by jgmdev)
The package was flagged as outdated, but the latest version shared in the comments was from a fork maintained by me as a contributor (https://github.com/jgmdev/lite-xl/releases/tag/v2.1.1.7), which includes additional features not found in the official Lite XL repository that this package is intended for. Therefore, despite the flag, this package is not actually outdated. I will remove the flag for now, feel free to re-flag it as outdated when the official repository does releases a new version.