diff options
author | Sam James <sam@gentoo.org> | 2021-10-20 02:41:56 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-20 02:41:56 +0000 |
commit | c2e02631205a089e1149e1b128d042f5b1c0d5ea (patch) | |
tree | 3493aab8ae085b2be64b3200578858b356ce1663 /x11-misc | |
parent | x11-misc/copyq: version bump to 5.0.0 (diff) | |
download | gentoo-c2e02631205a089e1149e1b128d042f5b1c0d5ea.tar.gz gentoo-c2e02631205a089e1149e1b128d042f5b1c0d5ea.tar.bz2 gentoo-c2e02631205a089e1149e1b128d042f5b1c0d5ea.zip |
x11-misc/copyq: move S below SRC_URI
As per skel.ebuild (and they're normally closely related).
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/copyq/copyq-5.0.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-misc/copyq/copyq-5.0.0.ebuild b/x11-misc/copyq/copyq-5.0.0.ebuild index 2125729eeefa..a8356570fecc 100644 --- a/x11-misc/copyq/copyq-5.0.0.ebuild +++ b/x11-misc/copyq/copyq-5.0.0.ebuild @@ -8,6 +8,7 @@ inherit cmake xdg-utils DESCRIPTION="Clipboard manager with advanced features" HOMEPAGE="https://github.com/hluk/CopyQ" SRC_URI="https://github.com/hluk/CopyQ/archive/v${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/CopyQ-${PV}" LICENSE="GPL-3+" SLOT="0" @@ -36,8 +37,6 @@ BDEPEND=" dev-qt/linguist-tools:5 " -S="${WORKDIR}/CopyQ-${PV}" - src_configure() { local mycmakeargs=( -DCMAKE_BUILD_TYPE=Release |