Remove packagekit-qt6

This commit is contained in:
exu 2024-10-12 16:17:53 +02:00
parent c6784902fb
commit 0f98ce3e79

View File

@ -1,211 +1,210 @@
--- ---
- name: Enable multilib repo - name: Enable multilib repo
ansible.builtin.blockinfile: ansible.builtin.blockinfile:
path: /etc/pacman.conf path: /etc/pacman.conf
prepend_newline: true prepend_newline: true
block: | block: |
[multilib] [multilib]
Include = /etc/pacman.d/mirrorlist Include = /etc/pacman.d/mirrorlist
tags: first tags: first
become: true become: true
- name: Update packages - name: Update packages
community.general.pacman: community.general.pacman:
update_cache: true update_cache: true
upgrade: true upgrade: true
tags: packages tags: packages
become: true become: true
- name: Install priority packages - name: Install priority packages
community.general.pacman: community.general.pacman:
state: present state: present
# select the lines and use 'M-x sort-lines' # select the lines and use 'M-x sort-lines'
name: "{{ item }}" name: "{{ item }}"
loop: loop:
- pipewire # audio - pipewire # audio
- pipewire-alsa # audio - pipewire-alsa # audio
- pipewire-jack # audio - pipewire-jack # audio
- pipewire-pulse # audio - pipewire-pulse # audio
tags: packages tags: packages
become: true become: true
- name: Install other packages - name: Install other packages
community.general.pacman: community.general.pacman:
state: present state: present
# select the lines and use 'M-x sort-lines' # select the lines and use 'M-x sort-lines'
name: "{{ item }}" name: "{{ item }}"
loop: loop:
#- gnome-keyring #- gnome-keyring
#- hdparm #- hdparm
#- libaacs #- libaacs
#- libbluray #- libbluray
#- libcdio #- libcdio
#- libdvdcss #- libdvdcss
#- libdvdnav #- libdvdnav
#- libdvdread #- libdvdread
#- libsecret #- libsecret
#- phonon-qt5-gstreamer #- phonon-qt5-gstreamer
#- seahorse #- seahorse
- aardvark-dns # containers - aardvark-dns # containers
- amd-ucode # microcode - amd-ucode # microcode
- ansible # iac - ansible # iac
- base-devel # devel stuff - base-devel # devel stuff
- bind # dnsutils (nslookup, dig) - bind # dnsutils (nslookup, dig)
- btrfs-progs # btrfs - btrfs-progs # btrfs
- buildah # containers - buildah # containers
- clang - clang
- cmake - cmake
- composer - composer
- discord - discord
- dnsmasq # virtualization - dnsmasq # virtualization
- dosfstools # fat - dosfstools # fat
- e2fsprogs # ext4 - e2fsprogs # ext4
- easyeffects # audio effects - easyeffects # audio effects
- edk2-ovmf # virtualization - edk2-ovmf # virtualization
- emacs-wayland - emacs-wayland
- exfatprogs # exfat - exfatprogs # exfat
- f2fs-tools # f2fs - f2fs-tools # f2fs
- fd - fd
- ffmpeg # multimedia - ffmpeg # multimedia
- firefox # browser - firefox # browser
- firewalld # firewall - firewalld # firewall
- fish # shell - fish # shell
- flatpak - flatpak
- flatpak # packages - flatpak # packages
- freetype2 # fonts - freetype2 # fonts
- fuse-overlayfs # containers - fuse-overlayfs # containers
- fwupd # firmware - fwupd # firmware
- fwupd-efi # firmware - fwupd-efi # firmware
- gdb - gdb
- git # code - git # code
- git-lfs # code - git-lfs # code
- hunspell # spelling - hunspell # spelling
- hunspell-de # spelling - hunspell-de # spelling
- hunspell-en_gb # spelling - hunspell-en_gb # spelling
- hunspell-en_us # spelling - hunspell-en_us # spelling
- hyphen # spelling - hyphen # spelling
- hyphen-de # spelling - hyphen-de # spelling
- hyphen-en # spelling - hyphen-en # spelling
- imv # image viewer - imv # image viewer
- intel-media-driver # VAAPI - intel-media-driver # VAAPI
- intel-ucode # microcode - intel-ucode # microcode
- jre-openjdk # java - jre-openjdk # java
- just # command runner - just # command runner
- kde-applications-meta # kde - kde-applications-meta # kde
- kid3 # music metadata - kid3 # music metadata
- krita - krita
- languagetool - languagetool
- lib32-mesa # video driver - lib32-mesa # video driver
- lib32-vulkan-intel # video driver - lib32-vulkan-intel # video driver
- lib32-vulkan-radeon # video driver - lib32-vulkan-radeon # video driver
- libreoffice-fresh # office - libreoffice-fresh # office
- libreoffice-fresh-de # office - libreoffice-fresh-de # office
- libva-intel-driver # VAAPI - libva-intel-driver # VAAPI
- libva-mesa-driver # VAAPI - libva-mesa-driver # VAAPI
- libva-utils # VAAPI - libva-utils # VAAPI
- libvirt # virtualization - libvirt # virtualization
- linux # kernel - linux # kernel
- linux-firmware # kernel - linux-firmware # kernel
- linux-headers # kernel - linux-headers # kernel
- lldb - lldb
- lldb-mi - lldb-mi
- lutris # games - lutris # games
- man-db # docs - man-db # docs
- mesa # video driver - mesa # video driver
- mesa-vdpau # VDPAU - mesa-vdpau # VDPAU
- mosh # remote shell - mosh # remote shell
- mtools # fat - mtools # fat
- mythes-de # thesaurus - mythes-de # thesaurus
- mythes-en # thesaurus - mythes-en # thesaurus
- nerd-fonts # fonts - nerd-fonts # fonts
- nextcloud-client # cloud - nextcloud-client # cloud
- nodejs - nodejs
- noto-fonts # fonts - noto-fonts # fonts
- noto-fonts-cjk # fonts - noto-fonts-cjk # fonts
- noto-fonts-emoji # fonts - noto-fonts-emoji # fonts
- ntfs-3g # ntfs - ntfs-3g # ntfs
- nvme-cli # nvme ssd - nvme-cli # nvme ssd
- obs-studio # recording - obs-studio # recording
- okular # pdf - okular # pdf
- openssh # remote shell - openssh # remote shell
- opentofu # iac - opentofu # iac
- otf-font-awesome # fonts - otf-font-awesome # fonts
- p7zip # compression - p7zip # compression
- packagekit-qt6 - pacman-contrib # scripts
- pacman-contrib # scripts - pandoc
- pandoc - php # code
- php # code - piper # mouse
- piper # mouse - pkgstats
- pkgstats - plasma-meta
- plasma-meta - podman # containers
- podman # containers - power-profiles-daemon # power management
- power-profiles-daemon # power management - prettier # code
- prettier # code - pyright # code
- pyright # code - python-black # code
- python-black # code - python-debugpy # code
- python-debugpy # code - python-isort # code
- python-isort # code - python-pip # code
- python-pip # code - python-pipenv # code
- python-pipenv # code - python-pyflakes # code
- python-pyflakes # code - python-pytest # code
- python-pytest # code - qemu-full # virtualization
- qemu-full # virtualization - rebuild-detector # packages
- rebuild-detector # packages - reflector # mirrors
- reflector # mirrors - restic # backup
- restic # backup - ripgrep # doom emacs
- ripgrep # doom emacs - rsync # file sync
- rsync # file sync - ruby-sass # code
- ruby-sass # code - shellcheck # code
- shellcheck # code - shfmt # code
- shfmt # code - smartmontools # disks
- smartmontools # disks - steam # games
- steam # games - stress # benchmark
- stress # benchmark - stylelint # code
- stylelint # code - tesseract-data-deu
- tesseract-data-deu - tesseract-data-eng
- tesseract-data-eng - texlive-core
- texlive-core - thunderbird # email
- thunderbird # email - tidy
- tidy - traceroute # network
- traceroute # network - transmission-remote-gtk # torrent
- transmission-remote-gtk # torrent - ttf-fira-code # fonts
- ttf-fira-code # fonts - ttf-fira-sans # fonts
- ttf-fira-sans # fonts - udftools # udf
- udftools # udf - unrar # compression
- unrar # compression - unzip # compression
- unzip # compression - util-linux # various utils
- util-linux # various utils - vdpauinfo # VDPAU
- vdpauinfo # VDPAU - vim # editor
- vim # editor - virt-manager # virtualization
- virt-manager # virtualization - vscode-css-languageserver
- vscode-css-languageserver - vulkan-intel # video driver
- vulkan-intel # video driver - vulkan-radeon # video driver
- vulkan-radeon # video driver - wget # network
- wget # network - wine # windows
- wine # windows - wireguard-tools # vpn
- wireguard-tools # vpn - wireplumber # audio
- wireplumber # audio - xdg-desktop-portal-gtk # flatpak theming
- xdg-desktop-portal-gtk # flatpak theming - xdg-user-dirs # standards
- xdg-user-dirs # standards - xdg-utils # standards
- xdg-utils # standards - xfsprogs # xfs
- xfsprogs # xfs - yaml-language-server # code
- yaml-language-server # code - yt-dlp
- yt-dlp # - dockerfile-language-server # code # AUR
# - dockerfile-language-server # code # AUR # - dockfmt # AUR
# - dockfmt # AUR # - refind-theme-nord # bootmenu # AUR
# - refind-theme-nord # bootmenu # AUR # - btrfsmaintenance # AUR
# - btrfsmaintenance # AUR
tags: packages tags: packages
become: true become: true
- name: Doom Emacs | Clone - name: Doom Emacs | Clone
ansible.builtin.git: ansible.builtin.git:
repo: https://github.com/doomemacs/doomemacs repo: https://github.com/doomemacs/doomemacs
dest: "~/.config/emacs" dest: "~/.config/emacs"
depth: 1 depth: 1
tags: doomemacs tags: doomemacs
- name: Doom Emacs | Install - name: Doom Emacs | Install
ansible.builtin.shell: ansible.builtin.shell:
cmd: "~/.config/emacs/bin/doom install --aot --force" cmd: "~/.config/emacs/bin/doom install --aot --force"
tags: doomemacs tags: doomemacs