forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
im-chooser-1.6.2.ebuild
41 lines (35 loc) · 935 Bytes
/
im-chooser-1.6.2.ebuild
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
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit gnome2 eutils
DESCRIPTION="Desktop Input Method configuration tool"
HOMEPAGE="https://fedorahosted.org/im-chooser/"
SRC_URI="https://fedorahosted.org/releases/i/m/im-chooser/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="gnome"
RDEPEND=">=app-i18n/imsettings-1.3.0
>=dev-libs/glib-2.16:2
>=x11-libs/gtk+-2.16:2
gnome? ( >=gnome-base/gnome-control-center-2.29:2 )"
# || (
# (
# >=dev-libs/glib:3
# >=x11-libs/gtk+:3
# gnome? ( gnome-base/gnome-control-center:3 )
# )
# (
# >=dev-libs/glib-2.16:2
# >=x11-libs/gtk+-2.16:2
# gnome? ( >=gnome-base/gnome-control-center-2.29:2 )
# )
# )
DEPEND="${RDEPEND}
dev-util/intltool
virtual/pkgconfig"
DOCS="AUTHORS ChangeLog NEWS README"
src_prepare() {
epatch "${FILESDIR}"/${PN}-1.5.1-imchooserui.patch
gnome2_src_prepare
}