From 65e7fac136edf7f63fc00dd1dc9be61f373186a8 Mon Sep 17 00:00:00 2001 From: johnr14 Date: Thu, 22 Feb 2024 12:51:26 -0500 Subject: [PATCH] Update recipe.yml Lost of new additions to apps and flatpak --- config/recipe.yml | 122 ++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 112 insertions(+), 10 deletions(-) diff --git a/config/recipe.yml b/config/recipe.yml index 67505a2..74a132a 100644 --- a/config/recipe.yml +++ b/config/recipe.yml @@ -5,7 +5,7 @@ description: This is my personal OS KDE image with additionnal applications inst # the base image to build on top of (FROM) and the version tag to use base-image: ghcr.io/ublue-os/kinoite-main -image-version: 39 # latest is also supported if you want new updates ASAP +image-version: latest # latest is also supported if you want new updates ASAP # module configuration, executed in order # you can include multiple instances of the same module @@ -14,33 +14,135 @@ modules: files: - usr: /usr # copies config/files/usr into your image's /usr. - # put configuration files you want in /etc/ on a booted system + # put configuration files you want in /etc/ on a booted system # in /usr/etc/ in the image. read more in files module reference. + # Build skel to fetch dotfiles - type: rpm-ostree repos: # - https://copr.fedorainfracloud.org/coprs/atim/starship/repo/fedora-%OS_VERSION%/atim-starship-fedora-%OS_VERSION%.repo install: - # - micro - # - starship + # BASE + - aria2c + - btop + - colordiff + - curl + - expect + - git + - htop + - inxi + - less + - lm_sensors + - lsof + - man + - neofetch + - neovim + - net-tools + - nmon + - pv + - screen + - tmux + - wget + # COMPRESSION + - p7zip + - unrar + - unzip + # Iphone and android + - ifuse + - libimobiledevice-utils + #- nautilus + #- nautilus-gsconnect + - usbmuxd + # ENCRYPTION + - pass + - qtpass + # KDE + - kate + #- kdenlive + - kompare + - krdc + - krfs + - qownnotes + - yakuake + # LANGUAGE + - langpacks-en + - langpacks-fr + # GAMING + - steam-devices + # DEVICES + - printer-driver-brlaser + # MULTIMEDIA + - yt-dlp + - yt-dlp-bash-completion + # UTILS + - borgbackup + - borgmatic + - syncthing + # VIRTUALIZATION + - akmod-v4l2loopback #for podman_ff + - distrobox + - guestfs-tools + - libvirt-daemon-config-network + - libvirt-daemon-kvm + - podman + - python3-libguestfs + - qemu-kvm + - toolbox + - virt-install + - virt-manager + - virt-top + - virt-viewer + remove: - firefox # default firefox removed in favor of flatpak - firefox-langpacks # langpacks needs to also be removed to prevent dependency problems - type: default-flatpaks - notify: true # Send notification after install/uninstall is finished (true/false) + notify: false # Send notification after install/uninstall is finished (true/false) system: # If no repo information is specified, Flathub will be used by default # repo-url: https://dl.flathub.org/repo/flathub.flatpakrepo # repo-name: flathub # repo-title: "Flathub (system-wide)" # Optional; this sets the remote's user-facing name in graphical frontends like GNOME Software install: + # NETWORK - org.mozilla.firefox - # - org.gnome.Loupe - # - one.ablaze.floorp//lightning # This is an example of flatpak which has multiple branches in selection (flatpak//branch). - # Flatpak runtimes are not supported (like org.winehq.Wine//stable-23.08), - # only normal flatpak applications are (like Floorp Lightning web browser in this example). - # Installing different branches of the same Flatpak is not supported. + - com.github.Eloston.UngoogledChromium + - io.gitlab.librewolf-community + - org.netsurf_browser.NetSurf + - org.torproject.torbrowser-launcher + - org.mozilla.Thunderbird + - xyz.ketok.Speedtest + - io.github.bytezz.IPLookup + # VIDEO + - org.videolan.VLC + #- com.obsproject.Studio + #- org.kde.kdenlive + #- fr.handbrake.ghb + #- tv.kodi.Kodi + - com.warlordsoftwares.youtube-downloader-4ktube + - fr.nytuo.cosmiccomics + # UTILS + - com.github.tchx84.Flatseal + #- io.github.thetumultuousunicornofdarkness.cpu-x + # GAMES + - com.valvesoftware.Steam + # EMULATORS + #- org.DolphinEmu.dolphin-emu #Gamecube EMU + #- org.ppsspp.PPSSPP + #- net.rpcs3.RPCS3 # PS3 EMU + #- org.duckstation.DuckStation + #- org.scummvm.ScummVM + # OFFICE + - org.libreoffice.LibreOffice + - org.gnu.emacs + - org.gimp.GIMP + - org.kde.kdenlive + # JOB + - com.github.IsmaelMartinez.teams_for_linux remove: # - org.gnome.eog + #- plasma-discover + #- plasma-discover-notifier + #- plasma-discover-rpm-ostree - type: signing # this sets up the proper policy & signing files for signed images to work fully