diff options
author | Holger Paradies <retabell@gmx.de> | 2024-02-29 18:50:30 +0100 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2024-02-29 18:50:30 +0100 |
commit | e769c926523cc369097f7cdec99c015961d35d23 (patch) | |
tree | b3de8ea29a183f98a83d53a195b766ba0a52148c | |
parent | 953b1deccee3f19bf10413e5f091c50bab5bd233 (diff) | |
download | kanotix-e769c926523cc369097f7cdec99c015961d35d23.zip kanotix-e769c926523cc369097f7cdec99c015961d35d23.tar.gz |
Add git and quilt to amd64 bookworm builds
-rw-r--r-- | config/lists/kanotix-lxde-full | 4 | ||||
-rw-r--r-- | config/lists/kde5 | 4 | ||||
-rw-r--r-- | config/lists/kde5-more | 8 |
3 files changed, 16 insertions, 0 deletions
diff --git a/config/lists/kanotix-lxde-full b/config/lists/kanotix-lxde-full index bcabb71..870dcba 100644 --- a/config/lists/kanotix-lxde-full +++ b/config/lists/kanotix-lxde-full @@ -30,3 +30,7 @@ thunderbird-l10n-de #if DISTRIBUTION wheezy jessie stretch buster gl2benchmark #endif + +# tools +git +quilt diff --git a/config/lists/kde5 b/config/lists/kde5 index 0a6bc04..de7976f 100644 --- a/config/lists/kde5 +++ b/config/lists/kde5 @@ -2,6 +2,10 @@ #include <desktop> +#if ARCHITECTURE amd64 +#include <kde5-more> +#endif + # kanotix stuff etcskel-kanotix-kf5 diff --git a/config/lists/kde5-more b/config/lists/kde5-more new file mode 100644 index 0000000..6e13adb --- /dev/null +++ b/config/lists/kde5-more @@ -0,0 +1,8 @@ +# Kanotix with KDE (enhanced) +# enhanced List only for amd64 used + +#nif DISTRIBUTION stretch buster bullseye +git +dolphin-plugins +quilt +#endif |