1. 09 Oct, 2024 3 commits
  2. 08 Oct, 2024 4 commits
  3. 07 Oct, 2024 16 commits
  4. 04 Oct, 2024 5 commits
  5. 03 Oct, 2024 3 commits
  6. 02 Oct, 2024 2 commits
  7. 01 Oct, 2024 3 commits
  8. 27 Sep, 2024 1 commit
  9. 26 Sep, 2024 3 commits
    • Carlos Ramos Carreño's avatar
      component/gtk: Disable cups as print backend. · c57c2213
      Carlos Ramos Carreño authored
      GTK tried to compile against libcups when it was present in the system.
      This failed the compilation if the includes were not present.
      
      This commit sets "file" as the only backend for printing, thus
      explicitly removing cups as a dependency.
      
      See merge request !1649
      c57c2213
    • Carlos Ramos Carreño's avatar
      component/cups: Install in lib folder (no lib64). · 649346bf
      Carlos Ramos Carreño authored
      Always install cups in lib folder, even when lib64 would be used by
      default.
      
      See merge request !1649
      649346bf
    • Carlos Ramos Carreño's avatar
      Changes in platform detection for buildout. · ce23512d
      Carlos Ramos Carreño authored
      The multiarch strings (GNU target triplets) used currently for platform
      detection are different in Suse, as they include the "vendor" ("suse" or
      "pc" depending on the GCC version) and the OS part is just "linux"
      instead of "linux-gnu".
      
      This changes platform detection to use the constants available in
      buildout for detecting the operating system and the `platform` module
      for detecting the machine, instead of these multiarch strings.
      
      See merge request nexedi/slapos!1648
      ce23512d