diff options
| author | 1024x2 | 2026-08-19 17:05:56 +0100 |
|---|---|---|
| committer | 1024x2 | 2026-08-19 17:10:28 +0100 |
| commit | a6b8abf9975998b488ea85824616282d0fff31db (patch) | |
| tree | 05b19fb46d7ee4d36f591082829534f7c6459936 /app-editors/lite-xl-plugin-manager/lite-xl-plugin-manager-1.4.0.ebuild | |
| parent | 3fff00cb838e90019006e51ba6a2983152512ade (diff) | |
app-editors/lite-xl-plugin-manager: add 1.4.7, remove old versions, update for virtual/zlib
Diffstat (limited to 'app-editors/lite-xl-plugin-manager/lite-xl-plugin-manager-1.4.0.ebuild')
| -rw-r--r-- | app-editors/lite-xl-plugin-manager/lite-xl-plugin-manager-1.4.0.ebuild | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/app-editors/lite-xl-plugin-manager/lite-xl-plugin-manager-1.4.0.ebuild b/app-editors/lite-xl-plugin-manager/lite-xl-plugin-manager-1.4.0.ebuild deleted file mode 100644 index 58991c1..0000000 --- a/app-editors/lite-xl-plugin-manager/lite-xl-plugin-manager-1.4.0.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson - -DESCRIPTION="Plugin manager for app-editors/lite-xl" -HOMEPAGE="https://github.com/lite-xl/lite-xl-plugin-manager" - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_SUBMODULES=() - EGIT_REPO_URI="https://github.com/lite-xl/lite-xl-plugin-manager.git" -else - SRC_URI="https://github.com/lite-xl/lite-xl-plugin-manager/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" -fi - -LICENSE="MIT" -SLOT="0" -IUSE="+lite-xl" - -RDEPEND=" - sys-libs/zlib - <net-libs/mbedtls-3 - dev-libs/libgit2 - dev-libs/libzip - dev-lang/lua:5.4 -" -DEPEND="${RDEPEND}" - -src_prepare() { - # pkgconfig fix - sed -i -e "s/dependency('lua')/dependency('lua5.4')/" meson.build - - eapply_user -} - -src_configure() { - # disable self-upgrading (won't work when installed system-wide anyway) - append-cppflags '-DLPM_DEFAULT_RELEASE=""' - - local emesonargs=( - -Dstatic=true - ) - meson_src_configure -} - -src_install() { - dobin "${BUILD_DIR}/lpm" - - if use lite-xl; then - insinto /usr/share/lite-xl - doins -r libraries plugins - fi - - einstalldocs -} |
