Skip to content
Snippets Groups Projects
  1. Dec 15, 2022
  2. Dec 05, 2022
  3. Dec 01, 2022
  4. Nov 17, 2022
  5. Nov 14, 2022
  6. Nov 12, 2022
  7. Oct 29, 2022
  8. Sep 29, 2022
    • Jan Ziak's avatar
      Warn about GLib functions newer than the checked GLib version · e17223e0
      Jan Ziak authored and Romain Bouvier's avatar Romain Bouvier committed
      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: default avatarJan Ziak <0xe2.0x9a.0x9b@xfce.org>
      e17223e0
  9. Sep 14, 2022
  10. Aug 25, 2022
  11. Aug 24, 2022
    • Romain Bouvier's avatar
      Do not run useless distcheck in CI · 240ea1b1
      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)
      240ea1b1
  12. Aug 19, 2022
  13. May 04, 2022
  14. Apr 07, 2022
  15. Mar 22, 2022
  16. Mar 04, 2022
  17. Feb 07, 2022
  18. Feb 01, 2022
  19. Jan 29, 2022
  20. Oct 13, 2021
  21. Oct 11, 2021
  22. Sep 24, 2021
    • Gaël Bonithon's avatar
      xfce-do-release: Update Appdata file · 5e6bdfba
      Gaël Bonithon authored
      This adds the new release to the Appdata file if the `<releases>` tag
      exists. This file is only searched in the root of the repository and in
      the `data` directory, and must be unique.
      5e6bdfba
  23. Sep 16, 2021
  24. Sep 06, 2021
  25. Aug 19, 2021
  26. Jul 26, 2021
Loading