|
@@ -8,30 +8,30 @@ |
|
|
|
|
|
|
|
|
- name: download light-locker-settings |
|
|
- name: download light-locker-settings |
|
|
get_url: |
|
|
get_url: |
|
|
url: https://launchpad.net/light-locker-settings/1.5/1.5.0/+download/light-locker-settings-1.5.0.tar.bz2 |
|
|
|
|
|
dest: /opt/light-locker-settings-1.5.0.tar.bz2 |
|
|
|
|
|
checksum: sha256:c36bb7eacc66bafffce67f95a94ad84121162169b74e610c48cc5c4de777039c |
|
|
|
|
|
|
|
|
url: https://github.com/Antergos/light-locker-settings/archive/1.5.3.tar.gz |
|
|
|
|
|
dest: /opt/light-locker-settings-1.5.3.tar.bz2 |
|
|
|
|
|
checksum: sha256:9174ee896d9ea7f41cb14eed61bea473de4b57278858bbd32045f1ed64858fcd |
|
|
|
|
|
|
|
|
- name: unpack light-locker-settings |
|
|
- name: unpack light-locker-settings |
|
|
unarchive: |
|
|
unarchive: |
|
|
src: /opt/light-locker-settings-1.5.0.tar.bz2 |
|
|
|
|
|
|
|
|
src: /opt/light-locker-settings-1.5.3.tar.bz2 |
|
|
remote_src: yes |
|
|
remote_src: yes |
|
|
dest: /opt |
|
|
dest: /opt |
|
|
|
|
|
|
|
|
- name: configure script for light-locker-settings |
|
|
- name: configure script for light-locker-settings |
|
|
command: ./configure |
|
|
|
|
|
|
|
|
command: ./configure --prefix=/usr --python=python3 |
|
|
args: |
|
|
args: |
|
|
chdir: /opt/light-locker-settings-1.5.0 |
|
|
|
|
|
|
|
|
chdir: /opt/light-locker-settings-1.5.3 |
|
|
creates: /usr/local/bin/light-locker-settings |
|
|
creates: /usr/local/bin/light-locker-settings |
|
|
|
|
|
|
|
|
- name: make light-locker-settings |
|
|
- name: make light-locker-settings |
|
|
command: make |
|
|
command: make |
|
|
args: |
|
|
args: |
|
|
chdir: /opt/light-locker-settings-1.5.0 |
|
|
|
|
|
|
|
|
chdir: /opt/light-locker-settings-1.5.3 |
|
|
creates: /usr/local/bin/light-locker-settings |
|
|
creates: /usr/local/bin/light-locker-settings |
|
|
|
|
|
|
|
|
- name: install light-locker-settings |
|
|
- name: install light-locker-settings |
|
|
command: make install |
|
|
command: make install |
|
|
args: |
|
|
args: |
|
|
chdir: /opt/light-locker-settings-1.5.0 |
|
|
|
|
|
|
|
|
chdir: /opt/light-locker-settings-1.5.3 |
|
|
creates: /usr/local/bin/light-locker-settings |
|
|
creates: /usr/local/bin/light-locker-settings |