diff options
author | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2017-03-29 18:37:29 +0100 |
---|---|---|
committer | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2017-03-29 18:37:29 +0100 |
commit | 3e453e669473b05e639f6ac40a37a7b570ad8fad (patch) | |
tree | 85eedc69c8e82721e438ce37d83997c828b4a5f4 | |
parent | d00a21abfd0f7e3f873ea522956b4ea82ca2c4b8 (diff) | |
download | draklive-config-3e453e669473b05e639f6ac40a37a7b570ad8fad.tar draklive-config-3e453e669473b05e639f6ac40a37a7b570ad8fad.tar.gz draklive-config-3e453e669473b05e639f6ac40a37a7b570ad8fad.tar.bz2 draklive-config-3e453e669473b05e639f6ac40a37a7b570ad8fad.tar.xz draklive-config-3e453e669473b05e639f6ac40a37a7b570ad8fad.zip |
Only include the ncurses version of manatools.
-rw-r--r-- | config/auto_inst.cfg.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/auto_inst.cfg.pl b/config/auto_inst.cfg.pl index 81d1071..ae8f6eb 100644 --- a/config/auto_inst.cfg.pl +++ b/config/auto_inst.cfg.pl @@ -112,6 +112,7 @@ $o = { 'al-anvar', # (mga #9752) #'mate-polkit', 'openssh-server', + 'manatools-gui', #- no distribution license 'flash-player-plugin', @@ -153,6 +154,7 @@ $o = { 'shared-mime-info', # needed for .desktop files to work atleast in gnome 'vim-enhanced', # full ediitor 'dnf', 'dnf-plugins-core', # some users want dnf + 'manatools', # just the ncurses version 'bluez-firmware', # missed firmware @@ -164,7 +166,6 @@ $o = { if_($has_gnome, 'task-gnome', 'gdm', # sometimes gets nuked during build 'gnome-shell', 'caribou', 'caribou-gtk3', 'brasero', 'gparted', 'gnome-classic-session', 'hexchat', - 'manatools-gtk', # take new tools for a spin ), # Plasma specific stuff @@ -174,7 +175,6 @@ $o = { # Xfce specific stuff if_($has_xfce, 'task-xfce4', - 'manatools-gtk', # take new tools for a spin 'gparted', # provides some options not currently supported in diskdrake ), ], |