kde-inotify-survey/install-i18n.patch
Christophe Marin 4224fc20b6 Accepting request 1070347 from home:iDesmI:Wayland
Warns when apps are using all inotify watches and prompts the user to raise it; this can help users understand why Baloo in particular isn't working properly, and offers them a way to fix it.

https://community.kde.org/Distributions/Packaging_Recommendations

Audited:
https://bugzilla.opensuse.org/show_bug.cgi?id=1208689 https://build.opensuse.org/request/show/1069931 https://build.opensuse.org/request/show/1069937

Includes install-i18n.patch to build a lang package.

OBS-URL: https://build.opensuse.org/request/show/1070347
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kde-inotify-survey?expand=0&rev=1
2023-03-09 12:17:54 +00:00

26 lines
599 B
Diff

From: Harald Sitter <sitter@kde.org>
Date: Fri, 24 Feb 2023 13:30:50 +0100
Subject: [PATCH] install i18n
BUG: 466322
---
CMakeLists.txt | 2 ++
1 file changed, 2 insertions(+)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4967e07..180b317 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -40,6 +40,8 @@ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED
add_subdirectory(src)
add_subdirectory(autotests)
+ki18n_install(po)
+
install(FILES org.kde.inotify-survey.metainfo.xml DESTINATION ${KDE_INSTALL_METAINFODIR})
file(GLOB_RECURSE ALL_CLANG_FORMAT_SOURCE_FILES *.cpp *.h)
--
GitLab