File nwg-launchers-readme.patch of Package nwg-launchers
Index: nwg-launchers-0.7.0/meson.build
===================================================================
--- nwg-launchers-0.7.0.orig/meson.build
+++ nwg-launchers-0.7.0/meson.build
@@ -72,28 +72,6 @@ if not python.found()
python = find_program('python', required: false)
endif
-# generate README.md from template
-# make sure to copy it to the source directory!
-if python.found()
- readme = custom_target('readme',
- output: [ 'README.md' ],
- input: [ 'README.md.in' ],
- command: [
- python, '@SOURCE_ROOT@/make_readme.py',
- '@INPUT@', '@OUTPUT@',
- bar_exe.full_path(),
- dmenu_exe.full_path(),
- grid_client_exe.full_path(),
- grid_server_exe.full_path()
- ],
- depends: [bar_exe, dmenu_exe, grid_client_exe, grid_server_exe],
- install_dir: conf_data.get('datadir'),
- install: true
- )
-else
- message('Python was not found, fresh README.md will not be generated')
-endif
-
install_data(
['icon-missing.svg', 'icon-missing.png'],
install_dir: conf_data.get('datadir')