From: "Akinori Hattori" <hattya@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libgxim/
Date: Sun, 23 Jul 2017 13:52:52 +0000 (UTC) [thread overview]
Message-ID: <1500817956.bce4e9e5b4aa14217370b2344157ab3cdc735f74.hattya@gentoo> (raw)
commit: bce4e9e5b4aa14217370b2344157ab3cdc735f74
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 23 13:49:59 2017 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sun Jul 23 13:52:36 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bce4e9e5
x11-libs/libgxim: add test USE flag
Package-Manager: Portage-2.3.6, Repoman-2.3.1
x11-libs/libgxim/libgxim-0.5.0.ebuild | 24 ++++++++++++++++++++----
1 file changed, 20 insertions(+), 4 deletions(-)
diff --git a/x11-libs/libgxim/libgxim-0.5.0.ebuild b/x11-libs/libgxim/libgxim-0.5.0.ebuild
index 26a9156725b..a9bd005eae5 100644
--- a/x11-libs/libgxim/libgxim-0.5.0.ebuild
+++ b/x11-libs/libgxim/libgxim-0.5.0.ebuild
@@ -3,7 +3,7 @@
EAPI="6"
-inherit ltprune
+inherit autotools ltprune
DESCRIPTION="GObject-based XIM protocol library"
HOMEPAGE="https://tagoh.bitbucket.io/libgxim"
@@ -12,7 +12,7 @@ SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="static-libs"
+IUSE="static-libs test"
RDEPEND="dev-libs/dbus-glib
dev-libs/glib:2
@@ -20,11 +20,27 @@ RDEPEND="dev-libs/dbus-glib
virtual/libintl
x11-libs/gtk+:2"
DEPEND="${RDEPEND}
- dev-libs/check
dev-lang/ruby
dev-util/intltool
+ sys-devel/autoconf-archive
sys-devel/gettext
- virtual/pkgconfig"
+ virtual/pkgconfig
+ test? ( dev-libs/check )"
+
+AT_M4DIR="m4macros"
+
+src_prepare() {
+ sed -i \
+ -e "/PKG_CHECK_MODULES/s/\(check\)/$(usex test '\1' _)/" \
+ -e "/^GNOME_/d" \
+ -e "/^CFLAGS/s/\$WARN_CFLAGS/-Wall -Wmissing-prototypes/" \
+ configure.ac
+
+ sed -i "/^ACLOCAL_AMFLAGS/,/^$/d" Makefile.am
+
+ default
+ eautoreconf
+}
src_configure() {
econf $(use_enable static-libs static)
next reply other threads:[~2017-07-23 13:52 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-23 13:52 Akinori Hattori [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-07-23 13:52 [gentoo-commits] repo/gentoo:master commit in: x11-libs/libgxim/ Akinori Hattori
2017-07-23 13:52 Akinori Hattori
2017-07-23 13:52 Akinori Hattori
2017-07-23 13:52 Akinori Hattori
2017-08-12 14:29 Akinori Hattori
2018-10-04 9:11 Naohiro Aota
2019-06-05 6:48 Agostino Sarubbo
2019-10-19 5:28 Hans de Graaff
2020-05-02 5:18 Hans de Graaff
2020-08-23 13:24 Akinori Hattori
2020-08-23 13:24 Akinori Hattori
2020-08-23 13:24 Akinori Hattori
2022-12-03 14:57 Hans de Graaff
2023-04-07 18:11 Sam James
2024-09-14 9:26 Hans de Graaff
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=1500817956.bce4e9e5b4aa14217370b2344157ab3cdc735f74.hattya@gentoo \
--to=hattya@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