1. 29 Mar, 2018 2 commits
  2. 28 Mar, 2018 1 commit
  3. 26 Mar, 2018 1 commit
  4. 25 Mar, 2018 2 commits
    • Anton Midyukov's avatar
      desktop+lxqt: update list · 3d96d922
      Anton Midyukov authored
      Remove compton-conf: not needed without compon itself
      (which rather looks abandoned), and would need an update
      from 0.1 to 0.3 anyways.
      3d96d922
    • Anton Midyukov's avatar
      desktop+lxde{,+extra}: update lists · 0d8dd00f
      Anton Midyukov authored
      lxde-icon-theme is required by lxde-settings-upstream only
      (and that's been changed for lxde-settings-lxdesktop),
      just drop it; move essential packages from -extra to the
      main lxde list; lxde-shortcut has been specified twice.
      0d8dd00f
  5. 21 Mar, 2018 1 commit
    • Michael Shigorin's avatar
      doc: mention #34638 · 03312d7f
      Michael Shigorin authored
      pauli@ has proposed slightly different setup to what is provided
      by livecd-qemu-arch; but the use case might be different either.
      At least provide the link to those interested.
      03312d7f
  6. 19 Mar, 2018 2 commits
  7. 18 Mar, 2018 3 commits
    • Anton Midyukov's avatar
      desktop+regular: added extra rules for udev · 8c6f2401
      Anton Midyukov authored
      This will expand the support for devices, for example web cameras
      8c6f2401
    • Anton Midyukov's avatar
      desktop+lxqt+extra: drop axkb · cc5b7b71
      Anton Midyukov authored
      axkb is no longer needed. Now there is a native layout switcher
      cc5b7b71
    • 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
  8. 17 Mar, 2018 2 commits
  9. 16 Mar, 2018 1 commit
  10. 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
  11. 11 Mar, 2018 14 commits
  12. 04 Mar, 2018 1 commit
  13. 03 Mar, 2018 2 commits
  14. 02 Mar, 2018 3 commits
  15. 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