Install this version:
emerge -a =x11-terms/pantheon-terminal-8.1.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 8.1.0 | 8 | amd64 | 0 |
# Copyright 1999-2020 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit gnome2 meson vala
DESCRIPTION="The terminal of the 21st century"
HOMEPAGE="https://github.com/elementary/terminal"
SRC_URI="https://github.com/elementary/terminal/archive/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/terminal-${PV}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64"
RDEPEND="
dev-libs/libgee:0.8
dev-libs/glib:2
<dev-libs/granite-7:0
dev-libs/libpcre2
gui-libs/gtk:4
gui-libs/libadwaita:1
gui-libs/vte:2.91-gtk4[vala]
"
DEPEND="${RDEPEND}
$(vala_depend)
virtual/pkgconfig
"
pkg_setup() {
vala_setup
}
src_prepare() {
#eapply "${FILESDIR}/drop-tests.patch"
eapply_user
}
${RDEPEND}
$(vala_depend)
virtual/pkgconfig
dev-libs/libgee:0.8 dev-libs/glib:2 <dev-libs/granite-7:0 dev-libs/libpcre2 gui-libs/gtk:4 gui-libs/libadwaita:1 gui-libs/vte:2.91-gtk4[vala]
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | pantheon-terminal-8.1.0.tar.gz | 1190899 bytes | https://github.com/elementary/terminal/archive/8.1.0.tar.gz |