mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user