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
f3bb934c
Commit
f3bb934c
authored
Jan 15, 2025
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mixin.mk: exclude plasma-discover from live of regular-kde
They will be installed during installation. plasma-discover actively climbs into the network and blocks apt.
parent
70350313
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
mixin.mk
conf.d/mixin.mk
+2
-2
No files found.
conf.d/mixin.mk
View file @
f3bb934c
...
...
@@ -160,13 +160,13 @@ mixin/regular-kde: use/x11/kde \
use/domain-client
ifeq (,$(filter-out sisyphus p11,$(BRANCH)))
@$(call add,THE_PACKAGES,xdg-desktop-portal-kde)
@$(call add,
TH
E_PACKAGES,plasma-discover)
@$(call add,
BAS
E_PACKAGES,plasma-discover)
@$(call add,THE_PACKAGES,kf5-kirigami)
@$(call add,THE_PACKAGES,kf5-kio)
@$(call set,DEFAULT_SESSION,plasma)
else
@$(call add,THE_PACKAGES,plasma5-xdg-desktop-portal-kde)
@$(call add,
TH
E_PACKAGES,plasma5-discover)
@$(call add,
BAS
E_PACKAGES,plasma5-discover)
endif
@$(call add,THE_PACKAGES,xdg-desktop-portal-gtk)
@$(call add,THE_PACKAGES,qt5-wayland)
...
...
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