media-sound/ladish-1.9999: adjust jack deps for ladi
[ladi-overlay.git] / media-sound / ladish / files / ladish-9999-disable-gladish.patch
blobe308775e9728f5d62fbc001a158adea7429747fd
1 From 8e9214859af07e6c13827d79e4f12e21386dcbd2 Mon Sep 17 00:00:00 2001
2 From: Simon van der Veldt <simon.vanderveldt@gmail.com>
3 Date: Sat, 27 Feb 2021 13:28:40 +0100
4 Subject: [PATCH] Disable gladish
6 ---
7 wscript | 17 +----------------
8 1 file changed, 1 insertion(+), 16 deletions(-)
10 diff --git a/wscript b/wscript
11 index 0ea49c44..bc3817e8 100644
12 --- a/wscript
13 +++ b/wscript
14 @@ -161,7 +161,7 @@ def configure(conf):
16 conf.env['LIB_EXPAT'] = ['expat']
18 - build_gui = True
19 + build_gui = False
21 if build_gui and not conf.check_cfg(
22 package = 'glib-2.0',
23 @@ -648,21 +648,6 @@ def build(bld):
25 bld.install_files('${PREFIX}/bin', 'ladish_control', chmod=0o0755)
27 - # 'Desktop' file (menu entry, icon, etc)
28 - bld.install_files('${PREFIX}/share/applications/', 'gui/gladish.desktop', chmod=0o0644)
30 - # Icons
31 - icon_sizes = ['16x16', '22x22', '24x24', '32x32', '48x48', '256x256']
32 - for icon_size in icon_sizes:
33 - bld.path.ant_glob('art/' + icon_size + '/apps/*.png')
34 - bld.install_files('${PREFIX}/share/icons/hicolor/' + icon_size + '/apps/', 'art/' + icon_size + '/apps/gladish.png')
36 - status_images = []
37 - for status in ["down", "unloaded", "started", "stopped", "warning", "error"]:
38 - status_images.append("art/status_" + status + ".png")
40 - bld.install_files('${DATA_DIR}', status_images)
41 - bld.install_files('${DATA_DIR}', "art/ladish-logo-128x128.png")
42 bld.install_files('${DOCDIR}', ["AUTHORS", "README", "NEWS"])
43 bld.install_as('${DATA_DIR}/COPYING', "gpl2.txt")
45 --
46 2.26.2