diff options
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 |