Install this version:
emerge -a =x11-terms/tym-3.5.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =x11-terms/tym-3.5.1
Or alternatively:
emerge --autounmask-write -a =x11-terms/tym-3.5.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 3.5.1 | 8 | ~amd64 | 0 |
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
LUA_COMPAT=( lua5-3 luajit )
inherit autotools lua-single xdg
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/endaaman/tym"
else
SRC_URI="https://github.com/endaaman/tym/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi
DESCRIPTION="Lua-configurable terminal emulator"
HOMEPAGE="https://github.com/endaaman/tym"
LICENSE="MIT"
SLOT="0"
IUSE="test"
REQUIRED_USE="${LUA_REQUIRED_USE}"
DEPEND="
${LUA_DEPS}
x11-libs/gtk+:3
x11-libs/vte
"
RDEPEND="${DEPEND}
dev-libs/glib
dev-libs/libpcre2
x11-libs/cairo
x11-libs/pango
"
src_prepare() {
default
# the categories provided by eclass do a better job than upstream, and
# having duplicate list of categories fails on QA
sed -i '/^Categories=.*$/d' "${S}"/tym-daemon.desktop "${S}"/tym.desktop || die
}
src_configure() {
eautoreconf
econf --enable-luajit=$(usex lua_single_target_luajit yes no) --enable-debug=$(usex test yes no)
}
Manage flags for this package:
euse -i <flag> -p x11-terms/tym |
euse -E <flag> -p x11-terms/tym |
euse -D <flag> -p x11-terms/tym
x11-libs/gtk+:3 x11-libs/vte
x11-libs/gtk+:3 x11-libs/vte dev-libs/glib dev-libs/libpcre2 x11-libs/cairo x11-libs/pango
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | tym-3.5.1.tar.gz | 46145 bytes | https://github.com/endaaman/tym/archive/refs/tags/3.5.1.tar.gz |