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>
This commit is contained in:
Sam James
2021-10-20 02:41:56 +00:00
parent 3f99aff1b3
commit c2e0263120

View File

@@ -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