1. 18 Mar, 2018 1 commit
    • Michael Shigorin's avatar
      regular.mk: add refind to icewm flavour · 78d2f2e8
      Michael Shigorin authored
      This flavour has turned into a distribution proper quite some
      time ago (thanks jinn@), and its role of pretty minimalistic
      proving grounds for things like minimalistic EFI boot path
      is now neglectible.
      
      So let's add a proper boot manager there too.  It might be better
      to fit it into distro/.regular-sysv-gtk or even up the dependency
      tree but I'm not focused enough to do it right now.
      
      Reported-by: klark@, antohami@
      78d2f2e8
  2. 17 Mar, 2018 2 commits
  3. 16 Mar, 2018 1 commit
  4. 14 Mar, 2018 4 commits
    • Michael Shigorin's avatar
      diag.directory: mark as Required · 8eecce9e
      Michael Shigorin authored
      It's small but useful enough to justify installation by default.
      8eecce9e
    • Michael Shigorin's avatar
      lists: update regarding non-x86 · d268e329
      Michael Shigorin authored
      sisyphus/e2k still lacks qt4; other changes introduced
      are mildly x86-specific too.
      d268e329
    • Michael Shigorin's avatar
      workstation: adjust pkglists accordingly · 49aed476
      Michael Shigorin authored
      Wish I knew why we do different wine flavours
      on x86_64 and i586...
      49aed476
    • Michael Shigorin's avatar
      lists, doc: introduce @IA32, @X86 archdep macros · 2d257a42
      Michael Shigorin authored
      The former ("proper 32-bit x86 package form") has been suggested
      by zerg@ quite some time ago but the desired interface wasn't clear
      at the moment IIRC; a quiet morning helped me realize that
      
        ICAClient-preinstall@IA32
      
      is rather more readable than
      
        ICAClient-preinstall@i586 i586-ICAClient-preinstall@x86_64
      
      so here's the (trivial) implementation; and I actually needed
      the latter, @X86 ("any-x86") to mark x86-only packages so
      
        xorg-drv-intel@X86
      
      is now equivalent to
      
        xorg-drv-intel@i586 xorg-drv-intel@x86_64
      2d257a42
  5. 11 Mar, 2018 14 commits
  6. 04 Mar, 2018 1 commit
  7. 03 Mar, 2018 2 commits
  8. 02 Mar, 2018 3 commits
  9. 20 Feb, 2018 1 commit
    • Michael Shigorin's avatar
      regular.mk: drop xsane from mate · 0b251d07
      Michael Shigorin authored
      The problem being worked around by this is:
      anything in the lists that Requires: webclient
      results in rekonq being pulled into the image
      (after mate-default requires firefox no more).
      
      The proper fix is to force *_PACKAGES, *_LISTS
      and *_REGEXP to be processed in a _single_
      transaction for each destination so that
      early mis-expansion of virtual packages
      doesn't occur when _installing_ those.
      
      This commit should be reverted then.
      
      See-also: https://bugzilla.altlinux.org/30806
      0b251d07
  10. 19 Feb, 2018 8 commits
  11. 15 Feb, 2018 2 commits
  12. 14 Feb, 2018 1 commit