From d9417ccd32203674221f957f07db7108f7ffd2e2 Mon Sep 17 00:00:00 2001 From: Aisha Tammy Date: Sun, 17 May 2020 22:15:37 -0400 Subject: gui-apps/lavalauncher: new wayland application launcher Closes: https://bugs.gentoo.org/723524 Minimalistic and simple launcher for Wayland. It serves a single purpose: Letting the user execute shell commands by clicking on icons on a dynamically sized bar, placed at one of the screen edges. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Aisha Tammy Closes: https://github.com/gentoo/gentoo/pull/15861 Signed-off-by: Aaron Bauman --- .../files/lavalauncher-1.7.1-optional-man.patch | 27 ++++++++++++++++++++++ .../files/lavalauncher-remove-werror.patch | 12 ++++++++++ 2 files changed, 39 insertions(+) create mode 100644 gui-apps/lavalauncher/files/lavalauncher-1.7.1-optional-man.patch create mode 100644 gui-apps/lavalauncher/files/lavalauncher-remove-werror.patch (limited to 'gui-apps/lavalauncher/files') 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 new file mode 100644 index 000000000000..612548e17a78 --- /dev/null +++ b/gui-apps/lavalauncher/files/lavalauncher-1.7.1-optional-man.patch @@ -0,0 +1,27 @@ +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') diff --git a/gui-apps/lavalauncher/files/lavalauncher-remove-werror.patch b/gui-apps/lavalauncher/files/lavalauncher-remove-werror.patch new file mode 100644 index 000000000000..3be85ab800c6 --- /dev/null +++ b/gui-apps/lavalauncher/files/lavalauncher-remove-werror.patch @@ -0,0 +1,12 @@ +diff --git a/meson.build b/meson.build +index 317eeec..560421d 100644 +--- a/meson.build ++++ b/meson.build +@@ -6,7 +6,6 @@ project( + default_options: [ + 'c_std=c11', + 'warning_level=3', +- 'werror=true', + ] + ) + -- cgit v1.2.3-65-gdbad