Commit d8c3f54c authored by Roman Alifanov's avatar Roman Alifanov

- Added Kvantum for theming.

- Sudo is enabled by default. - Added some GNOME extentions.
parent 9d2c80d4
...@@ -2,10 +2,15 @@ ...@@ -2,10 +2,15 @@
ifeq (distro,$(IMAGE_CLASS)) ifeq (distro,$(IMAGE_CLASS))
mixin/ximper-gnome3: use/x11/gnome3/minimal use/fonts/ttf/redhat +nm-gtk mixin/ximper-gnome3: use/x11/gnome3/minimal use/fonts/ttf/redhat +nm-gtk
@$(call add,THE_PACKAGES,xcalib templates sudo) @$(call add,THE_PACKAGES,xcalib templates)
@$(call add,THE_PACKAGES,sudo)
@$(call add,CONTROL,sudowheel:enabled)
@$(call add,THE_PACKAGES,chrome-gnome-shell) @$(call add,THE_PACKAGES,chrome-gnome-shell)
@$(call add,THE_PACKAGES,qt5-wayland gnome-terminal-nautilus sushi gradience) @$(call add,THE_PACKAGES,qt5-wayland gnome-terminal-nautilus sushi gradience Kvantum)
@$(call add,THE_PACKAGES,appinstall gnome-software) @$(call add,THE_PACKAGES,appinstall gnome-software)
@$(call add,THE_PACKAGES,gnome-shell-extension-appindicator gnome-shell-extension-dash-to-dock gnome-shell-extension-gsconnect\
branding-etersoft-ximper-gnome-settings)
ifeq (sisyphus,$(BRANCH)) ifeq (sisyphus,$(BRANCH))
@$(call add,THE_PACKAGES,gnome-packagekit) @$(call add,THE_PACKAGES,gnome-packagekit)
endif endif
...@@ -28,6 +33,7 @@ endif ...@@ -28,6 +33,7 @@ endif
# base target (for most images) # base target (for most images)
distro/.ximper-base: distro/.ximper-bare use/vmguest use/memtest use/efi/dtb +efi; @: distro/.ximper-base: distro/.ximper-bare use/vmguest use/memtest use/efi/dtb +efi; @:
# graphical target (not enforcing xorg drivers or blobs) # graphical target (not enforcing xorg drivers or blobs)
distro/.ximper-x11: distro/.ximper-base mixin/regular-x11 \ distro/.ximper-x11: distro/.ximper-base mixin/regular-x11 \
use/x11/wacom use/x11/amdgpu +wireless \ use/x11/wacom use/x11/amdgpu +wireless \
...@@ -43,11 +49,10 @@ distro/.ximper-x11: distro/.ximper-base mixin/regular-x11 \ ...@@ -43,11 +49,10 @@ distro/.ximper-x11: distro/.ximper-base mixin/regular-x11 \
distro/.ximper-wm: distro/.ximper-x11 \ distro/.ximper-wm: distro/.ximper-x11 \
mixin/regular-desktop +vmguest \ mixin/regular-desktop +vmguest \
use/live/rw +live-installer use/live/rw +live-installer
@$(call set,INSTALLER,simply-linux) @$(call set,INSTALLER,alt-workstation)
@$(call set,GRUB_DEFAULT,live) @$(call set,GRUB_DEFAULT,live)
@$(call set,SYSLINUX_DEFAULT,live) @$(call set,SYSLINUX_DEFAULT,live)
# DE base target # DE base target
# TODO: use/plymouth/live when luks+plymouth is done, see also #28255 # TODO: use/plymouth/live when luks+plymouth is done, see also #28255
distro/.ximper-desktop: distro/.ximper-wm use/branding/full \ distro/.ximper-desktop: distro/.ximper-wm use/branding/full \
...@@ -86,6 +91,7 @@ distro/.ximper-install-x11-systemd: distro/.ximper-install-x11 \ ...@@ -86,6 +91,7 @@ distro/.ximper-install-x11-systemd: distro/.ximper-install-x11 \
distro/ximper-install: distro/.ximper-install-x11-systemd mixin/ximper-gnome3 \ distro/ximper-install: distro/.ximper-install-x11-systemd mixin/ximper-gnome3 \
use/kernel/latest +plymouth; @: use/kernel/latest +plymouth; @:
@$(call add,THE_PACKAGES,installer-feature-sudo-enable-by-default-stage3)
@$(call add,MAIN_GROUPS,etersoft/00_office etersoft/libreoffice-still etersoft/libreoffice-latest etersoft/01_games \ @$(call add,MAIN_GROUPS,etersoft/00_office etersoft/libreoffice-still etersoft/libreoffice-latest etersoft/01_games \
slinux/flatpak slinux/graphics-base slinux/graphics slinux/graphics-full-inkscape slinux/graphics-full-shotwell\ slinux/flatpak slinux/graphics-base slinux/graphics slinux/graphics-full-inkscape slinux/graphics-full-shotwell\
slinux/multimedia-full-audacity etersoft/multimedia-base\ slinux/multimedia-full-audacity etersoft/multimedia-base\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment