mirror of
https://github.com/gentoo-mirror/gentoo-zh.git
synced 2025-04-17 23:18:49 -04:00
app-i18n/fcitx-configtool: version bump tp 0.4.5.1
This commit is contained in:
parent
14d771ec24
commit
4be67a1448
1
app-i18n/fcitx-configtool/Manifest
Normal file
1
app-i18n/fcitx-configtool/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST fcitx-configtool-0.4.5.1.tar.xz 42468 SHA256 bde3097a073dba733633c33d9b4834acdb46295fed7fc5d95dda3a2260f91e28
|
37
app-i18n/fcitx-configtool/fcitx-configtool-0.4.5.1.ebuild
Normal file
37
app-i18n/fcitx-configtool/fcitx-configtool-0.4.5.1.ebuild
Normal file
@ -0,0 +1,37 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=4
|
||||
|
||||
inherit cmake-utils
|
||||
|
||||
DESCRIPTION="A GTK+ GUI to edit fcitx settings"
|
||||
HOMEPAGE="http://fcitx.googlecode.com/"
|
||||
SRC_URI="${HOMEPAGE}files/${P}.tar.xz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="gtk +gtk3"
|
||||
REQUIRED_USE="|| ( gtk gtk3 )"
|
||||
RESTRICT="mirror"
|
||||
|
||||
RDEPEND=">=app-i18n/fcitx-4.2.6
|
||||
dev-libs/glib:2
|
||||
gtk? ( x11-libs/gtk+:2 )
|
||||
gtk3? ( x11-libs/gtk+:3 )"
|
||||
DEPEND="${RDEPEND}
|
||||
app-arch/xz-utils
|
||||
app-text/iso-codes
|
||||
dev-libs/libunique:1
|
||||
dev-util/intltool
|
||||
virtual/pkgconfig
|
||||
sys-devel/gettext"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs="
|
||||
$(cmake-utils_use_enable gtk GTK2)
|
||||
$(cmake-utils_use_enable gtk3 GTK3)"
|
||||
cmake-utils_src_configure
|
||||
}
|
@ -15,15 +15,25 @@ SRC_URI=""
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS=""
|
||||
IUSE=""
|
||||
RESTRICT="mirror"
|
||||
IUSE="gtk +gtk3"
|
||||
REQUIRED_USE="|| ( gtk gtk3 )"
|
||||
|
||||
RDEPEND="dev-libs/glib:2
|
||||
x11-libs/gtk+:2"
|
||||
RDEPEND=">=app-i18n/fcitx-4.2.6
|
||||
dev-libs/glib:2
|
||||
gtk? ( x11-libs/gtk+:2 )
|
||||
gtk3? ( x11-libs/gtk+:3 )"
|
||||
DEPEND="${RDEPEND}
|
||||
>=app-i18n/fcitx-4.1.1
|
||||
app-arch/xz-utils
|
||||
app-text/iso-codes
|
||||
dev-libs/libunique:1
|
||||
dev-util/intltool
|
||||
virtual/pkgconfig
|
||||
sys-devel/gettext"
|
||||
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs="
|
||||
$(cmake-utils_use_enable gtk GTK2)
|
||||
$(cmake-utils_use_enable gtk3 GTK3)"
|
||||
cmake-utils_src_configure
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user