public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas HAttel (dilfridge)" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-i18n/fcitx: ChangeLog fcitx-4.2.1.ebuild
Date: Wed,  4 Apr 2012 20:12:20 +0000 (UTC)	[thread overview]
Message-ID: <20120404201220.DC1AF2004B@flycatcher.gentoo.org> (raw)

dilfridge    12/04/04 20:12:20

  Modified:             ChangeLog fcitx-4.2.1.ebuild
  Log:
  Fix multilib-strict, bug 410797; add missing intltool depend. Acked by naota.
  
  (Portage version: 2.1.10.54/cvs/Linux x86_64)

Revision  Changes    Path
1.43                 app-i18n/fcitx/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/fcitx/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	4 Apr 2012 17:46:03 -0000	1.42
+++ ChangeLog	4 Apr 2012 20:12:20 -0000	1.43
@@ -1,6 +1,9 @@
 # ChangeLog for app-i18n/fcitx
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/ChangeLog,v 1.42 2012/04/04 17:46:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/ChangeLog,v 1.43 2012/04/04 20:12:20 dilfridge Exp $
+
+  04 Apr 2012; Andreas K. Huettel <dilfridge@gentoo.org> fcitx-4.2.1.ebuild:
+  Fix multilib-strict, bug 410797; add missing intltool depend. Acked by naota.
 
   04 Apr 2012; Agostino Sarubbo <ago@gentoo.org> fcitx-4.2.1.ebuild:
   Stable for amd64, wrt bug #409403



1.4                  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.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx/fcitx-4.2.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx/fcitx-4.2.1.ebuild?r1=1.3&r2=1.4

Index: fcitx-4.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-4.2.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- fcitx-4.2.1.ebuild	4 Apr 2012 17:46:03 -0000	1.3
+++ fcitx-4.2.1.ebuild	4 Apr 2012 20:12:20 -0000	1.4
@@ -1,10 +1,10 @@
 # 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.3 2012/04/04 17:46:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-4.2.1.ebuild,v 1.4 2012/04/04 20:12:20 dilfridge Exp $
 
 EAPI="3"
 
-inherit cmake-utils eutils
+inherit multilib cmake-utils eutils
 
 DESCRIPTION="Free Chinese Input Toy for X. Another Chinese XIM Input Method"
 HOMEPAGE="http://www.fcitx.org/"
@@ -26,8 +26,9 @@
 	dbus? ( sys-apps/dbus )"
 DEPEND="${RDEPEND}
 	app-arch/xz-utils
-	x11-proto/xproto
-	dev-util/pkgconfig"
+	dev-util/intltool
+	dev-util/pkgconfig
+	x11-proto/xproto"
 
 update_gtk_immodules() {
 	local GTK2_CONFDIR="/etc/gtk-2.0"
@@ -50,6 +51,7 @@
 
 src_configure() {
 	local mycmakeargs="
+		-DLIB_INSTALL_DIR=/usr/$(get_libdir)
 		$(cmake-utils_use_enable cairo)
 		$(cmake-utils_use_enable dbus)
 		$(cmake-utils_use_enable debug)






             reply	other threads:[~2012-04-04 20:12 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-04 20:12 Andreas HAttel (dilfridge) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-04-15  2:21 [gentoo-commits] gentoo-x86 commit in app-i18n/fcitx: ChangeLog fcitx-4.2.1.ebuild Naohiro Aota (naota)
2012-04-18 18:39 Markus Meier (maekke)
2012-04-04 17:46 Agostino Sarubbo (ago)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120404201220.DC1AF2004B@flycatcher.gentoo.org \
    --to=dilfridge@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox