Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/copyq/
Date: Wed, 20 Oct 2021 02:42:42
Message-Id: 1634697716.c2e02631205a089e1149e1b128d042f5b1c0d5ea.sam@gentoo
1 commit: c2e02631205a089e1149e1b128d042f5b1c0d5ea
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 20 02:41:56 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 20 02:41:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2e02631
7
8 x11-misc/copyq: move S below SRC_URI
9
10 As per skel.ebuild (and they're normally closely related).
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 x11-misc/copyq/copyq-5.0.0.ebuild | 3 +--
15 1 file changed, 1 insertion(+), 2 deletions(-)
16
17 diff --git a/x11-misc/copyq/copyq-5.0.0.ebuild b/x11-misc/copyq/copyq-5.0.0.ebuild
18 index 2125729eeef..a8356570fec 100644
19 --- a/x11-misc/copyq/copyq-5.0.0.ebuild
20 +++ b/x11-misc/copyq/copyq-5.0.0.ebuild
21 @@ -8,6 +8,7 @@ inherit cmake xdg-utils
22 DESCRIPTION="Clipboard manager with advanced features"
23 HOMEPAGE="https://github.com/hluk/CopyQ"
24 SRC_URI="https://github.com/hluk/CopyQ/archive/v${PV}.tar.gz -> ${P}.tar.gz"
25 +S="${WORKDIR}/CopyQ-${PV}"
26
27 LICENSE="GPL-3+"
28 SLOT="0"
29 @@ -36,8 +37,6 @@ BDEPEND="
30 dev-qt/linguist-tools:5
31 "
32
33 -S="${WORKDIR}/CopyQ-${PV}"
34 -
35 src_configure() {
36 local mycmakeargs=(
37 -DCMAKE_BUILD_TYPE=Release