summaryrefslogtreecommitdiff
path: root/net-im/gtox/gtox-9999.ebuild
blob: 45661958c00d1c25563a99ee66e0b8ba8d392d57 (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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

inherit eutils git-2 cmake-utils

DESCRIPTION="A GTK3 Tox-Client"
HOMEPAGE="https://github.com/kokutoru/gtox"
SRC_URI=""
EGIT_REPO_URI="git://github.com/kokutoru/gtox.git"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
#IUSE="+filter_audio gtk X"

DEPEND="
	dev-util/cmake
	>=sys-devel/gcc-4.9.0
	>=dev-cpp/gtkmm-3.16.0
	dev-libs/atk
	dev-libs/glib:2
	dev-cpp/glibmm
	dev-libs/flatbuffers
	x11-libs/gtk+:3
	x11-libs/cairo[X]
	x11-libs/pango[X]
	x11-libs/libnotify
	gnome-base/librsvg
	dev-db/sqlite:3
	sys-devel/gettext
	media-libs/libcanberra[gtk3,sound]
	>=dev-cpp/gstreamermm-1.0.10
	net-libs/tox[av]
	x11-libs/libX11"
RDEPEND="${DEPEND}"

CMAKE_USE_DIR="${S}/src"

src_prepare() {
	cmake-utils_src_prepare
}

src_configure() {
	cmake-utils_src_configure
}

src_compile() {
	cmake-utils_src_compile
}

src_install() {
	cmake-utils_src_install
}