From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/nx/
Date: Wed, 4 Apr 2018 11:25:41 +0000 (UTC) [thread overview]
Message-ID: <1522841135.a48309576e9c1ad40b75ec23f28ad0bf61219902.polynomial-c@gentoo> (raw)
commit: a48309576e9c1ad40b75ec23f28ad0bf61219902
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 4 11:24:51 2018 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed Apr 4 11:25:35 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4830957
net-misc/nx: Added missing RDEPENDs. Minor cleanups.
Package-Manager: Portage-2.3.28, Repoman-2.3.9
net-misc/nx/nx-3.5.99.16.ebuild | 34 +++++++++++++++++++++++++---------
1 file changed, 25 insertions(+), 9 deletions(-)
diff --git a/net-misc/nx/nx-3.5.99.16.ebuild b/net-misc/nx/nx-3.5.99.16.ebuild
index f051eba5a3c..e073af44a60 100644
--- a/net-misc/nx/nx-3.5.99.16.ebuild
+++ b/net-misc/nx/nx-3.5.99.16.ebuild
@@ -14,15 +14,29 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="elibc_glibc"
-RDEPEND="media-libs/freetype:2
- >=media-libs/libpng-1.2.8:*
+RDEPEND="
+ dev-libs/libxml2
+ >=media-libs/libpng-1.2.8:0=
>=sys-libs/zlib-1.2.3
- virtual/jpeg:*"
+ virtual/jpeg:*
+ x11-libs/libX11
+ x11-libs/libXcomposite
+ x11-libs/libXdamage
+ x11-libs/libXdmcp
+ x11-libs/libXext
+ x11-libs/libXfixes
+ x11-libs/libXfont2
+ x11-libs/libXinerama
+ x11-libs/libXpm
+ x11-libs/libXrandr
+ x11-libs/libXrender
+ x11-libs/libXtst
+ x11-libs/pixman
+"
DEPEND="${RDEPEND}
virtual/pkgconfig
x11-libs/libfontenc
- x11-libs/libXfont2
x11-misc/gccmakedep
x11-misc/imake
x11-proto/inputproto
@@ -38,14 +52,15 @@ src_prepare() {
sed 's@which quilt@false@' -i mesa-quilt || die
# run autoreconf in all needed folders
- for i in nxcomp nx-X11/lib nxcompshad nxproxy ; do
- pushd ${i} || die
+ local subdir
+ for subdir in nxcomp nx-X11/lib nxcompshad nxproxy ; do
+ pushd ${subdir} || die
eautoreconf
popd || die
done
# From xorg-x11-6.9.0-r3.ebuild
- pushd nx-X11 || die
+ pushd nx-X11 || die
HOSTCONF="config/cf/host.def"
echo "#define CcCmd $(tc-getCC)" >> ${HOSTCONF}
echo "#define OptimizedCDebugFlags ${CFLAGS} GccAliasingArgs" >> ${HOSTCONF}
@@ -58,8 +73,9 @@ src_prepare() {
}
src_configure() {
- for i in nxcomp nxcompshad nxproxy ; do
- pushd ${i} || die
+ local subdir
+ for subdir in nxcomp nxcompshad nxproxy ; do
+ pushd ${subdir} || die
econf
popd || die
done
next reply other threads:[~2018-04-04 11:25 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-04 11:25 Lars Wendler [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-09 21:47 [gentoo-commits] repo/gentoo:master commit in: net-misc/nx/ Bernard Cafarelli
2025-03-08 14:51 Jakov Smolić
2025-03-08 14:34 Jakov Smolić
2024-05-05 11:49 Sam James
2023-06-28 7:37 Sam James
2023-03-31 20:33 Bernard Cafarelli
2023-03-31 20:33 Bernard Cafarelli
2023-03-19 0:16 Bernard Cafarelli
2022-11-05 7:36 Yixun Lan
2022-10-28 7:17 Sam James
2022-10-28 7:17 Sam James
2022-01-03 23:26 David Seifert
2021-10-24 1:09 Sam James
2021-09-23 13:58 Agostino Sarubbo
2021-09-22 6:58 Agostino Sarubbo
2021-02-07 23:23 Bernard Cafarelli
2021-01-20 7:42 Fabian Groffen
2021-01-07 7:59 Bernard Cafarelli
2020-11-08 15:30 Bernard Cafarelli
2020-06-16 20:11 Bernard Cafarelli
2020-05-04 21:23 Bernard Cafarelli
2020-02-02 11:18 Bernard Cafarelli
2019-12-22 14:50 Bernard Cafarelli
2019-05-17 14:37 Bernard Cafarelli
2018-11-29 12:45 Bernard Cafarelli
2018-10-27 19:04 Mikle Kolyada
2018-10-26 0:52 Thomas Deutschmann
2018-04-04 11:25 Lars Wendler
2018-03-18 20:41 Lars Wendler
2018-03-17 11:08 Bernard Cafarelli
2018-03-12 12:03 Lars Wendler
2018-03-08 10:14 Lars Wendler
2018-03-08 9:53 Bernard Cafarelli
2018-03-06 14:39 Lars Wendler
2018-02-21 18:48 Jason Zaman
2017-11-08 12:58 Bernard Cafarelli
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=1522841135.a48309576e9c1ad40b75ec23f28ad0bf61219902.polynomial-c@gentoo \
--to=polynomial-c@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