From 095c151a5975661c1d98e454c0a509404257bcdc Mon Sep 17 00:00:00 2001 From: olf Date: Sun, 15 Oct 2023 21:50:46 +0200 Subject: [PATCH 1/2] [harbour-dailycomics.pro] Remove stale references --- harbour-dailycomics.pro | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/harbour-dailycomics.pro b/harbour-dailycomics.pro index d46f29ad..4d9dd692 100644 --- a/harbour-dailycomics.pro +++ b/harbour-dailycomics.pro @@ -11,9 +11,7 @@ HEADERS += $$files(src/*.h) OTHER_FILES = \ $$files(qml/*.qml, true) \ - $$files(qml/*.js, true) \ translations/* \ - rpm/$${TARGET}.yaml \ rpm/$${TARGET}.spec \ $${TARGET}.desktop @@ -38,8 +36,8 @@ DEFINES += \ PLUGINS_FOLDER_PATH=\"\\\"$${plugins.path}/plugins\\\"\" TRANSLATIONS += \ + translations/$${TARGET}.ts \ translations/$${TARGET}-de.ts \ - translations/$${TARGET}-en.ts \ + translations/$${TARGET}-fr.ts \ translations/$${TARGET}-nl.ts \ - translations/$${TARGET}-sv.ts \ - translations/$${TARGET}-fr.ts + translations/$${TARGET}-sv.ts From 1a7aa2c6dd518bc1c50c5785c84ce23d43ed00c1 Mon Sep 17 00:00:00 2001 From: olf Date: Sun, 15 Oct 2023 22:00:58 +0200 Subject: [PATCH 2/2] [harbour-dailycomics.pro] Add `rpmlintrc` file --- harbour-dailycomics.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/harbour-dailycomics.pro b/harbour-dailycomics.pro index 4d9dd692..b83d0ee1 100644 --- a/harbour-dailycomics.pro +++ b/harbour-dailycomics.pro @@ -13,6 +13,7 @@ OTHER_FILES = \ $$files(qml/*.qml, true) \ translations/* \ rpm/$${TARGET}.spec \ + rpm/$${TARGET}.rpmlintrc \ $${TARGET}.desktop RESOURCES += $${TARGET}.qrc