Patch to use Debian's JUCE modules by default
authorIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Tue, 19 Dec 2017 10:17:04 +0000 (11:17 +0100)
committerIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Tue, 19 Dec 2017 10:17:04 +0000 (11:17 +0100)
debian/patches/debian_system_modules.patch [new file with mode: 0644]
debian/patches/series

diff --git a/debian/patches/debian_system_modules.patch b/debian/patches/debian_system_modules.patch
new file mode 100644 (file)
index 0000000..f8e6e4e
--- /dev/null
@@ -0,0 +1,19 @@
+Description: default JUCE-module path for Projucer
+ On Debian we have the module-sources installed in /usr/share/juce/modules
+ and should use those if possible.
+Author: IOhannes m zmölnig
+Forwarded: not-needed
+Last-Update: 2017-12-19
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- juce.orig/extras/Projucer/Source/Settings/jucer_StoredSettings.cpp
++++ juce/extras/Projucer/Source/Settings/jucer_StoredSettings.cpp
+@@ -271,7 +271,7 @@
+         if (key == Ids::defaultJuceModulePath)\r
+         {\r
+             v = (os == TargetOS::windows ? "C:\\JUCE\\modules"\r
+-                                         : "~/JUCE/modules");\r
++                                         : "/usr/share/juce/modules");\r
+         }\r
+         else if (key == Ids::defaultUserModulePath)\r
+         {\r
index 1e4a721cb99d5dcbff44f688e1ed7fc357a9569d..0b0e526033dba7a1965cd4bfa83344d4f1704e47 100644 (file)
@@ -3,3 +3,4 @@ reproducible-date.patch
 debian_fixed-defines.patch
 debian_gpl_variant.patch
 debian_no-update-check.patch
+debian_system_modules.patch