* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xnee/
@ 2020-01-29 11:32 99% Jeroen Roovers
0 siblings, 0 replies; 1+ results
From: Jeroen Roovers @ 2020-01-29 11:32 UTC (permalink / raw
To: gentoo-commits
commit: c10ce9aacc9ffcf1be2c9789ab03e21a59f6c5aa
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 29 11:02:20 2020 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Jan 29 11:32:06 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c10ce9aa
x11-misc/xnee: Set CFLAGS=-fcommon
Package-Manager: Portage-2.3.86, Repoman-2.3.20
Closes: https://bugs.gentoo.org/show_bug.cgi?id=706868
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
x11-misc/xnee/xnee-3.19-r1.ebuild | 17 +++++++++++------
1 file changed, 11 insertions(+), 6 deletions(-)
diff --git a/x11-misc/xnee/xnee-3.19-r1.ebuild b/x11-misc/xnee/xnee-3.19-r1.ebuild
index 9e2f128b15f..7b673eb0484 100644
--- a/x11-misc/xnee/xnee-3.19-r1.ebuild
+++ b/x11-misc/xnee/xnee-3.19-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-inherit autotools eutils
+EAPI=7
+inherit autotools desktop flag-o-matic
DESCRIPTION="Program suite to record, replay and distribute user actions"
-HOMEPAGE="http://www.sandklef.com/xnee/"
+HOMEPAGE="https://xnee.wordpress.com/"
SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
@@ -27,7 +27,8 @@ RDEPEND="
>=gnome-base/gconf-2
)
"
-DEPEND="${RDEPEND}
+DEPEND="
+ ${RDEPEND}
x11-base/xorg-proto
virtual/pkgconfig
sys-devel/gettext
@@ -37,13 +38,17 @@ DEPEND="${RDEPEND}
# This needs RECORD extension from X.org server which isn't necessarily
# enabled. Xlib: extension "RECORD" missing on display ":0.0".
RESTRICT="test"
+PATCHES=(
+ "${FILESDIR}"/${PN}-3.18-linker.patch
+)
src_prepare() {
- epatch "${FILESDIR}"/${PN}-3.18-linker.patch
+ default
eautoreconf
}
src_configure() {
+ append-cflags -fcommon
econf \
$(use_enable gnome gui) \
$(use_enable static-libs static) \
^ permalink raw reply related [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2020-01-29 11:32 99% [gentoo-commits] repo/gentoo:master commit in: x11-misc/xnee/ Jeroen Roovers
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox