169 lines
3.0 KiB
Plaintext
169 lines
3.0 KiB
Plaintext
%packages
|
|
|
|
# Exclude unwanted groups that fedora-live-base.ks pulls in
|
|
-@dial-up
|
|
-@input-methods
|
|
-@standard
|
|
|
|
# Install workstation-product-environment to resolve RhBug:1891500
|
|
@^workstation-product-environment
|
|
|
|
# Exclude unwanted packages from @anaconda-tools group
|
|
-gfs2-utils
|
|
-reiserfs-utils
|
|
|
|
# Exclude extra unwanted packages
|
|
-python3-botocore
|
|
|
|
# horal
|
|
rogue
|
|
ularn
|
|
nethack
|
|
nethack-vultures
|
|
slashem
|
|
#crawl
|
|
# DCSS tiles in flatpak, often newer version
|
|
#crawl-tiles
|
|
angband
|
|
#hyperrogue
|
|
bsd-games
|
|
fortune-mod
|
|
#cataclysm-dda
|
|
#cataclysm-dda-tiles
|
|
|
|
# openttd in flatpak, include sound
|
|
#openttd
|
|
# Warzone in flatpak, often newer version
|
|
#warzone2100
|
|
#-warzone2100-sequences
|
|
#chocolate-doom
|
|
#freedoom
|
|
#freedoom-freedm
|
|
#freedoom2
|
|
|
|
gnome-mines
|
|
quadrapassel
|
|
gnome-robots
|
|
gnome-nibbles
|
|
gnome-chess
|
|
gnome-sudoku
|
|
#pingus
|
|
#minetest
|
|
|
|
#assaultcube
|
|
#xblast
|
|
#armacycles-ad
|
|
#armacycles-ad-dedicated
|
|
#hedgewars
|
|
#tuxanci
|
|
#supertuxkart
|
|
#supertux
|
|
# dev version
|
|
#wesnoth
|
|
|
|
htop
|
|
vim
|
|
gvim
|
|
tmux
|
|
ranger
|
|
picocom
|
|
dos2unix
|
|
hexchat
|
|
fractal
|
|
bvi
|
|
bc
|
|
profile-sync-daemon
|
|
p7zip
|
|
unrar
|
|
borgbackup
|
|
remmina
|
|
|
|
libreoffice-langpack-cs
|
|
|
|
gcc
|
|
gcc-c++
|
|
#geany
|
|
gdb
|
|
code
|
|
|
|
xournalpp
|
|
drawing
|
|
gimp
|
|
#nomacs
|
|
decibels
|
|
|
|
testdisk
|
|
netcat
|
|
telnet
|
|
nmap
|
|
wireshark
|
|
tcpdump
|
|
aircrack-ng
|
|
tor
|
|
torsocks
|
|
wireguard-tools
|
|
transmission
|
|
ddrescue
|
|
|
|
openh264
|
|
mozilla-openh264
|
|
libavcodec-freeworld
|
|
mesa-va-drivers-freeworld
|
|
mesa-vdpau-drivers-freeworld
|
|
libva
|
|
libva-utils
|
|
libva-intel-driver
|
|
libva-nvidia-driver
|
|
intel-media-driver
|
|
gstreamer1-vaapi
|
|
nvidia-vaapi-driver
|
|
@multimedia
|
|
|
|
%end
|
|
|
|
%post --nochroot
|
|
unlink $INSTALL_ROOT/etc/resolv.conf
|
|
cat <<EOF >$INSTALL_ROOT/etc/resolv.conf
|
|
nameserver 1.1.1.1
|
|
EOF
|
|
%end
|
|
|
|
%post
|
|
|
|
# COPR
|
|
dnf copr enable whitehara/umoria -y
|
|
dnf install umoria -y
|
|
dnf copr enable karlisk/ventoy -y
|
|
dnf install ventoy -y
|
|
|
|
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
|
|
flatpak install flathub org.develz.Crawl -y
|
|
flatpak install flathub net.wz2100.wz2100 -y
|
|
flatpak install flathub org.openttd.OpenTTD -y
|
|
flatpak install flathub io.github.spacingbat3.webcord -y
|
|
flatpak install flathub com.github.tmewett.BrogueCE -y
|
|
flatpak install flathub org.cataclysmdda.CataclysmDDA -y
|
|
flatpak install flathub org.wesnoth.Wesnoth -y
|
|
#flatpak install flathub org.gnome.World.PikaBackup -y
|
|
#flatpak install flathub com.github.tchx84.Flatseal -y
|
|
#flatpak install flathub ca.desrt.dconf-editor -y
|
|
#flatpak install flathub com.discordapp.Discord -y
|
|
#flatpak install flathub net.supertuxkart.SuperTuxKart -y
|
|
#flatpak install flathub org.wesnoth.Wesnoth//stable -y
|
|
#flatpak install flathub net.minetest.Minetest -y
|
|
#flatpak install flathub org.mozilla.firefox -y
|
|
#flatpak install flathub org.gimp.GIMP -y
|
|
#flatpak install flathub io.github.Hexchat -y
|
|
#flatpak install flathub org.gnome.Nibbles -y
|
|
#flatpak install flathub org.gnome.Mines -y
|
|
#flatpak install flathub org.gnome.Robots -y
|
|
#flatpak install flathub org.gnome.Quadrapassel -y
|
|
#flatpak install flathub org.seul.pingus -y
|
|
#flatpak install flathub org.hedgewars.Hedgewars -y
|
|
# need own ffmpeg to work with vaapi
|
|
flatpak install flathub org.videolan.VLC -y
|
|
|
|
rm $INSTALL_ROOT/etc/resolv.conf
|
|
|
|
%end
|