summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--profiles/updates/4Q-20201
-rw-r--r--x11-misc/copyq/Manifest (renamed from x11-apps/copyq/Manifest)0
-rw-r--r--x11-misc/copyq/copyq-3.10.0.ebuild (renamed from x11-apps/copyq/copyq-3.10.0.ebuild)6
-rw-r--r--x11-misc/copyq/metadata.xml (renamed from x11-apps/copyq/metadata.xml)9
4 files changed, 7 insertions, 9 deletions
diff --git a/profiles/updates/4Q-2020 b/profiles/updates/4Q-2020
index a45d50eecb11..fcb19f19f1b0 100644
--- a/profiles/updates/4Q-2020
+++ b/profiles/updates/4Q-2020
@@ -1,2 +1,3 @@
move acct-group/openldap acct-group/ldap
move acct-user/openldap acct-user/ldap
+move x11-apps/copyq x11-misc/copyq
diff --git a/x11-apps/copyq/Manifest b/x11-misc/copyq/Manifest
index 86696b31c9d5..86696b31c9d5 100644
--- a/x11-apps/copyq/Manifest
+++ b/x11-misc/copyq/Manifest
diff --git a/x11-apps/copyq/copyq-3.10.0.ebuild b/x11-misc/copyq/copyq-3.10.0.ebuild
index 857bb8af4b57..5f4c4eff390c 100644
--- a/x11-apps/copyq/copyq-3.10.0.ebuild
+++ b/x11-misc/copyq/copyq-3.10.0.ebuild
@@ -3,9 +3,8 @@
EAPI=7
-inherit cmake xdg-utils
-
MY_P=CopyQ-${PV}
+inherit cmake xdg-utils
DESCRIPTION="Clipboard manager with advanced features"
HOMEPAGE="https://github.com/hluk/CopyQ"
@@ -34,7 +33,8 @@ RDEPEND="
DEPEND="${RDEPEND}
test? ( dev-qt/qttest:5 )"
BDEPEND="dev-qt/linguist-tools:5"
-S="${WORKDIR}/$MY_P"
+
+S="${WORKDIR}/${MY_P}"
src_configure() {
# CMakeLists.txt concatenates INSTALL_PREFIX with INSTALL_MANDIR leading to /usr/usr
diff --git a/x11-apps/copyq/metadata.xml b/x11-misc/copyq/metadata.xml
index d333752428c9..967643d46809 100644
--- a/x11-apps/copyq/metadata.xml
+++ b/x11-misc/copyq/metadata.xml
@@ -6,14 +6,11 @@
<name>Gino</name>
</maintainer>
<maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
</maintainer>
<use>
- <flag name="webkit">
- enables the application to use advanced HTML rendering and fetching
- remote images and other data
- </flag>
+ <flag name="webkit">Use advanced HTML rendering and fetching remote images and other data</flag>
</use>
<upstream>
<remote-id type="github">hluk/CopyQ</remote-id>