initial import

This commit is contained in:
2025-06-22 20:39:04 -05:00
commit f8a70886f0
3428 changed files with 302546 additions and 0 deletions

10
pnmixer/fix-build.patch Normal file
View File

@@ -0,0 +1,10 @@
--- a/po/CMakeLists.txt 2017-06-02 16:55:02.000000000 +0200
+++ b/po/CMakeLists.txt 2022-07-31 16:22:11.349026579 +0200
@@ -50,7 +50,6 @@
add_custom_command(OUTPUT ${lang}.gmo
COMMAND ${GETTEXT_MSGFMT_EXECUTABLE}
-c
- --directory="${CMAKE_SOURCE_DIR}"
-o "${lang}.gmo"
"${CMAKE_CURRENT_SOURCE_DIR}/${lang}.po"
DEPENDS "${CMAKE_CURRENT_SOURCE_DIR}/${lang}.po")