From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/mygestures/
Date: Thu, 23 Sep 2021 17:20:30 +0000 (UTC) [thread overview]
Message-ID: <1632417554.3a11ef4aad2321b61a661d486b902da17a66ccc0.ionen@gentoo> (raw)
commit: 3a11ef4aad2321b61a661d486b902da17a66ccc0
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 23 17:17:17 2021 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Sep 23 17:19:14 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a11ef4a
x11-misc/mygestures: fix possible race condition
There's no need to rely on a broken makefile
to install only 2 files.
Closes: https://bugs.gentoo.org/814482
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
x11-misc/mygestures/mygestures-2.0.ebuild | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/x11-misc/mygestures/mygestures-2.0.ebuild b/x11-misc/mygestures/mygestures-2.0.ebuild
index ae7d7d86dda..18b0d8fe375 100644
--- a/x11-misc/mygestures/mygestures-2.0.ebuild
+++ b/x11-misc/mygestures/mygestures-2.0.ebuild
@@ -24,10 +24,17 @@ DEPEND="
x11-base/xorg-proto"
BDEPEND="virtual/pkgconfig"
-DOCS=( README.md )
-
src_prepare() {
default
eautoreconf
}
+
+src_install() {
+ dobin src/mygestures #814482
+
+ dodoc README.md
+
+ insinto /etc
+ doins mygestures.xml
+}
next reply other threads:[~2021-09-23 17:20 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-23 17:20 Ionen Wolkens [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-24 11:01 [gentoo-commits] repo/gentoo:master commit in: x11-misc/mygestures/ Ionen Wolkens
2024-02-02 8:13 Ionen Wolkens
2021-09-23 8:04 Ionen Wolkens
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=1632417554.3a11ef4aad2321b61a661d486b902da17a66ccc0.ionen@gentoo \
--to=ionen@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