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
4fef361e
Commit
4fef361e
authored
Jan 28, 2025
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mixin.mk: set THE_IMAGEWRITER=imression for regular-gnome if not p10
imression works well on GNOME.
parent
9b2ac5b4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
mixin.mk
conf.d/mixin.mk
+3
-2
No files found.
conf.d/mixin.mk
View file @
4fef361e
...
...
@@ -94,7 +94,7 @@ ifneq (,$(filter-out e2k%,$(ARCH)))
@$(call add,THE_BRANDING,notes)
endif
@$(call add,THE_PACKAGES,$$(THE_IMAGEWRITER))
@$(call
set
,THE_IMAGEWRITER,altmediawriter)
@$(call
try
,THE_IMAGEWRITER,altmediawriter)
@$(call add,THE_PACKAGES,upower udev-rules-rfkill-uaccess)
@$(call add,THE_PACKAGES,hunspell-ru-lebedev hunspell-en_US)
@$(call add,THE_PACKAGES,glmark2 glmark2-es2)
...
...
@@ -131,11 +131,12 @@ mixin/regular-gnome: use/x11/gnome use/fonts/ttf/redhat +nm-gtk4 \
@$(call add,THE_PACKAGES,power-profiles-daemon)
@$(call add,BASE_PACKAGES,gnome-software)
@$(call add,BASE_PACKAGES,gnome-tour)
if
eq (,$(filter-out sisyphus p11
,$(BRANCH)))
if
neq (,$(filter-out p10
,$(BRANCH)))
@$(call add,THE_PACKAGES,gnome-extension-manager)
@$(call add,PINNED_PACKAGES,gnome-console:Required)
@$(call add,THE_PACKAGES,gnome-console)
@$(call add,THE_PACKAGES,papers)
@$(call set,THE_IMAGEWRITER,impression)
else
@$(call add,PINNED_PACKAGES,gnome-terminal:Required)
@$(call add,THE_PACKAGES,gnome-terminal)
...
...
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