1. 27 Jun, 2016 9 commits
    • Michael Shigorin's avatar
      1.1.94-alt1 · d172c320
      Michael Shigorin authored
      - workstation
      d172c320
    • Michael Shigorin's avatar
      basealt.mk: initial release · ccd6e171
      Michael Shigorin authored
      This has been brewing since April, and is starting to get ready...
      ccd6e171
    • Michael Shigorin's avatar
      docs: en_US fallback for index.html symlink · 40080a18
      Michael Shigorin authored
      It's unfortunate but leaving "upstream" redirector
      index.html files without their final target is worse yet;
      hope this gets popravleno some day.
      40080a18
    • Michael Shigorin's avatar
      docs: don't pull branding bits in unconditionally · 3c65c498
      Michael Shigorin authored
      ...just do it when actually requested for the main image part.
      3c65c498
    • Michael Shigorin's avatar
      groups: added `make check' · eae7b38c
      Michael Shigorin authored
      This one has became direly needed while reworking
      Centaurus' pkglists/groups into a tree.
      eae7b38c
    • Michael Shigorin's avatar
      cleanup: leave docs/manpages alone · 4c2ff130
      Michael Shigorin authored
      ...for those images that can be installed.
      4c2ff130
    • Michael Shigorin's avatar
      main, metadata, lists: switch to groups2lists() · 137e738c
      Michael Shigorin authored
      Now that we don't ignore X-Alterator-PackageList
      in pkggroup files these few places referencing
      group names as list names have broke; bring 'em
      in line through this new and shiny function.
      137e738c
    • Michael Shigorin's avatar
      image.in: added groups2lists() · cbbc23ed
      Michael Shigorin authored
      NB: PKGDIR might be overridden now so that these functions
      can be used within both metaprofile and generated profile
      contexts; this isn't clean but I couldn't come up with
      anything better so far.
      cbbc23ed
    • Michael Shigorin's avatar
      pkg.in: ported several centaurus lists · 85c1a0f2
      Michael Shigorin authored
      These mostly come from m-p-d but have been heavily reworked
      for the new workstation distro, here's a list of the
      typical changes:
      
      - changed X-Alterator-Parent from centaurus-desktop
        to a more fine-grained toplevel entry;
      - tweaked Categories for the desktop file (e.g. pidgin);
      - packages added or removed (like sane to scanning);
      - adapted for m-p's biarch support scheme (see emulators);
      - renamed more appropriately (for example, 3d -> blender);
      - improved descriptions (e.g. by adding specific product
        names to groups referencing single-package lists).
      
      Several ones were done from scratch.
      
      NB: lists/groups have been moved into workstation/
          and intersynced accordingly.
      85c1a0f2
  2. 16 Jun, 2016 1 commit
  3. 15 Jun, 2016 1 commit
  4. 13 Jun, 2016 2 commits
  5. 10 Jun, 2016 4 commits
  6. 09 Jun, 2016 2 commits
  7. 07 Jun, 2016 1 commit
  8. 03 Jun, 2016 1 commit
  9. 01 Jun, 2016 3 commits
  10. 30 May, 2016 10 commits
  11. 27 May, 2016 1 commit
    • Michael Shigorin's avatar
      cleanup: handle empty variable (ouch!) · fa56731d
      Michael Shigorin authored
      This script was completely careless regarding the chance
      to meet an empty variable resulting in plain "rpm -qa"
      and subsequent attempt to, well, remove *all* packages.
      
      Thanks zerg@ for being persistent this time, even if
      he could probably find the culprit and send in this patch.
      :)
      fa56731d
  12. 23 May, 2016 5 commits
    • Michael Shigorin's avatar
      gear-store-tags · 03bb07b4
      Michael Shigorin authored
      03bb07b4
    • Michael Shigorin's avatar
      1.1.91-alt1 · 4f1f1fb6
      Michael Shigorin authored
      - nvidia/nouveau rehash
      - overlayfs support (lakostis@)
      4f1f1fb6
    • Michael Shigorin's avatar
      x11: rework free/proprietary driver support · 55ab1a48
      Michael Shigorin authored
      The problem at hand was that use/x11/xorg has been final,
      and zerg@ just couldn't switch from nouveau to nvidia
      when kdesktop needs that one.
      
      Initial approach included a "big" FREE/PROP switch that
      chose the particular KMODULES/PACKAGES to get added to
      THE_* but that fails to achieve e.g. nvidia+radeon combo;
      looks like these need individual switches.
      55ab1a48
    • Michael Shigorin's avatar
      desktop+lxde+extra: added xscreensaver-frontend · 07ffce9d
      Michael Shigorin authored
      Current lxsession would offer to lock screen but will silently
      fail within default regular-lxde.iso environment (that does lack
      any kind of X screen lock utility); add some.
      07ffce9d
    • Michael Shigorin's avatar
      regular.mk: explicitly enable powertop for desktop · 73a6e8c2
      Michael Shigorin authored
      This is a nice utility clamping default power strain
      *and* heat generation on intel-based PCs; I was actually
      surprised to see it available but not firing off at system
      startup time; fix that.
      73a6e8c2