2 Commits

Author SHA1 Message Date
Michal Cieslakiewicz
cd97cdf642 Build scripts: add new variables, update MARCH.
Changes to all build scripts:
 * all remaining occurences of 'make -j N' replaced by
   'make -j $(nproc)'
 * obsolete 'atom' machine architecture replaced with
   'bonnell', but both new and old MARCH strings are kept
    for compatibility
 * optimize TMP variable setting
 * add OUTDIR variable (default to $TMP) that defines output
   directory for package; the goal is to simplify building
   in containers

Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
2022-02-18 19:40:50 +01:00
Michal Cieslakiewicz
658068e42a i3: window manager and applications moved to dedicated directory.
New package directory 'i3' created for i3 window manager and
applications, similar to other desktop environments (xfce, gnome, kde).

Following packages have been moved there: dmenu, rofi, i3-gaps, i3status,
i3blocks.

Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
2021-01-05 13:30:44 +01:00