Skip to content

Commit

Permalink
Moving remaining yafti flatpaks into custom just file
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco Torres Pérez committed May 2, 2024
1 parent d5fd906 commit 119527b
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 110 deletions.
11 changes: 11 additions & 0 deletions config/files/usr/share/ublue-os/just/60-custom.just
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
install-additional-flatpaks:
#!/usr/bin/bash
FLATPAKS="custom_flatpaks/additional"
FLATPAK_LIST="$(cat ${FLATPAKS} | tr '\n' ' ')"
flatpak --system -y install ${FLATPAK_LIST}

install-advanced-flatpaks:
#!/usr/bin/bash
FLATPAKS="custom_flatpaks/advanced"
FLATPAK_LIST="$(cat ${FLATPAKS} | tr '\n' ' ')"
flatpak --system -y install ${FLATPAK_LIST}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
org.chromium.Chromium
org.gimp.GIMP
org.inkscape.Inkscape
org.pitivi.Pitivi
com.spotify.Client
dev.alextren.Spot
org.gnome.Geary
com.dropbox.Client
de.haeckerfelix.Fragments
13 changes: 13 additions & 0 deletions config/files/usr/share/ublue-os/just/custom_flatpaks/advanced
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
org.darktable.Darktable
org.kde.kdenlive
com.discordapp.Discord
org.gnome.Fractal
org.telegram.desktop
com.obsproject.Studio
com.obsproject.Studio.OBSVkCapture
com.obsproject.Studio.Plugin.Gstreamer
com.obsproject.Studio.Plugin.GStreamerVaapi
org.gnome.Builder
org.cockpit_project.CockpitClient
org.gnome.meld
org.gnome.gitg
110 changes: 0 additions & 110 deletions recipes/yafti.yml

This file was deleted.

0 comments on commit 119527b

Please sign in to comment.