- Apr 07, 2024
-
-
Gaël Bonithon authored
Probably a regression introduced in 2759f19c. Fixes: #62
-
- Feb 22, 2024
-
-
Gaël Bonithon authored
For xfce4-weather-plugin. Related: panel-plugins/xfce4-weather-plugin!26
-
- Nov 01, 2023
-
-
Brian Tarricone authored
-
- Oct 31, 2023
-
-
Brian Tarricone authored
-
- Sep 28, 2023
-
-
Gaël Bonithon authored
This is only useful for components packaged in flatpak in practice, i.e. for Mousepad and Ristretto. There's no point in asking to update this file if it's irrelevant.
-
Gaël Bonithon authored
Hopefully this will prevent releasing without changing the version number.
-
- Jun 02, 2023
-
-
Gaël Bonithon authored
-
- Apr 20, 2023
-
-
Gaël Bonithon authored
For xfce4-indicator-plugin.
-
- Apr 12, 2023
-
-
Gaël Bonithon authored
We use C99 features in various places (especially init-statement in for loops), and C99 allows declaration after statement. This also avoids warnings from other projects, like GObject Introspection >= 1.76.1 via g-ir-scanner.
-
- Apr 10, 2023
-
-
Gaël Bonithon authored
For gettext migration of project containing a policykit file.
-
- Mar 05, 2023
-
-
Brian Tarricone authored
-
Brian Tarricone authored
-
- Mar 04, 2023
-
-
Brian Tarricone authored
-
Brian Tarricone authored
-
- Feb 23, 2023
-
-
Alexander Schwinn authored
-
- Feb 22, 2023
-
-
- Feb 17, 2023
-
-
Erkki Moorits authored
-
Erkki Moorits authored
-
- Feb 08, 2023
-
-
Erkki Moorits authored
-
- Jan 03, 2023
-
-
Brian Tarricone authored
-
- Dec 18, 2022
-
-
Brian Tarricone authored
-
- Dec 15, 2022
-
-
Romain Bouvier authored
-
Romain Bouvier authored
-
- Dec 05, 2022
-
-
Gaël Bonithon authored
-
- Dec 01, 2022
-
-
Alexander Schwinn authored
-
Alexander Schwinn authored
-
- Nov 17, 2022
-
-
Andre Miranda authored
-
Andre Miranda authored
-
- Nov 14, 2022
-
-
Alexander Schwinn authored
-
Alexander Schwinn authored
Makes 'xfce-do-release' as well usable for xfwm4, which has some more spaces in the line: 'm4_define([xfwm4_version_tag], [git])' MR !74
-
- Nov 12, 2022
-
-
Alexander Schwinn authored
-
- Oct 29, 2022
-
-
Romain Bouvier authored
-
Romain Bouvier authored
-
- Sep 29, 2022
-
-
This patch enables GLib deprecation warnings in all XFCE apps and libraries containing function calls such as XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.56.0]) in their configure.ac.in files in the following way: AC_DEFINE(GLIB_VERSION_MAX_ALLOWED, GLIB_VERSION_2_56, Prevent post 2_56 APIs) AC_DEFINE(GLIB_VERSION_MIN_REQUIRED, GLIB_VERSION_2_56, Ignore post 2_56 APIs) The 3rd argument passed to XDT_CHECK_PACKAGE([GLIB], ...) selects the GLib API version. So XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.44.0]) would add: AC_DEFINE(GLIB_VERSION_MAX_ALLOWED, GLIB_VERSION_2_44, Prevent post 2_44 APIs) AC_DEFINE(GLIB_VERSION_MIN_REQUIRED, GLIB_VERSION_2_44, Ignore post 2_44 APIs) The enabled warnings can be overridden by the app or library by using the two AC_DEFINEs after calling XDT_CHECK_PACKAGE([GLIB], ...). Something like XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.45.8]) will make the XFCE app or library uncompilable because 2.45 isn't a stable GLib release. See also: apps/xfce4-notifyd#34 Signed-off-by:
Jan Ziak <0xe2.0x9a.0x9b@xfce.org>
-
- Sep 14, 2022
-
-
This avoids situations like `export EGREP=egrep; ./autogen.sh`
-
Gaël Bonithon authored
-
Suitable for viewing logs in tools such as `journalctl`, in particular adding location information to the message. Requires `GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_56` to work properly in GLib logging macros (not documented, see `glib/gmessages.h`).
-
-
- Aug 25, 2022
-
-
Romain Bouvier authored
- libical-dev for orage - libgtk-layer-shell-dev for wayland stuff
-
- Aug 24, 2022
-
-
Romain Bouvier authored
- Since dbfc8c88, distcheck is run even when there is only a commit in po/ - This is because "extends" merges hashes, but not array, so the ".make" rules are overriden by the "distcheck" rule - Use !reference to force the usage of ".make" rules in distcheck (and this avoid duplicating the "if" everywhere)
-