[neon/neon/settings/Neon/release] essentials: add dpkg-dev as essential
Carlos De Maine
null at kde.org
Thu Sep 4 09:46:11 BST 2025
Git commit e55f33a7213e77a6ebef84448528f29cb7da3089 by Carlos De Maine.
Committed on 04/09/2025 at 08:46.
Pushed by carlosdem into branch 'Neon/release'.
add dpkg-dev as essential
# added dpkg-dev as an essential package , as we need to be able to
programmatically generate the # qDEB_HOST_MULTIARCH tuple in various
scripts and settings. neon is a dev based distro anyway and # it only
adds 54 Mb of archives and 194 Mb disk space. can revisit if necessary
but don't think# anyone will even notice.
M +9 -4 essentials/50neon-essentials-desktop
https://invent.kde.org/neon/neon/settings/-/commit/e55f33a7213e77a6ebef84448528f29cb7da3089
diff --git a/essentials/50neon-essentials-desktop b/essentials/50neon-essentials-desktop
index 9bef580..040a651 100644
--- a/essentials/50neon-essentials-desktop
+++ b/essentials/50neon-essentials-desktop
@@ -11,13 +11,13 @@
# Doing it this way allows us to install different essentials profiles based
# on the intended form factor.
pkgCacheGen::ForceEssential {
- "sddm";
- "plasma-desktop";
-
+ "dpkg-dev"
"neon-desktop";
- "neon-settings-2";
"neon-essentials-desktop";
"neon-keyring";
+ "neon-settings-2";
+ "plasma-desktop";
+ "sddm";
};
# I could only think of one "core" package and that's plasma-workspace. The other core bits are
@@ -25,3 +25,8 @@ pkgCacheGen::ForceEssential {
# that every formfactor needs. Should we find ourselves with wanting many core packages (besides
# plasma-workspace) then this should get refactored into a 49neon-essentials-core that is dependend
# on by all other files (also needs testing that the list merges correctly).
+
+# added dpkg-dev as an essential package , as we need to be able to programmatically generate the
+# qDEB_HOST_MULTIARCH tuple in various scripts and settings. neon is a dev based distro anyway and
+# it only adds 54 Mb of archives and 194 Mb disk space. can revisit if necessary but don't think
+# anyone will even notice.
More information about the Neon-commits
mailing list