Fix(Gnome): clean aur install

This commit is contained in:
Bertrand Benjamin 2018-11-10 15:58:21 +01:00
parent 65fd8f59f5
commit b5facf97c1
1 changed files with 19 additions and 12 deletions

View File

@ -9,15 +9,6 @@
- transmission-gtk - transmission-gtk
- quodlibet - quodlibet
- gnome-mpv - gnome-mpv
- numix-gtk-theme
- materia-gtk-theme
- gnome-icon-theme-extras
- arc-solid-gtk-theme
- arc-gtk-theme
- gnome-themes-extra
- gnome-icon-theme-symbolic
- gnome-icon-theme
- adwaita-icon-theme
- chrome-gnome-shell - chrome-gnome-shell
- networkmanager - networkmanager
- network-manager-applet - network-manager-applet
@ -45,19 +36,35 @@
- name: Install python-psutil package - name: Install python-psutil package
pacman: pacman:
name: python-psutil name: python-psutil
state: present
- name: Install Icons and gtk themes - name: Install look and feel
pacman:
name:
- numix-gtk-theme
- materia-gtk-theme
- gnome-icon-theme-extras
- arc-solid-gtk-theme
- arc-gtk-theme
- gnome-themes-extra
- gnome-icon-theme-symbolic
- gnome-icon-theme
- adwaita-icon-theme
state: present
- name: Install AUR Icons and gtk themes
aur: aur:
name: "{{ item }}" name: "{{ item }}"
use: makepkg use: makepkg
skip_installed: true skip_installed: true
with_items: with_items:
- gnome-colors-icon-theme - gnome-colors-icon-theme
- obsidian-icon-theme-git
- ubo-icons - ubo-icons
- shadow-icon-theme - shadow-icon-theme
- vertex-themes - vertex-themes
- vertex-icons-git - vertex-icons-git
- gtk-theme-flatstudio - numix-gtk-theme-git
- numix-circle-icon-theme-git
- numix-icon-theme-git
become: yes become: yes
become_user: aur_builder become_user: aur_builder