From: "Theo Anderson" <telans@posteo.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wev/
Date: Thu, 15 Apr 2021 07:09:31 +0000 (UTC) [thread overview]
Message-ID: <1618470550.a2347a922275f14589d34fbdbf284917c58bb988.telans@gentoo> (raw)
commit: a2347a922275f14589d34fbdbf284917c58bb988
Author: Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Thu Apr 15 05:49:27 2021 +0000
Commit: Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Thu Apr 15 07:09:10 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a2347a92
gui-apps/wev: add dev-{libs,util}/wayland-{protocols,scanner} bdependency
* respect LDFLAGS
* move PREFIX location fix to existing sed statement
Closes: https://bugs.gentoo.org/781056
Signed-off-by: Theo Anderson <telans <AT> posteo.de>
gui-apps/wev/wev-1.0.0.ebuild | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/gui-apps/wev/wev-1.0.0.ebuild b/gui-apps/wev/wev-1.0.0.ebuild
index 9e96f8688..bc72849eb 100644
--- a/gui-apps/wev/wev-1.0.0.ebuild
+++ b/gui-apps/wev/wev-1.0.0.ebuild
@@ -18,10 +18,16 @@ DEPEND="
RDEPEND="${DEPEND}"
BDEPEND="
app-text/scdoc
+ dev-libs/wayland-protocols
+ dev-util/wayland-scanner
virtual/pkgconfig
"
-src_install() {
- export PREFIX="${EPREFIX}/usr"
+src_prepare() {
default
+ # Respect LDFLAGS
+ # Install to /usr/ not /usr/local/
+ sed -e 's/$(LIBS)/$(LIBS) $(LDFLAGS)/' \
+ -e 's/local//' \
+ -i Makefile || die
}
next reply other threads:[~2021-04-15 7:09 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-15 7:09 Theo Anderson [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-04-22 17:06 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wev/ Octiabrina Terrien-Puig
2021-03-28 10:17 Andrew Ammerlaan
2021-03-05 9:48 Octiabrina Terrien-Puig
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=1618470550.a2347a922275f14589d34fbdbf284917c58bb988.telans@gentoo \
--to=telans@posteo.de \
--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