mirror of
https://github.com/pigmonkey/spark.git
synced 2026-08-01 20:12:29 +00:00
explicitly install xininfo-git
Required by Teiler. AUR dependencies aren't handled well unless you are explicit.
This commit is contained in:
parent
7c19a532e9
commit
a1a3555e8f
1 changed files with 19 additions and 0 deletions
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue