summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2024-05-19 12:52:38 +0200
committerFlorian Schmaus <flow@gentoo.org>2024-05-23 11:14:01 +0200
commitda228db7487e684e399a6b69fdb97f2007c9c57f (patch)
tree2e6973932768ebf37ec0f75534a26b64182956b1 /gui-apps
parentdev-vcs/repo: add myself as a maintainer (diff)
downloadgentoo-da228db7487e684e399a6b69fdb97f2007c9c57f.tar.gz
gentoo-da228db7487e684e399a6b69fdb97f2007c9c57f.tar.bz2
gentoo-da228db7487e684e399a6b69fdb97f2007c9c57f.zip
gui-apps/lavalauncher: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'gui-apps')
-rw-r--r--gui-apps/lavalauncher/files/lavalauncher-1.7.1-optional-man.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/gui-apps/lavalauncher/files/lavalauncher-1.7.1-optional-man.patch b/gui-apps/lavalauncher/files/lavalauncher-1.7.1-optional-man.patch
deleted file mode 100644
index 612548e17a78..000000000000
--- a/gui-apps/lavalauncher/files/lavalauncher-1.7.1-optional-man.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-diff --git a/meson.build b/meson.build
-index 029f711..50beccd 100644
---- a/meson.build
-+++ b/meson.build
-@@ -6,7 +6,6 @@ project(
- default_options: [
- 'c_std=c11',
- 'warning_level=3',
-- 'werror=true',
- ]
- )
-
-@@ -61,6 +60,7 @@ scdoc = dependency(
- 'scdoc',
- version: '>=1.9.2',
- native: true,
-+ required: get_option('man-page'),
- )
- if scdoc.found()
- scdoc_prog = find_program(scdoc.get_pkgconfig_variable('scdoc'), native: true)
-diff --git a/meson_options.txt b/meson_options.txt
-new file mode 100644
-index 0000000..2e41905
---- /dev/null
-+++ b/meson_options.txt
-@@ -0,0 +1 @@
-+option('man-page', type: 'feature', value: 'auto', description: 'Generate and install man pages')