From 55f5695c38eae1cb5db2372d047a877650243962 Mon Sep 17 00:00:00 2001 From: =?utf8?q?IOhannes=20m=20zm=C3=B6lnig=20=28Debian/GNU=29?= Date: Tue, 19 Dec 2017 11:17:04 +0100 Subject: [PATCH] Patch to use Debian's JUCE modules by default --- debian/patches/debian_system_modules.patch | 19 +++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 20 insertions(+) create mode 100644 debian/patches/debian_system_modules.patch diff --git a/debian/patches/debian_system_modules.patch b/debian/patches/debian_system_modules.patch new file mode 100644 index 00000000..f8e6e4ee --- /dev/null +++ b/debian/patches/debian_system_modules.patch @@ -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) + { + v = (os == TargetOS::windows ? "C:\\JUCE\\modules" +- : "~/JUCE/modules"); ++ : "/usr/share/juce/modules"); + } + else if (key == Ids::defaultUserModulePath) + { diff --git a/debian/patches/series b/debian/patches/series index 1e4a721c..0b0e5260 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -3,3 +3,4 @@ reproducible-date.patch debian_fixed-defines.patch debian_gpl_variant.patch debian_no-update-check.patch +debian_system_modules.patch -- 2.30.2