Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mkimage-profiles
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
mkimage-profiles
Commits
2ac2b723
Commit
2ac2b723
authored
Nov 12, 2024
by
Semen Fomchenkov
Committed by
Anton Midyukov
Nov 14, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mixin-basealt.mk: replace mate with gnome and add package needs for gnome works
Now workstation is based on GNOME.
parent
80c74c93
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
3 deletions
+13
-3
mixin-basealt.mk
conf.d/mixin-basealt.mk
+13
-3
No files found.
conf.d/mixin-basealt.mk
View file @
2ac2b723
...
...
@@ -8,7 +8,7 @@ mixin/alt-workstation-install: workstation_groups = $(addprefix workstation/,\
mixin/alt-workstation: +systemd +systemd-optimal +pulse +nm \
use/kernel/net use/l10n/default/ru_RU \
use/x11/
xorg use/x11-autostart use/x11/gtk
/nm \
use/x11/
gnome use/x11-autostart use/x11/gtk4
/nm \
use/ntp/chrony \
use/apt-conf/branch use/volumes/alt-workstation \
use/fonts/install2 \
...
...
@@ -21,13 +21,24 @@ mixin/alt-workstation: +systemd +systemd-optimal +pulse +nm \
use/browser/firefox use/browser/firefox/esr \
use/cleanup/live-no-cleanupdb
ifeq (,$(filter-out x86_64 aarch64,$(ARCH)))
@$(call add,THE_PACKAGES,power-profiles-daemon)
@$(call add,THE_PACKAGES,gnome-terminal)
@$(call add,THE_PACKAGES,gnome-software)
@$(call add,THE_PACKAGES,gnome-tour)
@$(call add,THE_PACKAGES,papers)
@$(call add,PINNED_PACKAGES,gnome-terminal:Required)
@$(call add,THE_PACKAGES,qt5-wayland qt6-wayland)
@$(call add,THE_PACKAGES,cups-pk-helper cups)
@$(call add,THE_PACKAGES,fonts-ttf-lxgw-wenkai)
@$(call add,THE_PACKAGES,xdg-user-dirs-gtk)
ifneq (,$(filter-out sisyphus,$(BRANCH)))
@$(call set,KFLAVOURS,std-def un-def)
endif
endif
@$(call add,MAIN_LISTS,kernel-headers)
@$(call set,BRANDING,alt-workstation)
@$(call add,THE_BRANDING,mate-settings)
@$(call add,THE_BRANDING,gnome-settings)
@$(call add,THE_PACKAGES,wallpapers-alt-workstation)
@$(call add,COMMON_PACKAGES,vim-console)
@$(call add,BASE_LISTS,workstation/base.pkgs)
@$(call add,THE_LISTS,workstation/the.pkgs)
...
...
@@ -84,7 +95,6 @@ ifneq (,$(filter-out e2k%,$(ARCH)))
@$(call add,MAIN_LISTS,workstation/extras)
endif
@$(call add,LIVE_PACKAGES,livecd-installer-features)
@$(call add,LIVE_PACKAGES,installer-feature-lightdm-stage3)
@$(call add,LIVE_PACKAGES,alterator-gpupdate)
@$(call add,MAIN_PACKAGES,solaar)
@$(call add,STAGE2_PACKAGES,chrony)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment