1. 10 Feb, 2015 2 commits
    • Michael Shigorin's avatar
      live: refactored to use pkglist · ea55aee5
      Michael Shigorin authored
      This feature operates LIVE_* variables specifically
      (as opposed to the more generic THE_* ones) so +alsa
      isn't exactly suitable but reusing the pkglist that's
      just been factored out is fine.
      ea55aee5
    • Denis Smirnov's avatar
      sound feature refactoring · 15a3cb12
      Denis Smirnov authored
      Split package lists:
      
      - base alsa packages (also needed in pulseaudio-based installations)
      - additional alsa packages (needed only if not using pulseaudio)
      - pulseaudio packages
      15a3cb12
  2. 09 Feb, 2015 2 commits
  3. 07 Feb, 2015 1 commit
  4. 04 Feb, 2015 2 commits
  5. 02 Feb, 2015 8 commits
  6. 26 Jan, 2015 4 commits
  7. 20 Jan, 2015 1 commit
    • Michael Shigorin's avatar
      pkg/lists: uncrustify Makefile · a86dd0c4
      Michael Shigorin authored
      The problem with the changed piece of code is that it would
      - both call cp(1) multiple times if multiple *_LIST variables
        were non-empty (which is usually the case), and
      - try to evaluate stdout of the called commands as a shell
        script (which would be empty unless someone passed e.g. -v
        to that cp(1) but it's crazy to rely on things like this).
      
      So the functions should prepare arguments for a single copy
      command that is predictable and could be made verbose.
      
      Ouch.
      a86dd0c4
  8. 13 Jan, 2015 1 commit
    • Michael Shigorin's avatar
      rescue+misc: added office file format parsers · dc679621
      Michael Shigorin authored
      This batch deals with various Microsoft(R) Word(TM)
      instilled formats like RTF/DOC/DOCX and requires nothing
      but basic libraries and perl at most; might get extended
      over time but please mind the extra dependencies!
      dc679621
  9. 05 Jan, 2015 4 commits
  10. 31 Dec, 2014 1 commit
  11. 24 Dec, 2014 2 commits
  12. 22 Dec, 2014 1 commit
    • Michael Shigorin's avatar
      base+rescue: added servicectl · e7acdd8d
      Michael Shigorin authored
      This utility manages systemd services inside chroot
      while the host system runs sysvinit (systemctl will say
      "Running in chroot, ignoring request" and bail out).
      e7acdd8d
  13. 20 Dec, 2014 1 commit
  14. 18 Dec, 2014 1 commit
  15. 16 Dec, 2014 1 commit
  16. 15 Dec, 2014 3 commits
  17. 12 Dec, 2014 4 commits
  18. 11 Dec, 2014 1 commit