diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-05-09 19:06:43 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-05-11 22:28:06 +0200 |
commit | 27c24b514e76b162bfb147854cb26cd094f7b9d3 (patch) | |
tree | f31f840427271cf8fecf8dedaa8a46cf8c8fc3cd /x11-misc/copyq | |
parent | sys-fs/mtd-utils: remove unused patch(es) (diff) | |
download | gentoo-27c24b514e76b162bfb147854cb26cd094f7b9d3.tar.gz gentoo-27c24b514e76b162bfb147854cb26cd094f7b9d3.tar.bz2 gentoo-27c24b514e76b162bfb147854cb26cd094f7b9d3.zip |
x11-misc/copyq: remove unused patch(es)
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>
Diffstat (limited to 'x11-misc/copyq')
-rw-r--r-- | x11-misc/copyq/files/copyq-4.1.0-bash-completion.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/x11-misc/copyq/files/copyq-4.1.0-bash-completion.patch b/x11-misc/copyq/files/copyq-4.1.0-bash-completion.patch deleted file mode 100644 index f787dcbd2ae5..000000000000 --- a/x11-misc/copyq/files/copyq-4.1.0-bash-completion.patch +++ /dev/null @@ -1,14 +0,0 @@ -Fix installation of bash completion script. -Signed-off-by: Christian Schroeder <chris.schroeder.public@gmail.com> - ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -54,7 +54,7 @@ - set(copyq_ICON_MASK src/images/icon_mask.svg) - set(copyq_DESKTOP shared/${copyq_APP_ID}.desktop) - set(copyq_APPDATA shared/${copyq_APP_ID}.appdata.xml) --set(copyq_BASH_COMPLETION shared/${copyq_APP_ID}.appdata.xml) -+set(copyq_BASH_COMPLETION shared/copyq-completion) - set(copyq_MANPAGE debian/copyq.1) - - # Be more strict while compiling debugging version |