Skip to content
Snippets Groups Projects
  1. Jul 16, 2022
  2. Jul 11, 2022
  3. Jun 27, 2022
  4. May 13, 2022
  5. May 10, 2022
  6. May 09, 2022
  7. May 03, 2022
  8. May 02, 2022
  9. Apr 27, 2022
  10. Apr 26, 2022
  11. Apr 07, 2022
  12. Apr 06, 2022
  13. Apr 02, 2022
  14. Mar 30, 2022
  15. Mar 22, 2022
  16. Mar 21, 2022
  17. Feb 21, 2022
  18. Jan 27, 2022
  19. Jan 25, 2022
  20. Oct 25, 2021
  21. Sep 29, 2021
  22. Sep 07, 2021
  23. Jul 29, 2021
    • Iñigo Martínez's avatar
      build: Migrate from Intltool to Gettext · 96c6fc83
      Iñigo Martínez authored
      Recent versions of Gettext are able to translate several formats
      that are used in GNOME applications.
      
      This migrates from Intltool to Gettext both autotools and meson
      build systems.
      96c6fc83
  24. Jul 21, 2021
  25. Jul 19, 2021
    • Simon McVittie's avatar
      build: Make the directory for helper executables consistent with Autotools · e9aef131
      Simon McVittie authored and Simon McVittie (Collabora)'s avatar Simon McVittie (Collabora) committed
      
      The Autotools build system has been using /usr/lib/polkit-1 for several
      releases, even on distributions where the library directory is /usr/lib64
      or /usr/lib/x86_64-linux-gnu, so it makes sense for Meson to do the same.
      This lets 32- and 64-bit polkit agents share a single helper executable.
      
      This might be superseded by polkit!63, which requests going back to using
      the libexecdir for these (like polkit 0.105 did), which would also make
      sense; but until that's decided, let's at least be consistent between
      our two build systems.
      
      Every time we change this, all programs that have already loaded
      libpolkit-agent into their address space need to be restarted, unless
      distributions provide compatibility symlinks.
      
      Signed-off-by: default avatarSimon McVittie <smcv@debian.org>
      e9aef131
  26. Jul 15, 2021
  27. Jun 03, 2021
Loading