- Jan 28, 2025
-
-
Gaël Bonithon authored
-
- Jan 20, 2025
-
-
Gaël Bonithon authored
It completes what we put in 'requires' from the dependencies declared in library() anyway, by filling in the 'requires_private' field, whose use is recommended by default. So we probably don't need to fill this in in general: it's one less thing to maintain, and the dependencies we've declared public so far should probably have been declared private instead. See-also: https://mesonbuild.com/Pkgconfig-module.html https://people.freedesktop.org/~dbn/pkg-config-guide.html https://stackoverflow.com/a/61674208
-
Gaël Bonithon authored
So meson searches for source files in the right place by itself (source directory or build directory). meson.project_source_root() prevents it from doing so, while meson.current_source_dir() is simply useless. Fixes: #30 Related: xfce4-dev-tools!140 (comment 100394)
-
This speeds up the build _somewhat_ and avoids a red "NO" in text output, which needlessly raises questions.
-
- Jan 17, 2025
-
-
Gaël Bonithon authored
-
- Jan 13, 2025
-
-
Gaël Bonithon authored
-
- Jan 12, 2025
-
-
Gaël Bonithon authored
Completes: a348bd36
-
- Jan 10, 2025
-
-
Gaël Bonithon authored
Related: libxfce4ui!134
-
- Jan 09, 2025
-
-
Erkki Moorits authored
-
- Jan 07, 2025
-
-
Gaël Bonithon authored
Completes: fceecb4f
-
Gaël Bonithon authored
Fixes: 54d0c348
-
- Jan 05, 2025
-
-
Gaël Bonithon authored
It's too demanding, we don't usually respect this (*--undocumented.txt and *-undeclared.txt should be empty).
-
Gaël Bonithon authored
Required since 54d0c348.
-
- Jan 02, 2025
-
-
Gaël Bonithon authored
Fixes: 3500bc21
-
- Dec 17, 2024
-
-
Anonymous authored
7 translated messages. Transifex (https://explore.transifex.com/xfce/).
-
- Dec 15, 2024
-
-
Brian Tarricone authored
-
Alexander Schwinn authored
-
Alexander Schwinn authored
-
- Dec 02, 2024
-
-
Anonymous authored
7 translated messages. Transifex (https://explore.transifex.com/xfce/).
-
- Dec 01, 2024
-
-
Alexander Schwinn authored
-
Alexander Schwinn authored
-
Alexander Schwinn authored
-
- Nov 19, 2024
-
-
Anonymous authored
-
Anonymous authored
3 translated messages, 4 untranslated messages. Transifex (https://explore.transifex.com/xfce/).
-
Anonymous authored
3 translated messages, 4 untranslated messages. Transifex (https://explore.transifex.com/xfce/).
-
- Nov 07, 2024
-
-
correctmost authored
-
- Nov 01, 2024
-
-
Alexander Schwinn authored
-
Alexander Schwinn authored
-
Alexander Schwinn authored
-
- Oct 18, 2024
-
-
Brian Tarricone authored
This will be done in CI going forward.
-
Brian Tarricone authored
-
Brian Tarricone authored
-
- Oct 10, 2024
-
-
Anonymous authored
-
Anonymous authored
4 translated messages, 3 untranslated messages. Transifex (https://explore.transifex.com/xfce/).
-
- Oct 02, 2024
-
-
Gaël Bonithon authored
-
- Sep 13, 2024
-
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
Gaël Bonithon authored
Related: apps/orage#32, xfce4-dev-tools!101
-
- Aug 26, 2024
-
-
When LANGUAGE contained more than one language code and there was a translation to the first language in a .desktop file, a translation to the second language was returned in the case when the line for the second language was above the line for the first one. Now translation for the first language is returned regardless of the line order. The `entry != NULL` condition is inverted to make the diff smaller and reduce the amount of indentation. Fixes: 3a279d2b
-