From b5facf97c106aa92631dff8c7ff3c0aa916fc9cb Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Sat, 10 Nov 2018 15:58:21 +0100 Subject: [PATCH] Fix(Gnome): clean aur install --- tasks/arch_gnome.yml | 31 +++++++++++++++++++------------ 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/tasks/arch_gnome.yml b/tasks/arch_gnome.yml index 5c1707a..c0ee5de 100644 --- a/tasks/arch_gnome.yml +++ b/tasks/arch_gnome.yml @@ -9,15 +9,6 @@ - transmission-gtk - quodlibet - 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 - networkmanager - network-manager-applet @@ -45,19 +36,35 @@ - name: Install python-psutil package pacman: 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: name: "{{ item }}" use: makepkg skip_installed: true with_items: - gnome-colors-icon-theme - - obsidian-icon-theme-git - ubo-icons - shadow-icon-theme - vertex-themes - vertex-icons-git - - gtk-theme-flatstudio + - numix-gtk-theme-git + - numix-circle-icon-theme-git + - numix-icon-theme-git become: yes become_user: aur_builder