kn c14c9fdeb4 Unbreak dark style for default theme
This "remove broken files" patch disables theme files such as
"Mumble/OSX Dark.qss" which break the build with BSD make(1), which chokes
on whitespaces in file names (even when escaped with backslashes).

GNU make can cope with escaped whitespaces, everything builds fine with
gmake(1).  Since we are not OS X, these theme files are not installed
anyway, so no PLIST change.

Remove the patch and set USE_GMAKE;  reason for this is that Mumble no
longer errors out silently at runtime due to the patched file and disables
the "Dark" style as a consequence (seen in developer console):

<W> ... Style "Dark"  of theme  "Mumble"  references invalid qss  \
":themes/Mumble/OSX Dark.qss"  for platform  "MAC" , skipping theme
<W> ... Could not find configured theme "Mumble"
<W> ... Applying fallback style sheet

With this commit, Mumble shows no warnings and allows me to use the "Dark"
style:

<W> ... Theme: "Mumble"
<W> ... Style: "Dark"
<W> ... --> qss: ":themes/Mumble/Dark.qss"
2020-05-14 18:50:08 +00:00
..
2020-05-14 12:19:48 +00:00
2020-01-24 05:20:37 +00:00
2020-03-18 07:01:12 +00:00
2020-04-18 16:42:02 +00:00
2020-04-12 13:54:25 +00:00
2020-02-10 09:14:50 +00:00
2020-02-10 10:20:29 +00:00
2020-03-28 15:00:31 +00:00
2019-09-30 11:50:59 +00:00
2019-11-13 11:00:21 +00:00
2020-03-27 08:50:31 +00:00
2020-02-20 09:24:52 +00:00
2020-01-26 17:36:57 +00:00
2020-02-04 18:24:26 +00:00
2020-04-14 10:44:24 +00:00
2020-01-30 14:13:47 +00:00
2019-07-17 14:49:19 +00:00
2019-08-26 11:43:58 +00:00
2020-01-02 09:37:10 +00:00
2020-02-08 14:26:36 +00:00
2020-02-04 18:25:00 +00:00
2019-07-17 14:49:19 +00:00
2019-12-28 13:13:12 +00:00
2019-12-28 17:13:13 +00:00
2020-03-20 06:35:34 +00:00
2020-02-07 13:04:45 +00:00
2020-02-29 22:32:42 +00:00
2020-02-03 20:40:37 +00:00
2020-02-23 19:21:46 +00:00
2020-02-03 20:40:37 +00:00
2020-01-05 13:23:18 +00:00
2019-07-17 14:49:19 +00:00
2019-07-26 05:49:39 +00:00
2020-05-14 15:41:28 +00:00
2019-07-17 14:49:19 +00:00
2020-04-06 08:48:06 +00:00