summaryrefslogtreecommitdiff
blob: 444aa15f6a690a81a3db802435539973f033e9e7 (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
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="2"
DESCRIPTION="A gtk GUI to change fcitx config"
HOMEPAGE="http://fcitx.googlecode.com"
SRC_URI="${HOMEPAGE}/files/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

DEPEND="${RDEPEND}
	>=app-i18n/fcitx-4.0.0
	dev-util/intltool
	dev-util/pkgconfig
	sys-devel/gettext"
RDEPEND="dev-libs/glib:2
	>=x11-libs/gtk+-2.10.0"

src_install(){
	emake DESTDIR="${D}" install
}