diff options
Diffstat (limited to 'config')
28 files changed, 644 insertions, 83 deletions
diff --git a/config/chroot_local-hooks/03-ntfs3-override b/config/chroot_local-hooks/03-ntfs3-override new file mode 100755 index 0000000..2e7a3f9 --- /dev/null +++ b/config/chroot_local-hooks/03-ntfs3-override @@ -0,0 +1,10 @@ +#!/bin/sh + +for file in /root/config/*; do [ -r $file ] && . $file; done + +case "${LB_DISTRIBUTION}" in + +bookworm|trixie) + [ -e /sbin/mount.ntfs3 ] || ln -sfv $(readlink /sbin/mount.ntfs-3g) /sbin/mount.ntfs3 + ;; +esac diff --git a/config/chroot_local-hooks/03-towelfire-fixes b/config/chroot_local-hooks/03-towelfire-fixes new file mode 100755 index 0000000..29c4123 --- /dev/null +++ b/config/chroot_local-hooks/03-towelfire-fixes @@ -0,0 +1,107 @@ +#!/bin/sh +for file in /root/config/*; do [ -r $file ] && . $file; done + +if [ "$LB_DISTRIBUTION" = "trixie" ]; then + +# Remove 4 plasma icons added by taskmanager + +if [ -f /usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/config/main.xml ]; then + sed -i 's/applications:systemsettings.desktop,applications:org.kde.discover.desktop,preferred:\/\/filemanager,preferred:\/\/browser//' /usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/config/main.xml +fi + +# set flag as default in keyboard layout +if [ -f /usr/share/plasma/plasmoids/org.kde.plasma.keyboardlayout/contents/config/main.xml ]; then + sed -i 's/<default>0/<default>1/' /usr/share/plasma/plasmoids/org.kde.plasma.keyboardlayout/contents/config/main.xml +fi + +# enable tapping + +mkdir -p /etc/X11/xorg.conf.d + +cat <<"EOF" >/etc/X11/xorg.conf.d/40-libinput.conf +Section "InputClass" + Identifier "libinput touchpad catchall" + MatchIsTouchpad "on" + MatchDevicePath "/dev/input/event*" + Driver "libinput" + Option "Tapping" "on" + #Option "DisableWhileTyping" "1" +EndSection +EOF + +# set gtk3 theme +mkdir -p /etc/skel/.config/gtk-3.0 +cat <<"EOF" >/etc/skel/.config/gtk-3.0/settings.ini +[Settings] +gtk-theme-name = Clearlooks-Phenix +EOF + +# set gtk2 theme +mkdir -p /etc/skel +cat <<"EOF" >/etc/skel/.gtkrc-2.0 +gtk-theme-name = "Clearlooks-Phenix" +EOF + +# disable apt pager +echo 'Binary::apt::Pager "false";' > /etc/apt/apt.conf.d/98-nopager + +# pin bookworm security pin + if [ -x /var/lib/dpkg/info/linux-image-686-pae.preinst ]; then +cat <<"EOF" >/etc/apt/preferences.d/pae +Package: * +Pin: release n=bookworm-security +Pin-Priority: 100 +EOF + fi +# add scale factor for qt defaults to 100% +echo "QT_SCALE_FACTOR=1.0" >>/etc/environment + +# fix for sddm layout +if [ -f /usr/share/sddm/scripts/Xsetup ]; then + echo "setxkbmap" >> /usr/share/sddm/scripts/Xsetup +fi + +# powermanager fix new values since buster + +mkdir -p /etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml +cat <<"EOF" >/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml +<?xml version="1.0" encoding="UTF-8"?> + +<channel name="xfce4-power-manager" version="1.0"> + <property name="xfce4-power-manager" type="empty"> + <property name="power-button-action" type="uint" value="3"/> + <property name="show-tray-icon" type="bool" value="true"/> + <property name="lid-action-on-battery" type="uint" value="1"/> + <property name="critical-power-action" type="uint" value="1"/> + <property name="spin-down-on-battery" type="bool" value="false"/> + <property name="lock-screen-suspend-hibernate" type="bool" value="false"/> + <property name="brightness-switch-restore-on-exit" type="int" value="1"/> + <property name="brightness-switch" type="int" value="0"/> + </property> +</channel> +EOF + +# set compiz splash + if [ -e /etc/skel/.config/compiz/compizconfig/Default.ini ]; then + sed -i 's/splash_background_spitfire.png/splash_background_towelfire.png/' /etc/skel/.config/compiz/compizconfig/Default.ini + fi + +# hotfix lxde dead flag + if [ -e /usr/share/lxpanel/images/xkb-flags/de.png ]; then + cd /usr/share/lxpanel/images/xkb-flags + ln -s de.png "de(nodeadkeys).png" + cd - + fi + +# annoying workaround for hpaio (disable prompt for root password in installed system) + if [ -e /etc/sane.d/dll.d/hplip ]; then + sed -i 's/^hpaio/#hpaio/' /etc/sane.d/dll.d/hplip + fi + +# replacement for hddtemp, load kernelmodul +mkdir -p /etc/modules-load.d +cat <<"EOF" >/etc/modules-load.d/drivetemp.conf +drivetemp +EOF + +fi diff --git a/config/chroot_local-hooks/03-trixie-su-fix b/config/chroot_local-hooks/03-trixie-su-fix new file mode 100755 index 0000000..925fe94 --- /dev/null +++ b/config/chroot_local-hooks/03-trixie-su-fix @@ -0,0 +1,9 @@ +#!/bin/sh +for file in /root/config/*; do [ -r $file ] && . $file; done + +if [ "$LB_DISTRIBUTION" = "trixie" ]; then + +# force old su behaviour +echo "ALWAYS_SET_PATH yes" >>/etc/default/su + +fi diff --git a/config/chroot_local-includes/etc/sddm.conf.d/kde_settings.conf b/config/chroot_local-includes/etc/sddm.conf.d/kde_settings.conf new file mode 100644 index 0000000..1ee5714 --- /dev/null +++ b/config/chroot_local-includes/etc/sddm.conf.d/kde_settings.conf @@ -0,0 +1,15 @@ +[Autologin] +Relogin=false +Session=plasmax11 +User=kanotix + +[General] +HaltCommand= +RebootCommand= + +[Theme] +Current=maldives + +[Users] +MaximumUid=60000 +MinimumUid=1000 diff --git a/config/chroot_local-includes/lib/live/config/0086-sddm b/config/chroot_local-includes/lib/live/config/0086-sddm new file mode 100755 index 0000000..98da070 --- /dev/null +++ b/config/chroot_local-includes/lib/live/config/0086-sddm @@ -0,0 +1,38 @@ +#!/bin/sh + +. /usr/lib/live/config.sh + +## live-config(7) - System Configuration Components +## Copyright (C) 2016-2020 The Debian Live team +## Copyright (C) 2006-2015 Daniel Baumann <mail@daniel-baumann.ch> +## +## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. +## This is free software, and you are welcome to redistribute it +## under certain conditions; see COPYING for details. + + +#set -e + +Init () +{ + # Checking if package is installed or already configured + if ! pkg_is_installed "sddm" || \ + component_was_executed "sddm_kanotix" + then + exit 0 + fi + + echo -n " sddm_kanotix" +} + +Config () +{ + # remove file created by 0085-sddm + rm -f /etc/sddm.conf + + # Creating state file + touch /var/lib/live/config/sddm_kanotix +} + +Init +Config diff --git a/config/chroot_local-includes/lib/live/config/8000-plasma-keyboard-layout b/config/chroot_local-includes/lib/live/config/8000-plasma-keyboard-layout index 1e132c2..53034b8 100755 --- a/config/chroot_local-includes/lib/live/config/8000-plasma-keyboard-layout +++ b/config/chroot_local-includes/lib/live/config/8000-plasma-keyboard-layout @@ -4,14 +4,19 @@ PlasmaKeyboardLayout () { KXKBRC=/home/${LIVE_USERNAME}/.config/kxkbrc # KXKBRC=/home/kanotix/kxkbrc/kxkbrc - + KWRITECONFIG="" # Checking if package is already configured if [ -e /var/lib/live/config/plasmakeyboardlayout ] || \ - [ ! -e ${KXKBRC} ] || [ ! -x /usr/bin/kwriteconfig5 ] + [ ! -e ${KXKBRC} ] then return fi + [ -x /usr/bin/kwriteconfig5 ] && KWRITECONFIG="/usr/bin/kwriteconfig5" + [ -x /usr/bin/kwriteconfig6 ] && KWRITECONFIG="/usr/bin/kwriteconfig6" + + [ -z ${KWRITECONFIG} ] && return + echo -n " plasmakeyboardlayout" for _PARAMETER in ${_CMDLINE} ${LIVE_CONFIG_CMDLINE} @@ -54,16 +59,16 @@ case "$LIVE_KEYBOARD_LAYOUTS" in : # use preconfig ;; us) - kwriteconfig5 --file "$KXKBRC" --group Layout --key LayoutList --type string "us,fr,cz,de" - kwriteconfig5 --file "$KXKBRC" --group Layout --key VariantList --type string ",,,nodeadkeys" + ${KWRITECONFIG} --file "$KXKBRC" --group Layout --key LayoutList --type string "us,fr,cz,de" + ${KWRITECONFIG} --file "$KXKBRC" --group Layout --key VariantList --type string ",,,nodeadkeys" ;; fr) - kwriteconfig5 --file "$KXKBRC" --group Layout --key LayoutList --type string "fr,cz,de,us" - kwriteconfig5 --file "$KXKBRC" --group Layout --key VariantList --type string ",,nodeadkeys," + ${KWRITECONFIG} --file "$KXKBRC" --group Layout --key LayoutList --type string "fr,cz,de,us" + ${KWRITECONFIG} --file "$KXKBRC" --group Layout --key VariantList --type string ",,nodeadkeys," ;; cz) - kwriteconfig5 --file "$KXKBRC" --group Layout --key LayoutList --type string "cz,de,us,fr" - kwriteconfig5 --file "$KXKBRC" --group Layout --key VariantList --type string ",nodeadkeys,," + ${KWRITECONFIG} --file "$KXKBRC" --group Layout --key LayoutList --type string "cz,de,us,fr" + ${KWRITECONFIG} --file "$KXKBRC" --group Layout --key VariantList --type string ",nodeadkeys,," ;; *) : # use preconfig @@ -71,8 +76,8 @@ case "$LIVE_KEYBOARD_LAYOUTS" in esac [ -r /etc/default/keyboard ] && . /etc/default/keyboard - [ "$XKBMODEL" ] && kwriteconfig5 --file "$KXKBRC" --group Layout --key Model --type string "$XKBMODEL" - kwriteconfig5 --file "$KXKBRC" --group Layout --key DisplayNames --type string ",,," + [ "$XKBMODEL" ] && ${KWRITECONFIG} --file "$KXKBRC" --group Layout --key Model --type string "$XKBMODEL" + ${KWRITECONFIG} --file "$KXKBRC" --group Layout --key DisplayNames --type string ",,," # Creating state file touch /var/lib/live/config/plasmakeyboardlayout diff --git a/config/chroot_local-includes/lib/live/config/9023-kwayland b/config/chroot_local-includes/lib/live/config/9023-kwayland index 152f32f..7950e60 100755 --- a/config/chroot_local-includes/lib/live/config/9023-kwayland +++ b/config/chroot_local-includes/lib/live/config/9023-kwayland @@ -16,11 +16,16 @@ Configure_kwayland () if grep -qs "kwayland" /proc/cmdline then if [ -x /usr/bin/startplasma-wayland ]; then + if [ -x /usr/sbin/lightdm ]; then echo "[Desktop]" >/home/${LIVE_USERNAME}/.dmrc echo "Session=plasmawayland" >>/home/${LIVE_USERNAME}/.dmrc chown 1000:1000 /home/${LIVE_USERNAME}/.dmrc echo "[Seat:*]" >> /usr/share/lightdm/lightdm.conf.d/51_kanotix.conf echo "user-session=plasmawayland" >> /usr/share/lightdm/lightdm.conf.d/51_kanotix.conf + fi + if [ -x /usr/bin/sddm ]; then + sed -i 's/Session=plasmax11/Session=plasma/' /etc/sddm.conf.d/kde_settings.conf + fi fi fi diff --git a/config/lists/base b/config/lists/base index d60c620..962bb27 100644 --- a/config/lists/base +++ b/config/lists/base @@ -5,10 +5,17 @@ #include <base.kanotix> sudo +# provide android-tools +#if ARCHITECTURE amd64 +#include <android> +#endif + # handle polkit since bookworm #nif DISTRIBUTION wheezy jessie stretch buster bullseye polkitd pkexec +#endif +#if DISTRIBUTION bookworm polkitd-pkla #endif @@ -58,6 +65,10 @@ zstd # tools bc clinfo +#nif DISTRIBUTION bullseye bookworm +fastfetch +hstr +#endif mc most less @@ -99,6 +110,10 @@ zsync debconf-utils rpm2cpio usbutils +util-linux +#nif DISTRIBUTION bullseye +util-linux-extra +#endif exif fsarchiver xterm @@ -127,7 +142,7 @@ net-tools #if DISTRIBUTION wheezy jessie stretch buster bullseye #include <printer_driver_old> #endif -#nif DISTRIBUTION wheezy jessie stretch buster bullseye +#if DISTRIBUTION bookworm cups-bsd cups-client foomatic-db-engine @@ -136,15 +151,28 @@ printer-driver-gutenprint #include <printer_driver_all> libcups2 #endif +#nif DISTRIBUTION wheezy jessie stretch buster bullseye bookworm +cups-bsd +cups-client +foomatic-db-engine +foomatic-db +#include <printer_driver_all> +libcups2t64 +#endif #if ARCHITECTURE amd64 -libcups2:i386 +#include <cupsi386> #endif # build module-assistant build-essential fakeroot +#if DISTRIBUTION wheezy jessie stretch buster bullseye bookworm libstdc++5 +#endif +#nif DISTRIBUTION wheezy jessie stretch buster bullseye bookworm +libstdc++6 +#endif bzip2 cdbs dkms @@ -152,7 +180,13 @@ devscripts pbuilder # system +#if DISTRIBUTION wheezy jessie stretch buster bullseye bookworm cpufrequtils +#endif +#nif DISTRIBUTION wheezy jessie stretch buster bullseye bookworm +linux-cpupower +#endif + #if DISTRIBUTION wheezy jessie stretch buster hddtemp #endif @@ -198,9 +232,13 @@ xinit #if DISTRIBUTION wheezy jessie stretch freerdp-x11 #endif -#nif DISTRIBUTION wheezy jessie stretch +#if DISTRIBUTION buster bullseye bookworm freerdp2-x11 #endif +#nif DISTRIBUTION wheezy jessie stretch buster bullseye bookworm +freerdp3-x11 +#endif + # disktools gddrescue testdisk @@ -227,7 +265,13 @@ exfatprogs #nif DISTRIBUTION wheezy zram #endif +#if DISTRIBUTION squeeze wheezy jessie stretch buster bullseye bookworm httpfs2 +#endif +# support for appimages +#nif DISTRIBUTION squeeze wheezy jessie stretch buster bullseye bookworm +libfuse2t64 +#endif # filesystem tools parted diff --git a/config/lists/base.kanotix b/config/lists/base.kanotix index b42fc20..a276e8a 100644 --- a/config/lists/base.kanotix +++ b/config/lists/base.kanotix @@ -4,6 +4,10 @@ user-profile-kanotix kanotix-archive-keyring kanotix-starrise-base +#nif DISTRIBUTION bullseye bookworm +kanotix-spring-base +#endif + plymouth-theme-kanotix-logo acritoxinstaller-kanotix diff --git a/config/lists/broadcom-firm b/config/lists/broadcom-firm new file mode 100644 index 0000000..24c7b80 --- /dev/null +++ b/config/lists/broadcom-firm @@ -0,0 +1,5 @@ +# We do not use dkms on i386 + +#if ARCHITECTURE amd64 +broadcom-sta-dkms +#endif diff --git a/config/lists/cupsi386 b/config/lists/cupsi386 new file mode 100644 index 0000000..2b00c3c --- /dev/null +++ b/config/lists/cupsi386 @@ -0,0 +1,10 @@ +# config list cups +# eliminate build error + +#if DISTRIBUTION bookworm +libcups2:i386 +#endif + +#nif DISTRIBUTION bookworm +libcups2t64:i386 +#endif diff --git a/config/lists/extra-cs b/config/lists/extra-cs index 14719e6..5862561 100644 --- a/config/lists/extra-cs +++ b/config/lists/extra-cs @@ -7,7 +7,7 @@ kde-l10n-cs # libre office packages #if ARCHITECTURE amd64 -libobasis25.2-cs -libobasis25.2-cs-help -libreoffice25.2-cs +libobasis25.8-cs +libobasis25.8-cs-help +libreoffice25.8-cs #endif diff --git a/config/lists/extra-es b/config/lists/extra-es index 8c50bdb..da634f4 100644 --- a/config/lists/extra-es +++ b/config/lists/extra-es @@ -7,7 +7,7 @@ kde-l10n-es # libre office packages #if ARCHITECTURE amd64 -libobasis25.2-es -libobasis25.2-es-help -libreoffice25.2-es +libobasis25.8-es +libobasis25.8-es-help +libreoffice25.8-es #endif diff --git a/config/lists/extra-it b/config/lists/extra-it index dedc469..2843b0c 100644 --- a/config/lists/extra-it +++ b/config/lists/extra-it @@ -7,8 +7,8 @@ kde-l10n-it # libre office packages #if ARCHITECTURE amd64 -libobasis25.2-it -libobasis25.2-it-help -libreoffice25.2-dict-it -libreoffice25.2-it +libobasis25.8-it +libobasis25.8-it-help +libreoffice25.8-dict-it +libreoffice25.8-it #endif diff --git a/config/lists/firmware b/config/lists/firmware index 889f330..fa08af1 100644 --- a/config/lists/firmware +++ b/config/lists/firmware @@ -9,4 +9,10 @@ linux-firmware linux-firmware-nonfree # broadcom +#if DISTRIBUTION bullseye bookwom broadcom-sta-dkms +#endif + +#nif DISTRIBUTION bullseye bookwom +#include <broadcom-firm> +#endif diff --git a/config/lists/kanotix-eeepc4G b/config/lists/kanotix-eeepc4G index 25b4f6d..10433d5 100644 --- a/config/lists/kanotix-eeepc4G +++ b/config/lists/kanotix-eeepc4G @@ -3,8 +3,10 @@ # Kanotix base Packages List # install only needed firmware firmware-atheros +#nif DISTRIBUTION bullseye +eeepc-firmware-extra +#endif #if ARCHITECTURE amd64 -eeepc4g-firmware-extra git #endif @@ -20,6 +22,8 @@ sudo #nif DISTRIBUTION wheezy jessie stretch buster bullseye polkitd pkexec +#endif +#if DISTRIBUTION bookworm polkitd-pkla #endif @@ -97,6 +101,10 @@ zsync debconf-utils rpm2cpio usbutils +util-linux +#nif DISTRIBUTION bullseye +util-linux-extra +#endif exif fsarchiver xterm @@ -128,7 +136,12 @@ cups-client module-assistant build-essential fakeroot +#if DISTRIBUTION wheezy jessie stretch buster bullseye bookworm libstdc++5 +#endif +#nif DISTRIBUTION wheezy jessie stretch buster bullseye bookworm +libstdc++6 +#endif bzip2 cdbs dkms @@ -136,7 +149,12 @@ devscripts pbuilder # system +#if DISTRIBUTION wheezy jessie stretch buster bullseye bookworm cpufrequtils +#endif +#nif DISTRIBUTION wheezy jessie stretch buster bullseye bookworm +linux-cpupower +#endif #if DISTRIBUTION wheezy jessie stretch buster hddtemp #endif @@ -169,13 +187,25 @@ vdpauinfo #nif DISTRIBUTION wheezy mesa-vdpau-drivers #endif +#nif DISTRIBUTION wheezy jessie +mesa-va-drivers +#endif +#if DISTRIBUTION stretch +#include <vulkan-steelfire> +#endif +#nif DISTRIBUTION wheezy jessie stretch +#include <vulkan> +#endif xinit #if DISTRIBUTION wheezy jessie stretch freerdp-x11 #endif -#nif DISTRIBUTION wheezy jessie stretch +#if DISTRIBUTION buster bullseye bookworm freerdp2-x11 #endif +#nif DISTRIBUTION wheezy jessie stretch buster bullseye bookworm +freerdp3-x11 +#endif # disktools gddrescue @@ -203,7 +233,13 @@ exfatprogs #nif DISTRIBUTION wheezy zram #endif +#if DISTRIBUTION wheezy jessie stretch buster bullseye bookworm httpfs2 +#endif +# support for appimages +#nif DISTRIBUTION wheezy jessie stretch buster bullseye bookworm +libfuse2t64 +#endif # filesystem tools parted @@ -314,14 +350,14 @@ compton # multimedia #include <smplayer> -#if DISTRIBUTION squeeze wheezy jessie bookworm +#if DISTRIBUTION squeeze wheezy jessie bookworm trixie exaile #endif -#nif DISTRIBUTION squeeze wheezy jessie bookworm +#nif DISTRIBUTION squeeze wheezy jessie bookworm trixie clementine #endif # clementine fix -#nif DISTRIBUTION wheezy jessie stretch buster bookworm +#nif DISTRIBUTION wheezy jessie stretch buster bookworm trixie libqt5sql5-sqlite #endif # network @@ -372,7 +408,12 @@ xchat # other gnome-screenshot seahorse -keepassx +#if DISTRIBUTION bullseye bookworm +keepassxc +#endif +#nif DISTRIBUTION bullseye bookworm +keepassxc-minimal +#endif #if DISTRIBUTION wheezy jessie stretch buster clipit diff --git a/config/lists/kanotix-kde-base b/config/lists/kanotix-kde-base index 35fdf3a..e680374 100644 --- a/config/lists/kanotix-kde-base +++ b/config/lists/kanotix-kde-base @@ -4,9 +4,12 @@ #if DISTRIBUTION squeeze wheezy jessie #include <kde> #endif -#nif DISTRIBUTION squeeze wheezy jessie +#if DISTRIBUTION stretch buster bullseye bookworm #include <kde5> #endif +#nif DISTRIBUTION squeeze wheezy jessie stretch buster bullseye bookworm +#include <kde6> +#endif #include <kde.kanotix> # package tool @@ -20,7 +23,9 @@ apper plasma-discover #endif +#if DISTRIBUTION wheezy jessie stretch buster bullseye bookworm apt-xapian-index +#endif # multimedia #if DISTRIBUTION squeeze wheezy jessie diff --git a/config/lists/kanotix-kde-master b/config/lists/kanotix-kde-master index 7c7b487..e81db89 100644 --- a/config/lists/kanotix-kde-master +++ b/config/lists/kanotix-kde-master @@ -27,7 +27,9 @@ kaffeine # graphics gimp +#if DISTRIBUTION wheezy jessie stretch buster bullseye bookworm gimp-gutenprint +#endif xsane #if DISTRIBUTION wheezy jessie stretch libsane-extras @@ -51,7 +53,13 @@ khelpcenter #endif # tools -keepassx +#if DISTRIBUTION bullseye bookworm +keepassxc +#endif +#nif DISTRIBUTION bullseye bookworm +keepassxc-minimal +#endif + #if DISTRIBUTION wheezy jessie stretch kuser #endif @@ -74,6 +82,7 @@ foobillardplus neverball neverputt kmahjongg +ksudoku # benchmark #if DISTRIBUTION wheezy jessie stretch buster diff --git a/config/lists/kanotix-lxde-full b/config/lists/kanotix-lxde-full index 88a2152..3dcc2fb 100644 --- a/config/lists/kanotix-lxde-full +++ b/config/lists/kanotix-lxde-full @@ -16,13 +16,17 @@ me-tv # graphics gimp +#if DISTRIBUTION wheezy jessie stretch buster bullseye bookworm gimp-gutenprint +#endif xsane #if DISTRIBUTION wheezy jessie stretch libsane-extras #endif sane-utils sane +#gpicview pcmanfm heif support +heif-gdk-pixbuf # network diff --git a/config/lists/kanotix-lxde-master b/config/lists/kanotix-lxde-master index 6c3f8ec..28b03c4 100644 --- a/config/lists/kanotix-lxde-master +++ b/config/lists/kanotix-lxde-master @@ -21,18 +21,20 @@ geany # package tool synaptic +#if DISTRIBUTION wheezy jessie stretch buster bullseye bookworm apt-xapian-index +#endif gdebi # multimedia -#if DISTRIBUTION wheezy jessie bookworm +#if DISTRIBUTION wheezy jessie bookworm trixie exaile #endif -#nif DISTRIBUTION wheezy jessie bookworm +#nif DISTRIBUTION wheezy jessie bookworm trixie clementine #endif # clementine fix -#nif DISTRIBUTION wheezy jessie stretch buster bookworm +#nif DISTRIBUTION wheezy jessie stretch buster bookworm trixie libqt5sql5-sqlite #endif @@ -102,4 +104,9 @@ gst123 #include <awesome> #endif seahorse -keepassx +#if DISTRIBUTION bullseye bookworm +keepassxc +#endif +#nif DISTRIBUTION bullseye bookworm +keepassxc-minimal +#endif diff --git a/config/lists/kanotix-lxde-min b/config/lists/kanotix-lxde-min index 811bc05..461a7f5 100644 --- a/config/lists/kanotix-lxde-min +++ b/config/lists/kanotix-lxde-min @@ -127,4 +127,9 @@ xchat # other gnome-screenshot seahorse -keepassx +#if DISTRIBUTION bullseye bookworm +keepassxc +#endif +#nif DISTRIBUTION bullseye bookworm +keepassxc-minimal +#endif diff --git a/config/lists/kde6 b/config/lists/kde6 new file mode 100644 index 0000000..d947c51 --- /dev/null +++ b/config/lists/kde6 @@ -0,0 +1,159 @@ +# Kanotix list for kde6 (up from trixie) + +#include <desktop> + +#if ARCHITECTURE amd64 +#include <kde6-more> +#endif + +# kanotix stuff +etcskel-kanotix-kf6 + +qt6-svg-plugins +# for flags +fonts-noto-color-emoji + +# office +okular +okular-extra-backends +#if DISTRIBUTION stretch buster +okularplugin +#endif + +# plugins + +# multimedia +libsdl1.2debian +kio-audiocd +kamera +kio-extras + +# burn +k3b +k3b-i18n +#if DISTRIBUTION stretch +libk3b6-extracodecs +#endif +#if DISTRIBUTION buster bullseye +libk3b7-extracodecs +#endif +#nif DISTRIBUTION stretch buster bullseye +libk3b-extracodecs +#endif +# chat, irc +konversation + +# editors +kate + +# archive +ark + +# tools +ksnip +xdg-desktop-portal-kde + +kcalc +kfind +qml-module-org-kde-activities + +# kde +# kde-plasma-desktop is a metapackage bump out konquerror etc +#if DISTRIBUTION stretch buster +kde-runtime +#endif +plasma-desktop +phonon4qt5-backend-gstreamer +plasma-workspace +udisks2 +upower + +# kdebase-apps is a metapackage +#if DISTRIBUTION stretch +kde-baseapps-bin +#endif +#nif DISTRIBUTION stretch +kdialog +keditbookmarks +#endif +dolphin +konsole +kwrite + +sddm-theme-kanotix +onboard +onboard-kanotix +systemsettings +#if DISTRIBUTION stretch buster bullseye bookworm +libkf5kdelibs4support5-bin +#endif +#if DISTRIBUTION stretch buster +kde-l10n-de +#endif +kwalletmanager +polkit-kde-agent-1 +kde-config-screenlocker +#if DISTRIBUTION stretch buster bullseye bookworm +khotkeys +#endif +#if DISTRIBUTION stretch buster bullseye +ksysguard +#endif +#nif DISTRIBUTION stretch buster bullseye +plasma-systemmonitor +#endif +# kde now optional depends +kactivities-bin + +# kde plasma +plasma-widgets-addons +plasma-runners-addons +qml-module-org-kde-runnermodel +#nif DISTRIBUTION stretch buster +qml-module-org-kde-newstuff +#endif + +# themes +kde-config-gtk-style +gnome-icon-theme +clearlooks-phenix-theme + +# network +plasma-nm + +# other hardware +#if DISTRIBUTION stretch buster +kde-config-touchpad +#endif + +blueman + +kwin-x11 +kwin-decoration-oxygen +#if DISTRIBUTION stretch +kde-wallpapers-default +#endif +powerdevil +kscreen +plasma-pa +print-manager +# tmp stuff for devel +# inkscape with some recommends +inkscape +python3-cssselect +python3-lxml +python3-numpy +python3-scour + +kdeutils +kdeconnect + +qtqr +#nif DISTRIBUTION stretch +#include <simplescreenrecorder> +#endif + +#nif DISTRIBUTION stretch buster +featherpad +featherpad-l10n +#endif diff --git a/config/lists/kde6-more b/config/lists/kde6-more new file mode 100644 index 0000000..a914401 --- /dev/null +++ b/config/lists/kde6-more @@ -0,0 +1,14 @@ +# Kanotix with KDE (enhanced) +# enhanced List only for amd64 used + +#nif DISTRIBUTION stretch buster bullseye +calamares +calamares-settings-kanotix +git +dolphin-plugins +quilt +#endif +#if DISTRIBUTION bookworm +plasma-workspace-wayland +#endif +neochat diff --git a/config/lists/office b/config/lists/office index 5983842..b3c9fa6 100644 --- a/config/lists/office +++ b/config/lists/office @@ -1,49 +1,49 @@ -libobasis25.2-base -libobasis25.2-calc -libobasis25.2-core -libobasis25.2-de -libobasis25.2-de-help -libobasis25.2-draw -libobasis25.2-en-us -libobasis25.2-en-us-help -libobasis25.2-extension-beanshell-script-provider -libobasis25.2-extension-javascript-script-provider -libobasis25.2-extension-mediawiki-publisher -libobasis25.2-extension-nlpsolver -libobasis25.2-extension-pdf-import -libobasis25.2-extension-report-builder -libobasis25.2-firebird -libobasis25.2-gnome-integration -libobasis25.2-graphicfilter -libobasis25.2-images -libobasis25.2-impress +libobasis25.8-base +libobasis25.8-calc +libobasis25.8-core +libobasis25.8-de +libobasis25.8-de-help +libobasis25.8-draw +libobasis25.8-en-us +libobasis25.8-en-us-help +libobasis25.8-extension-beanshell-script-provider +libobasis25.8-extension-javascript-script-provider +libobasis25.8-extension-mediawiki-publisher +libobasis25.8-extension-nlpsolver +libobasis25.8-extension-pdf-import +libobasis25.8-extension-report-builder +libobasis25.8-firebird +libobasis25.8-gnome-integration +libobasis25.8-graphicfilter +libobasis25.8-images +libobasis25.8-impress #nif DISTRIBUTION stretch buster -libobasis25.2-kde-integration +libobasis25.8-kde-integration #endif -libobasis25.2-librelogo -libobasis25.2-libreofficekit-data -libobasis25.2-math -libobasis25.2-ogltrans -libobasis25.2-onlineupdate -libobasis25.2-ooofonts -libobasis25.2-ooolinguistic -libobasis25.2-postgresql-sdbc -libobasis25.2-python-script-provider -libobasis25.2-pyuno -libobasis25.2-writer -libobasis25.2-xsltfilter -libreoffice25.2 -libreoffice25.2-base -libreoffice25.2-calc -libreoffice25.2-de -libreoffice25.2-debian-menus -libreoffice25.2-dict-de -libreoffice25.2-dict-en -libreoffice25.2-dict-es -libreoffice25.2-dict-fr -libreoffice25.2-draw -libreoffice25.2-en-us -libreoffice25.2-impress -libreoffice25.2-math -libreoffice25.2-ure -libreoffice25.2-writer +libobasis25.8-librelogo +libobasis25.8-libreofficekit-data +libobasis25.8-math +libobasis25.8-ogltrans +libobasis25.8-onlineupdate +libobasis25.8-ooofonts +libobasis25.8-ooolinguistic +libobasis25.8-postgresql-sdbc +libobasis25.8-python-script-provider +libobasis25.8-pyuno +libobasis25.8-writer +libobasis25.8-xsltfilter +libreoffice25.8 +libreoffice25.8-base +libreoffice25.8-calc +libreoffice25.8-de +libreoffice25.8-debian-menus +libreoffice25.8-dict-de +libreoffice25.8-dict-en +libreoffice25.8-dict-es +libreoffice25.8-dict-fr +libreoffice25.8-draw +libreoffice25.8-en-us +libreoffice25.8-impress +libreoffice25.8-math +libreoffice25.8-ure +libreoffice25.8-writer diff --git a/config/lists/printer_driver_all b/config/lists/printer_driver_all index 4a009a2..cd395fe 100644 --- a/config/lists/printer_driver_all +++ b/config/lists/printer_driver_all @@ -33,7 +33,9 @@ printer-driver-foo2zjs printer-driver-fujixerox #printer driver for Fuji Xerox printers +#if ARCHITECTURE amd64 printer-driver-gutenprint +#endif #printer drivers for CUPS printer-driver-hpcups diff --git a/config/repositories/kernel-pae b/config/repositories/kernel-pae new file mode 100644 index 0000000..8f18f6e --- /dev/null +++ b/config/repositories/kernel-pae @@ -0,0 +1,2 @@ +# Debian bookworm security +deb [signed-by=/usr/share/keyrings/debian-archive-keyring.gpg] http://security.debian.org bookworm-security/updates main contrib non-free diff --git a/config/repositories/towelfire b/config/repositories/towelfire new file mode 100644 index 0000000..8d87ee5 --- /dev/null +++ b/config/repositories/towelfire @@ -0,0 +1,3 @@ +# Kanotix Towelfire +deb [signed-by=/usr/share/keyrings/kanotix25.asc] http://kanotix.com/files/towelfire ./ +deb-src [signed-by=/usr/share/keyrings/kanotix25.asc] http://kanotix.com/files/towelfire ./ diff --git a/config/repositories/towelfire.gpg b/config/repositories/towelfire.gpg new file mode 100644 index 0000000..e6f5028 --- /dev/null +++ b/config/repositories/towelfire.gpg @@ -0,0 +1,52 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- + +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 +IKBNCrg= +=F0OQ +-----END PGP PUBLIC KEY BLOCK----- |