summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* x11-misc/copyq: fix plugin dir envvar patchAlfred Wingate2024-01-302-8/+8
| | | | | | | | | * Fixes issue where plugins can't be found. * Didn't appreciate the fact that QDir will initialise at . if empty... Signed-off-by: Alfred Wingate <parona@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/35102 Signed-off-by: Sam James <sam@gentoo.org>
* x11-misc/copyq: drop 6.4.0Alfred Wingate2023-12-233-122/+1
| | | | | | Signed-off-by: Alfred Wingate <parona@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/34144 Signed-off-by: Sam James <sam@gentoo.org>
* x11-misc/copyq: add documentation to upstream metadataAlfred Wingate2023-12-231-0/+1
| | | | | Signed-off-by: Alfred Wingate <parona@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* x11-misc/copyq: add 7.1.0Alfred Wingate2023-12-237-0/+868
| | | | | | | | | | | | | | * Renamed misleading kde use flag to notification. * Reenabled tests, required moving to Openbox which is also used by upstream. IceWM failed with the mocked clicks * Removed debug use flag for doing very little. It sets Debug level over Info level and adds the src path for translation files. Bug: https://bugs.gentoo.org/916129 Bug: https://bugs.gentoo.org/909077 Closes: https://bugs.gentoo.org/919312 Signed-off-by: Alfred Wingate <parona@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* x11-misc/copyq: fix qt6 test depsSam James2023-12-212-2/+2
| | | | | | No need for USE=test for this, that's just for building qt's tests. Signed-off-by: Sam James <sam@gentoo.org>
* x11-misc/copyq: Keyword 7.0.0 arm64, #907711Sam James2023-12-031-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* kde-frameworks/extra-cmake-modules: slotmove 5 to 0Andreas Sturmlechner2023-11-262-2/+2
| | | | | | | | | | See also: https://community.kde.org/Frameworks/6.0_Release_notes#Coinstallability "Only one version of extra-cmake-modules can be installed. The KF6 version is backwards compatible and should also be used for KF5 builds." Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* x11-misc/copyq: drop 5.0.0Andreas Sturmlechner2023-05-142-58/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* x11-misc/copyq: remove unused patch(es)Michael Mair-Keimberger2023-05-111-14/+0
| | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/30957 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* x11-misc/copyq: drop 4.1.0Anna Vyalkova2023-05-082-61/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* x11-misc/copyq: add 7.0.0Anna Vyalkova2023-05-082-0/+104
| | | | | | Closes: https://bugs.gentoo.org/866314 Signed-off-by: Anna Vyalkova <cyber+gentoo@sysrq.in> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* x11-misc/copyq: drop 3.13.0Anna Vyalkova2023-02-092-57/+0
| | | | | Signed-off-by: Anna Vyalkova <cyber+gentoo@sysrq.in> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* x11-misc/copyq: add 6.4.0Anna Vyalkova2023-02-092-0/+121
| | | | | | | | | | | | * New: Qt6 support * Make KNotifications support optional * xdg-utils -> xdg * EAPI 7 -> 8 * USE-flag to build with debug definitions * Sort out depends Signed-off-by: Joonas Niilola <juippis@gentoo.org> Signed-off-by: Anna Vyalkova <cyber+gentoo@sysrq.in>
* */*: Retire proxied maintainer Gino McCartyViorel Munteanu2023-01-181-8/+1
| | | | | Closes: https://bugs.gentoo.org/666250 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* x11-misc/copyq: move S below SRC_URISam James2021-10-201-2/+1
| | | | | | As per skel.ebuild (and they're normally closely related). Signed-off-by: Sam James <sam@gentoo.org>
* x11-misc/copyq: version bump to 5.0.0Christian Schroeder2021-10-202-0/+59
| | | | | | | | | - Removed bash completion patch (bug fixed by upstream). Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Christian Schroeder <chris.schroeder.public@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/22510 Signed-off-by: Sam James <sam@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* x11-misc/copyq: add missing depsJoonas Niilola2021-08-161-1/+2
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* x11-misc/copyq: bump to 4.1.0Christian Schroeder2021-08-163-0/+74
| | | | | | Closes: https://bugs.gentoo.org/807190 Signed-off-by: Christian Schroeder <chris.schroeder.public@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* */*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny2021-03-161-1/+1
| | | | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '/pkgmetadata/maintainer[substring(email, string-length(email) - string-length("@gentoo.org") + 1) != "@gentoo.org"]' \ -t attr -n proxied -v yes {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Add 'proxied="proxy"' for proxy-maint projectMichał Górny2021-03-161-1/+1
| | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '//maintainer[email="proxy-maint@gentoo.org"]' \ -t attr -n proxied -v proxy {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* x11-misc/copyq: Drop 3.10.0Andreas Sturmlechner2020-10-233-63/+0
| | | | | | Bug: https://bugs.gentoo.org/727326 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* x11-misc/copyq: 3.13.0 version bump, drop IUSE=webkitAndreas Sturmlechner2020-10-232-0/+57
| | | | | | Closes: https://bugs.gentoo.org/727326 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* x11-apps/copyq: [QA] pkgmove to x11-misc/copyqAndreas Sturmlechner2020-10-233-0/+78
Non-maintainer commit, PR unusable and no response. Choosing x11-misc for hard-requirement of X11. - Minor style fixes - metadata.xml indentation Closes: https://bugs.gentoo.org/571828 Closes: https://github.com/gentoo/gentoo/pull/16939 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>