From 933857e1cc701829b93d35649a32e7cc3df36810 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Sun, 22 Nov 2015 19:42:59 +0200 Subject: KDE4 is replaced by PLASMA5 --- config/auto_inst.cfg.pl | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'config/auto_inst.cfg.pl') diff --git a/config/auto_inst.cfg.pl b/config/auto_inst.cfg.pl index 5665f75..e555d9c 100644 --- a/config/auto_inst.cfg.pl +++ b/config/auto_inst.cfg.pl @@ -9,7 +9,7 @@ my $distro_release = 'Default'; my $distro_config = lc($distro_release); my @desktops = split(/\|/, $ENV{DRAKLIVE_DESKTOP}); -my $has_kde4 = member('KDE4', @desktops); +my $has_plasma5 = member('PLASMA5', @desktops); my $has_gnome = member('GNOME', @desktops); my $has_xfce = member('xfce4', @desktops); my $has_lxde = member('LXDE', @desktops); @@ -48,7 +48,7 @@ $o = { qw(EDITORS TERMINALS TEXT_TOOLS SHELLS FILE_TOOLS), # system qw(SYSTEM MINIMAL_DOCS X ACCESSIBILITY THEMES), - if_($has_kde4, qw(KDE)), + if_($has_plasma5, qw(KDE)), if_($has_gnome, qw(GNOME)), if_($has_xfce, qw(XFCE)), if_($has_lxde, qw(LXDE)), @@ -83,7 +83,7 @@ $o = { '/^libatlas3-/', if_($ENV{DRAKLIVE_PRODUCT} =~ /LiveCD/i, # kde livecd is too fat - if_($has_kde4, + if_($has_plasma5, 'imagemagick', '/^kipi-plugins/', 'gimp', 'amarok', 'amarok-utils', 'nimbus-icon-theme', '/^libkf5/', 'mageia-doc-mcc-en', 'bind-utils', 'mc', 'openssh-server', @@ -145,7 +145,7 @@ $o = { '/^libreoffice-help/', 'libreoffice-base', '/^nvidia.*-doc-html/', - if_($has_kde4, + if_($has_plasma5, 'liblm_sensors3', 'xpdf-common', 'htdig', 'mirrordir', 'acr38u', 'ekiga', 'kdeaccessibility4', @@ -169,24 +169,24 @@ $o = { ), #- bluez-pin provide - if_(!$has_kde4, 'kbluetooth'),# 'plasma-applet-kimpanel-backend-ibus'), + if_(!$has_plasma5, 'kbluetooth'),# 'plasma-applet-kimpanel-backend-ibus'), - if_(!$has_kde4, 'compiz-decorator-kde4'), #- provides compiz-decorator - if_(!$has_kde4, 'pinentry-qt4'), #- qt4 app + if_(!$has_plasma5, 'compiz-decorator-kde4'), #- provides compiz-decorator + if_(!$has_plasma5, 'pinentry-qt4'), #- qt4 app '/noatun/', #- prefer amarok 'rxvt', if_($ENV{DRAKLIVE_PRODUCT} =~ /guadec/i, 'rfbdrake'), - if_($has_kde4, 'gdb'), #- suggested by one of the kde4 base package + if_($has_plasma5, 'gdb'), #- suggested by one of the kde4 base package - #exclude some packages that are too big from the KDE4 Live CD + #exclude some packages that are too big from the PLASMA5 Live CD if_($ENV{DRAKLIVE_PRODUCT} !~ /liveusb-rw/i, - if_($has_kde4, 'digikam'), - if_($has_kde4, 'ufraw-gimp'), - if_($has_kde4, 'marble-common'), - if_($has_kde4, 'p7zip'), - #if_($has_kde4, 'thunderbird'), #- we have kmail + if_($has_plasma5, 'digikam'), + if_($has_plasma5, 'ufraw-gimp'), + if_($has_plasma5, 'marble-common'), + if_($has_plasma5, 'p7zip'), + #if_($has_plasma5, 'thunderbird'), #- we have kmail if_($has_gnome, 'thunderbird', 'pan'), #- we have evolution 'cpqarrayd', ), @@ -231,7 +231,7 @@ $o = { if_($ENV{DRAKLIVE_REGION} eq 'int', 'ardour', 'ardour3', 'lftp', 'lm_sensors', 'kscd', 'tvtime', 'kamera', '/^plasma-applet-system-monitor-/', 'dragon', 'k3b'), ], 'default_packages' => [ - if_($has_kde4, "$distro_config-kde4-config"), + if_($has_plasma5, "$distro_config-kde4-config"), if_($has_lxde, "mageia-lxde-config-$distro_release"), if_($has_xfce, "mageia-xfce-config-$distro_release"), @@ -258,10 +258,10 @@ $o = { if_($has_gnome, 'gnome-shell', 'caribou', 'caribou-gtk3', 'brasero', 'gparted', 'gnome-classic-session', 'hexchat'), - if_($has_kde4, 'kcm-touchpad',), + if_($has_plasma5, 'kcm-touchpad',), ], - 'preferred_packages' => join(',', $has_kde4 ? 'kdm' : 'gdm'), + 'preferred_packages' => join(',', $has_plasma5 ? 'sddm' : 'gdm'), 'meta_class' => 'desktop', 'desktop' => first(@desktops), if_($ENV{DRAKLIVE_DEFAULT_USER}, 'autologin' => $ENV{DRAKLIVE_DEFAULT_USER}), -- cgit v1.2.1