Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-i18n/fcitx: ChangeLog fcitx-4.2.1.ebuild
Date: Wed, 04 Apr 2012 20:12:32
Message-Id: 20120404201220.DC1AF2004B@flycatcher.gentoo.org
1 dilfridge 12/04/04 20:12:20
2
3 Modified: ChangeLog fcitx-4.2.1.ebuild
4 Log:
5 Fix multilib-strict, bug 410797; add missing intltool depend. Acked by naota.
6
7 (Portage version: 2.1.10.54/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.43 app-i18n/fcitx/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx/ChangeLog?rev=1.43&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx/ChangeLog?rev=1.43&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx/ChangeLog?r1=1.42&r2=1.43
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-i18n/fcitx/ChangeLog,v
19 retrieving revision 1.42
20 retrieving revision 1.43
21 diff -u -r1.42 -r1.43
22 --- ChangeLog 4 Apr 2012 17:46:03 -0000 1.42
23 +++ ChangeLog 4 Apr 2012 20:12:20 -0000 1.43
24 @@ -1,6 +1,9 @@
25 # ChangeLog for app-i18n/fcitx
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/ChangeLog,v 1.42 2012/04/04 17:46:03 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/ChangeLog,v 1.43 2012/04/04 20:12:20 dilfridge Exp $
29 +
30 + 04 Apr 2012; Andreas K. Huettel <dilfridge@g.o> fcitx-4.2.1.ebuild:
31 + Fix multilib-strict, bug 410797; add missing intltool depend. Acked by naota.
32
33 04 Apr 2012; Agostino Sarubbo <ago@g.o> fcitx-4.2.1.ebuild:
34 Stable for amd64, wrt bug #409403
35
36
37
38 1.4 app-i18n/fcitx/fcitx-4.2.1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx/fcitx-4.2.1.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx/fcitx-4.2.1.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx/fcitx-4.2.1.ebuild?r1=1.3&r2=1.4
43
44 Index: fcitx-4.2.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-4.2.1.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- fcitx-4.2.1.ebuild 4 Apr 2012 17:46:03 -0000 1.3
51 +++ fcitx-4.2.1.ebuild 4 Apr 2012 20:12:20 -0000 1.4
52 @@ -1,10 +1,10 @@
53 # Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-4.2.1.ebuild,v 1.3 2012/04/04 17:46:03 ago Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-4.2.1.ebuild,v 1.4 2012/04/04 20:12:20 dilfridge Exp $
57
58 EAPI="3"
59
60 -inherit cmake-utils eutils
61 +inherit multilib cmake-utils eutils
62
63 DESCRIPTION="Free Chinese Input Toy for X. Another Chinese XIM Input Method"
64 HOMEPAGE="http://www.fcitx.org/"
65 @@ -26,8 +26,9 @@
66 dbus? ( sys-apps/dbus )"
67 DEPEND="${RDEPEND}
68 app-arch/xz-utils
69 - x11-proto/xproto
70 - dev-util/pkgconfig"
71 + dev-util/intltool
72 + dev-util/pkgconfig
73 + x11-proto/xproto"
74
75 update_gtk_immodules() {
76 local GTK2_CONFDIR="/etc/gtk-2.0"
77 @@ -50,6 +51,7 @@
78
79 src_configure() {
80 local mycmakeargs="
81 + -DLIB_INSTALL_DIR=/usr/$(get_libdir)
82 $(cmake-utils_use_enable cairo)
83 $(cmake-utils_use_enable dbus)
84 $(cmake-utils_use_enable debug)