diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-05-26 10:52:40 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-05-26 23:29:10 +0200 |
commit | e8babd467daa775132585e2cd4cc9751538e833e (patch) | |
tree | 5998daabf277039c3c4b4fc388b3c7fefacf93e9 /gui-wm | |
parent | app-editors/hyx: remove unused patch(es) (diff) | |
download | gentoo-e8babd467daa775132585e2cd4cc9751538e833e.tar.gz gentoo-e8babd467daa775132585e2cd4cc9751538e833e.tar.bz2 gentoo-e8babd467daa775132585e2cd4cc9751538e833e.zip |
gui-wm/wayfire: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'gui-wm')
-rw-r--r-- | gui-wm/wayfire/files/wayfire-0.8.0-fix-duplicate-manpage.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/gui-wm/wayfire/files/wayfire-0.8.0-fix-duplicate-manpage.patch b/gui-wm/wayfire/files/wayfire-0.8.0-fix-duplicate-manpage.patch deleted file mode 100644 index 393de41d0ccb..000000000000 --- a/gui-wm/wayfire/files/wayfire-0.8.0-fix-duplicate-manpage.patch +++ /dev/null @@ -1,21 +0,0 @@ -https://bugs.gentoo.org/922898 -https://github.com/WayfireWM/wayfire/issues/1942 -https://github.com/WayfireWM/wayfire/pull/1943 -https://github.com/WayfireWM/wayfire/commit/564b75a45d7c844b61b510e68fa527109fce4a75 - -From 564b75a45d7c844b61b510e68fa527109fce4a75 Mon Sep 17 00:00:00 2001 -From: alice <alice@ayaya.dev> -Date: Sat, 7 Oct 2023 22:51:35 +0200 -Subject: [PATCH] meson: fix duplicate installation of manpage (#1943) - -closes #1942 ---- a/man/meson.build -+++ b/man/meson.build -@@ -1,7 +1,5 @@ - configure_file(input: 'wayfire.1.in', - output: 'wayfire.1', -- install: true, -- install_dir: 'man', - configuration: conf_data) - - install_man(join_paths(meson.project_build_root(), 'man', 'wayfire.1')) |