Skip to content
Snippets Groups Projects
  1. Oct 28, 2021
  2. Oct 26, 2021
  3. Oct 25, 2021
  4. Sep 29, 2021
  5. Sep 07, 2021
  6. 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
  7. Jul 21, 2021
  8. 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
  9. Jul 15, 2021
  10. Jun 04, 2021
  11. Jun 03, 2021
Loading