summaryrefslogtreecommitdiff
blob: a5cd7f5dc9a3a3935a75323604fb52f8c8b72695 (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
32
33
34
35
36
37
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI="6"

inherit gnome-meson vala

DESCRIPTION="Leverage the power of HTTPS Everywhere"
HOMEPAGE="http://www.gnome.org/"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="doc"
#FIXME does vala_depend go here?
RDEPEND="
	dev-libs/glib:2
	dev-libs/json-glib
	>=net-libs/libsoup-2.4
	dev-libs/libgee:0.8
	app-arch/libarchive
	$(vala_depend)
"
DEPEND="${RDEPEND}
	>=dev-util/meson-0.39.1
"

src_prepare() {
	vala_src_prepare
	gnome-meson_src_prepare
	default
}

#FIXME enable valadoc
src_configure() {
	gnome-meson_src_configure -Denable_valadoc=false
}