explicitly install xininfo-git

Required by Teiler. AUR dependencies aren't handled well unless you are
explicit.
This commit is contained in:
Pig Monkey 2015-12-04 18:47:17 -08:00
parent 7c19a532e9
commit a1a3555e8f

View file

@ -1,3 +1,22 @@
---
- name: Download xininfo
command: cower -dq xininfo-git
chdir=/home/{{ user.name }}/{{ aur.dir }}
creates=/home/{{ user.name }}/{{ aur.dir }}/xininfo-git
tags:
- aur
- teiler
become: yes
become_user: "{{ user.name }}"
- name: Build and install xininfo
command: "{{ aur.makepkg }} chdir=/home/{{ user.name }}/{{ aur.dir }}/xininfo-git"
tags:
- aur
- teiler
become: yes
become_user: "{{ user.name }}"
- name: Download teiler (rofi screenshot app)
command: cower -dq teiler-git
chdir=/home/{{ user.name }}/{{ aur.dir }}