Move some apps to flatpak
This commit is contained in:
parent
20d2b1b09f
commit
d4361d1290
@ -35,8 +35,6 @@
|
|||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
state: present
|
state: present
|
||||||
loop:
|
loop:
|
||||||
#- gnome-keyring
|
|
||||||
#- hdparm
|
|
||||||
#- libaacs
|
#- libaacs
|
||||||
#- libbluray
|
#- libbluray
|
||||||
#- libcdio
|
#- libcdio
|
||||||
@ -44,7 +42,6 @@
|
|||||||
#- libdvdnav
|
#- libdvdnav
|
||||||
#- libdvdread
|
#- libdvdread
|
||||||
#- libsecret
|
#- libsecret
|
||||||
#- seahorse
|
|
||||||
- aardvark-dns # containers
|
- aardvark-dns # containers
|
||||||
- ansible # iac
|
- ansible # iac
|
||||||
- base-devel # devel stuff
|
- base-devel # devel stuff
|
||||||
@ -53,14 +50,14 @@
|
|||||||
- bottom # htop alternative
|
- bottom # htop alternative
|
||||||
- btrfs-progs # btrfs
|
- btrfs-progs # btrfs
|
||||||
- buildah # containers
|
- buildah # containers
|
||||||
- clang
|
- clang # C/C++
|
||||||
- cmake
|
- cmake # code builder
|
||||||
- composer
|
- composer # PHP package manager
|
||||||
- dnsmasq # virtualization
|
- dnsmasq # virtualization
|
||||||
- dosfstools # fat
|
- dosfstools # fat
|
||||||
- e2fsprogs # ext4
|
- e2fsprogs # ext4
|
||||||
- easyeffects # audio effects
|
- easyeffects # audio effects
|
||||||
- emacs-wayland
|
- emacs-wayland # text editor & IDE
|
||||||
- exfatprogs # exfat
|
- exfatprogs # exfat
|
||||||
- f2fs-tools # f2fs
|
- f2fs-tools # f2fs
|
||||||
- fcitx5-im # virtual keyboard
|
- fcitx5-im # virtual keyboard
|
||||||
@ -91,8 +88,6 @@
|
|||||||
- kid3 # music metadata
|
- kid3 # music metadata
|
||||||
- krita
|
- krita
|
||||||
- languagetool
|
- languagetool
|
||||||
- libreoffice-fresh # office
|
|
||||||
- libreoffice-fresh-de # office
|
|
||||||
- lldb
|
- lldb
|
||||||
- lldb-mi
|
- lldb-mi
|
||||||
- lutris # games
|
- lutris # games
|
||||||
@ -122,7 +117,7 @@
|
|||||||
- phonon-qt6-vlc # multimedia
|
- phonon-qt6-vlc # multimedia
|
||||||
- php # code
|
- php # code
|
||||||
- pkgstats
|
- pkgstats
|
||||||
- plasma-meta
|
- plasma-meta # KDE plasma package
|
||||||
- podman # containers
|
- podman # containers
|
||||||
- podman-compose # containers
|
- podman-compose # containers
|
||||||
- power-profiles-daemon # power management
|
- power-profiles-daemon # power management
|
||||||
@ -136,7 +131,6 @@
|
|||||||
- python-pyflakes # code
|
- python-pyflakes # code
|
||||||
- python-pytest # code
|
- python-pytest # code
|
||||||
- rebuild-detector # packages
|
- rebuild-detector # packages
|
||||||
- restic # backup
|
|
||||||
- ripgrep # doom emacs
|
- ripgrep # doom emacs
|
||||||
- rsync # file sync
|
- rsync # file sync
|
||||||
- ruby-sass # code
|
- ruby-sass # code
|
||||||
@ -151,10 +145,7 @@
|
|||||||
- tesseract-data-deu
|
- tesseract-data-deu
|
||||||
- tesseract-data-eng
|
- tesseract-data-eng
|
||||||
- texlive-core
|
- texlive-core
|
||||||
- thunderbird # email
|
|
||||||
- tidy
|
|
||||||
- traceroute # network
|
- traceroute # network
|
||||||
- transmission-remote-gtk # torrent
|
|
||||||
- ttf-fira-code # fonts
|
- ttf-fira-code # fonts
|
||||||
- ttf-fira-sans # fonts
|
- ttf-fira-sans # fonts
|
||||||
- ttf-roboto-mono # fonts
|
- ttf-roboto-mono # fonts
|
||||||
@ -205,7 +196,6 @@
|
|||||||
- linux-headers # kernel
|
- linux-headers # kernel
|
||||||
- obs-studio # recording
|
- obs-studio # recording
|
||||||
- pandoc
|
- pandoc
|
||||||
- piper # mouse
|
|
||||||
- qemu-full # virtualization
|
- qemu-full # virtualization
|
||||||
- reflector # mirrors
|
- reflector # mirrors
|
||||||
- shellcheck # code
|
- shellcheck # code
|
||||||
@ -243,7 +233,12 @@
|
|||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
state: present
|
state: present
|
||||||
loop:
|
loop:
|
||||||
- ./com.mikeasoft.pied.flatpak
|
- ./com.mikeasoft.pied.flatpak # local package
|
||||||
|
- io.github.TransmissionRemoteGtk # torrents
|
||||||
|
- io.kopia.KopiaUI # backup
|
||||||
|
- org.freedesktop.Piper # mouse
|
||||||
|
- org.libreoffice.LibreOffice # office suite
|
||||||
|
- org.mozilla.Thunderbird # email
|
||||||
tags: packages
|
tags: packages
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user