From f22f2fc929a79ab8450fd8434fd351cfd382fbfb Mon Sep 17 00:00:00 2001 From: ann0see <20726856+ann0see@users.noreply.github.com> Date: Sat, 10 Aug 2024 22:26:21 +0200 Subject: [PATCH 1/2] Remove reference to legacy plist file --- Jamulus.pro | 1 - 1 file changed, 1 deletion(-) diff --git a/Jamulus.pro b/Jamulus.pro index 527ebf33ed..baab0c6962 100644 --- a/Jamulus.pro +++ b/Jamulus.pro @@ -702,7 +702,6 @@ DISTFILES += ChangeLog \ docs/TRANSLATING.md \ linux/jamulus.desktop.in \ linux/jamulus-server.desktop.in \ - mac/Info-make-legacy.plist \ mac/Info-make.plist \ mac/Info-xcode.plist \ mac/Jamulus.entitlements \ From 10ff41efccbe22e61688419f65f9ea886a6dd70e Mon Sep 17 00:00:00 2001 From: Tony Mountifield Date: Tue, 13 Aug 2024 16:33:14 +0100 Subject: [PATCH 2/2] Update DISTFILES in Jamulus.pro Remove refrences to files that no longer exist. Add new resource files that were missing from the list. --- Jamulus.pro | 38 +++++++++++++++++++++++--------------- 1 file changed, 23 insertions(+), 15 deletions(-) diff --git a/Jamulus.pro b/Jamulus.pro index baab0c6962..e2c1cfea1b 100644 --- a/Jamulus.pro +++ b/Jamulus.pro @@ -709,21 +709,21 @@ DISTFILES += ChangeLog \ src/res/io.jamulus.jamulus.png \ src/res/io.jamulus.jamulus.svg \ src/res/io.jamulus.jamulusserver.svg \ - src/res/CLEDBlack.png \ src/res/CLEDBlackSmall.png \ - src/res/CLEDDisabledSmall.png \ - src/res/CLEDGreen.png \ src/res/CLEDGreenSmall.png \ src/res/CLEDGrey.png \ - src/res/CLEDGreySmall.png \ - src/res/CLEDRed.png \ src/res/CLEDRedSmall.png \ - src/res/CLEDYellow.png \ src/res/CLEDYellowSmall.png \ - src/res/LEDBlackSmall.png \ - src/res/LEDGreenSmall.png \ - src/res/LEDRedSmall.png \ - src/res/LEDYellowSmall.png \ + src/res/CLEDBlackBig.png \ + src/res/CLEDBlackSrc.png \ + src/res/CLEDDisabled.png \ + src/res/CLEDGreenBig.png \ + src/res/CLEDGreenSrc.png \ + src/res/CLEDGreySrc.png \ + src/res/CLEDRedBig.png \ + src/res/CLEDRedSrc.png \ + src/res/CLEDYellowBig.png \ + src/res/CLEDYellowSrc.png \ src/res/IndicatorGreen.png \ src/res/IndicatorYellow.png \ src/res/IndicatorRed.png \ @@ -733,13 +733,15 @@ DISTFILES += ChangeLog \ src/res/faderhandle.png \ src/res/faderhandlesmall.png \ src/res/HLEDGreen.png \ - src/res/HLEDGreenSmall.png \ src/res/HLEDBlack.png \ - src/res/HLEDBlackSmall.png \ src/res/HLEDRed.png \ - src/res/HLEDRedSmall.png \ src/res/HLEDYellow.png \ - src/res/HLEDYellowSmall.png \ + src/res/HLEDBlackSrc.png \ + src/res/HLEDGreenSrc.png \ + src/res/HLEDGrey.png \ + src/res/HLEDGreySrc.png \ + src/res/HLEDRedSrc.png \ + src/res/HLEDYellowSrc.png \ src/res/ledbuttonnotpressed.png \ src/res/ledbuttonpressed.png \ src/res/fronticon.png \ @@ -749,6 +751,7 @@ DISTFILES += ChangeLog \ src/res/mutediconorange.png \ src/res/servertrayiconactive.png \ src/res/servertrayiconinactive.png \ + src/res/installerbackground.png \ src/res/instruments/accordeon.png \ src/res/instruments/aguitar.png \ src/res/instruments/bassguitar.png \ @@ -1050,6 +1053,12 @@ DISTFILES += ChangeLog \ src/res/flags/za.png \ src/res/flags/zm.png \ src/res/flags/zw.png \ + src/res/flags/catalonia.png \ + src/res/flags/england.png \ + src/res/flags/europeanunion.png \ + src/res/flags/scotland.png \ + src/res/flags/wales.png \ + src/res/flags/readme.txt \ tools/changelog-helper.sh \ tools/check-wininstaller-translations.sh \ tools/checkkeys.pl \ @@ -1064,7 +1073,6 @@ DISTFILES += ChangeLog \ DISTFILES_OPUS += libs/opus/AUTHORS \ libs/opus/ChangeLog \ libs/opus/COPYING \ - libs/opus/INSTALL \ libs/opus/NEWS \ libs/opus/README \ libs/opus/celt/arm/armopts.s.in \