public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-i18n/fcitx: metadata.xml fcitx-4.2.1.ebuild fcitx-4.2.4.ebuild
@ 2012-06-10  9:15 Mu Qiao (qiaomuf)
  0 siblings, 0 replies; only message in thread
From: Mu Qiao (qiaomuf) @ 2012-06-10  9:15 UTC (permalink / raw
  To: gentoo-commits

qiaomuf     12/06/10 09:15:46

  Modified:             metadata.xml fcitx-4.2.1.ebuild fcitx-4.2.4.ebuild
  Log:
  Change useflag 'qt' to 'qt4', add dependencies
  
  Thanks to Havanna for pointing out the new dependencies.
  
  (Portage version: 2.1.10.60/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  app-i18n/fcitx/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx/metadata.xml?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx/metadata.xml?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx/metadata.xml?r1=1.6&r2=1.7

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/fcitx/metadata.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- metadata.xml	7 Jun 2012 06:28:17 -0000	1.6
+++ metadata.xml	10 Jun 2012 09:15:46 -0000	1.7
@@ -7,11 +7,10 @@
 		<name>Mu Qiao</name>
 	</maintainer>
 	<use>
-		<flag name="gir">Enable GObject Introspection</flag>
+		<flag name="introspection">Enable GObject Introspection</flag>
 		<flag name="gtk3">Use GTK+3 instead of 2</flag>
 		<flag name='opencc'>Enable OpenCC for Chinese Transform</flag>
 		<flag name='pango'>Enable support for <pkg>x11-libs/pango</pkg></flag>
-		<flag name='qt'>Enable Qt IM Module</flag>
 		<flag name='snooper'>Enable Key Snooper for gtk app</flag>
 		<flag name='table'>Enable Table IM</flag>
 	</use>



1.8                  app-i18n/fcitx/fcitx-4.2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx/fcitx-4.2.1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx/fcitx-4.2.1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx/fcitx-4.2.1.ebuild?r1=1.7&r2=1.8

Index: fcitx-4.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-4.2.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- fcitx-4.2.1.ebuild	18 May 2012 14:21:32 -0000	1.7
+++ fcitx-4.2.1.ebuild	10 Jun 2012 09:15:46 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-4.2.1.ebuild,v 1.7 2012/05/18 14:21:32 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-4.2.1.ebuild,v 1.8 2012/06/10 09:15:46 qiaomuf Exp $
 
 EAPI="3"
 
@@ -13,7 +13,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ~ppc ~ppc64 x86"
-IUSE="cairo dbus debug gtk gtk3 opencc pango qt table"
+IUSE="cairo dbus debug gtk gtk3 opencc pango qt4 table"
 
 RDEPEND="x11-libs/libX11
 	x11-libs/libXrender
@@ -57,7 +57,7 @@
 		$(cmake-utils_use_enable debug)
 		$(cmake-utils_use_enable gtk GTK2_IM_MODULE)
 		$(cmake-utils_use_enable gtk3 GTK3_IM_MODULE)
-		$(cmake-utils_use_enable qt QT_IM_MODULE)
+		$(cmake-utils_use_enable qt4 QT_IM_MODULE)
 		$(cmake-utils_use_enable opencc)
 		$(cmake-utils_use_enable pango)
 		$(cmake-utils_use_enable table)"



1.2                  app-i18n/fcitx/fcitx-4.2.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx/fcitx-4.2.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx/fcitx-4.2.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx/fcitx-4.2.4.ebuild?r1=1.1&r2=1.2

Index: fcitx-4.2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-4.2.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fcitx-4.2.4.ebuild	7 Jun 2012 06:28:17 -0000	1.1
+++ fcitx-4.2.4.ebuild	10 Jun 2012 09:15:46 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-4.2.4.ebuild,v 1.1 2012/06/07 06:28:17 qiaomuf Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-4.2.4.ebuild,v 1.2 2012/06/10 09:15:46 qiaomuf Exp $
 
 EAPI="3"
 
@@ -15,7 +15,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="+cairo debug gir gtk gtk3 lua opencc +pango qt snooper static-libs +table test"
+IUSE="+cairo debug gtk gtk3 introspection lua opencc +pango qt4 snooper static-libs +table test"
 
 RDEPEND="
 	cairo? (
@@ -33,9 +33,10 @@
 		dev-libs/glib:2
 		dev-libs/dbus-glib
 	)
+	introspection? ( dev-libs/gobject-introspection )
 	lua? ( dev-lang/lua )
 	opencc? ( app-i18n/opencc )
-	qt? (
+	qt4? (
 		x11-libs/qt-gui:4
 		x11-libs/qt-dbus:4
 	)
@@ -43,8 +44,12 @@
 	x11-libs/libX11"
 DEPEND="${RDEPEND}
 	app-arch/xz-utils
+	app-text/enchant
+	app-text/iso-codes
+	dev-libs/icu
 	dev-util/intltool
 	virtual/pkgconfig
+	x11-libs/libxkbfile
 	x11-proto/xproto"
 
 update_gtk_immodules() {
@@ -78,13 +83,13 @@
 		-DLIB_INSTALL_DIR=/usr/$(get_libdir)
 		$(cmake-utils_use_enable cairo CARIO)
 		$(cmake-utils_use_enable debug DEBUG)
-		$(cmake-utils_use_enable gir GIR)
 		$(cmake-utils_use_enable gtk GTK2_IM_MODULE)
 		$(cmake-utils_use_enable gtk3 GTK3_IM_MODULE)
+		$(cmake-utils_use_enable introspection GIR)
 		$(cmake-utils_use_enable lua LUA)
 		$(cmake-utils_use_enable opencc OPENCC)
 		$(cmake-utils_use_enable pango PANGO)
-		$(cmake-utils_use_enable qt QT_IM_MODULE)
+		$(cmake-utils_use_enable qt4 QT_IM_MODULE)
 		$(cmake-utils_use_enable snooper SNOOPER)
 		$(cmake-utils_use_enable static-libs STATIC)
 		$(cmake-utils_use_enable table TABLE)






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-06-10  9:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-10  9:15 [gentoo-commits] gentoo-x86 commit in app-i18n/fcitx: metadata.xml fcitx-4.2.1.ebuild fcitx-4.2.4.ebuild Mu Qiao (qiaomuf)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox