summaryrefslogtreecommitdiff
blob: 2d9e1bad9e45e74d037785900b0466877dfa911e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit cmake xdg

DESCRIPTION="A terminal emulator designed to integrate with the ROX environment"
HOMEPAGE="https://github.com/realh/roxterm"
SRC_URI="https://github.com/realh/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-2 LGPL-3"
SLOT="1"
KEYWORDS="amd64 x86"

RDEPEND="dev-libs/dbus-glib
	dev-libs/glib:2
	dev-libs/libpcre2
	sys-apps/dbus
	x11-libs/cairo
	x11-libs/gtk+:3
	x11-libs/pango
	x11-libs/vte:2.91[vanilla]"
# vanilla vte due to https://github.com/realh/roxterm/issues/222
DEPEND="${RDEPEND}
	dev-libs/libxslt"
BDEPEND="virtual/pkgconfig"

src_prepare() {
	cmake_src_prepare
}