diff options
author | 2010-12-18 10:58:47 +0000 | |
---|---|---|
committer | 2010-12-18 10:58:47 +0000 | |
commit | f17f6414fdf20766db41cdf3ffb33e69e35dc240 (patch) | |
tree | d78e9726689100401f9d99baa6ab5ed714e94c16 /app-i18n/fcitx-configtool/fcitx-configtool-0.2.0.ebuild | |
parent | Stable on x86 and amd64 (#348832) (diff) | |
download | gentoo-2-f17f6414fdf20766db41cdf3ffb33e69e35dc240.tar.gz gentoo-2-f17f6414fdf20766db41cdf3ffb33e69e35dc240.tar.bz2 gentoo-2-f17f6414fdf20766db41cdf3ffb33e69e35dc240.zip |
Version bumped
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n/fcitx-configtool/fcitx-configtool-0.2.0.ebuild')
-rw-r--r-- | app-i18n/fcitx-configtool/fcitx-configtool-0.2.0.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/app-i18n/fcitx-configtool/fcitx-configtool-0.2.0.ebuild b/app-i18n/fcitx-configtool/fcitx-configtool-0.2.0.ebuild new file mode 100644 index 000000000000..b4fcf55894a0 --- /dev/null +++ b/app-i18n/fcitx-configtool/fcitx-configtool-0.2.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-configtool/fcitx-configtool-0.2.0.ebuild,v 1.1 2010/12/18 10:58:47 qiaomuf Exp $ + +EAPI="2" + +inherit cmake-utils + +DESCRIPTION="A gtk GUI to edit fcitx settings" +HOMEPAGE="http://fcitx.googlecode.com" +SRC_URI="${HOMEPAGE}/files/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-libs/glib:2 + x11-libs/gtk+:2" +DEPEND="${RDEPEND} + >=app-i18n/fcitx-4.0.1 + dev-libs/libunique + dev-util/intltool + dev-util/pkgconfig + sys-devel/gettext" + +src_prepare() { + # fix dependency on gtk+ + epatch "${FILESDIR}/${P}-fix-gtk.patch" +} |