openmamba-groups.db: remove no longer existing package names
This commit is contained in:
parent
4b0f1a0e3d
commit
01433c4f6c
@ -1,5 +1,5 @@
|
||||
# openmamba base packages database
|
||||
# Copyright (c) 2008-2020 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
# Copyright (c) 2008-2022 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
|
||||
rpm -q desktop-base-kde >/dev/null && KDE_IS_INSTALLED=1
|
||||
rpm -q desktop-base-gnome >/dev/null && GNOME_IS_INSTALLED=1
|
||||
@ -23,7 +23,7 @@ KERNEL_MAMBA_ARM_PKGS="kernel-mamba-arm"
|
||||
KERNEL_MAMBA_AARCH64_PKGS="kernel-mamba-aarch64"
|
||||
|
||||
BASE_PKGS="\
|
||||
desktop-base-openmamba logrotate vixie-cron openssh-server \
|
||||
desktop-base-openmamba logrotate systemd-cron openssh-server \
|
||||
samba-server foomatic nfs-utils openmamba-lsb sane cups \
|
||||
mambatray r5u87x-firmware zd1211-firmware \
|
||||
alsa-firmware alsa-tools-firmware midisport-firmware \
|
||||
@ -36,11 +36,10 @@ fi
|
||||
|
||||
if [ "$KDE_IS_INSTALLED" ]; then
|
||||
BASE_PKGS="$BASE_PKGS spectacle okular kamera \
|
||||
kleopatra audiocd-kio plasma-pa kscd kwalletmanager \
|
||||
bluedevil5 kcron ksystemlog kfind kwrite \
|
||||
kleopatra audiocd-kio plasma-pa kwalletmanager \
|
||||
bluedevil kcron ksystemlog kfind \
|
||||
ark krfb print-manager knotes kate kcalc gwenview \
|
||||
krename smb4k oxygen-icons-svg \
|
||||
kdeplasma-addons gdb"
|
||||
krename smb4k kdeplasma-addons gdb"
|
||||
fi
|
||||
if [ "$GNOME_IS_INSTALLED" ]; then
|
||||
BASE_PKGS="$BASE_PKGS evince"
|
||||
@ -66,14 +65,6 @@ fi
|
||||
#libopensync-plugin-syncml libopensync-plugin-palm \
|
||||
# libopensync-plugin-moto libopensync-plugin-google-calendar"
|
||||
|
||||
if [ "$KDE_IS_INSTALLED" ]; then
|
||||
OFFICE_PKGS="$OFFICE_PKGS libreoffice-kde"
|
||||
fi
|
||||
|
||||
if [ "$GNOME_IS_INSTALLED" ]; then
|
||||
OFFICE_PKGS="$OFFICE_PKGS libreoffice-gnome"
|
||||
fi
|
||||
|
||||
OFFICE_EXTRA_PKGS="abiword"
|
||||
|
||||
if [ "$KDE_IS_INSTALLED" ]; then
|
||||
@ -111,7 +102,7 @@ AUDIO_PKGS="$MULTIMEDIA_PLAYERS_PKGS"
|
||||
AUDIO_PROF_PKGS="$MULTIMEDIA_EDITING_PKGS"
|
||||
VIDEO_PKGS="$MULTIMEDIA_EDITING_PKGS"
|
||||
|
||||
INTERNET_PKGS="firefox FileZilla icedtea-web-plugin"
|
||||
INTERNET_PKGS="firefox FileZilla"
|
||||
|
||||
if [ "$KDE_IS_INSTALLED" ]; then
|
||||
INTERNET_PKGS="$INTERNET_PKGS ktorrent kontact kopete kpartsplugin kdeconnect"
|
||||
@ -147,7 +138,7 @@ monkey-bubble pathological neverball armagetronad \
|
||||
moagg knights pinball torcs tuxfootball"
|
||||
|
||||
if [ "$KDE_IS_INSTALLED" ]; then
|
||||
GAMES_PKGS="$GAMES_PKGS ksudoku amor kteatime \
|
||||
GAMES_PKGS="$GAMES_PKGS ksudoku kteatime \
|
||||
kapman katomic kblackbox kblocks kbounce \
|
||||
kbreakout ksnakeduel kdiamond kfourinline kgoldrunner killbots kiriki \
|
||||
kjumpingcube klines kmahjongg kmines knetwalk kolf kollision konquest \
|
||||
@ -166,7 +157,7 @@ VIRTUALIZATION_EXTRA_PKGS="qemu qtemu virt-manager"
|
||||
|
||||
SERVER_PKGS="\
|
||||
apache postfix vsftpd php apache-mod_php mariadb mariadb-client \
|
||||
samba-server at vixie-cron rsync openssh-server"
|
||||
samba-server at rsync openssh-server"
|
||||
|
||||
DEVEL_PKGS="\
|
||||
automake pkg-config gcc gcc-c++ autospec autoconf automake bison cmake \
|
||||
|
Loading…
Reference in New Issue
Block a user