Skip to content

Commit

Permalink
[PARTIAL] Updated photos.yml to use new way of defining AUR packages.
Browse files Browse the repository at this point in the history
TODO: Update the rest.
  • Loading branch information
jackson15j committed Dec 30, 2021
1 parent 9818693 commit 078ce97
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

1 change: 0 additions & 1 deletion library/aur

This file was deleted.

24 changes: 21 additions & 3 deletions photos/photos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,27 @@
- name: Install AUR packages
# become: true
# become_method: sudo
aur: name="{{item}}" tool=yaourt
with_items:
- iscan-plugin-gt-f670 # Epson Perfection V200 Photo scanner support.
aur:
use: yay
name:
- iscan-plugin-gt-f670 # Epson Perfection V200 Photo scanner support.
- digimend-kernel-drivers-dkms # https://wiki.archlinux.org/title/Wacom_tablet
# - digimend-kernel-drivers-dkms-git # https://wiki.archlinux.org/title/Wacom_tablet
- write_stylus # http://www.styluslabs.com
tags:
- photos

- name: Copy Huion Tablet script to /etc/X11/xorg.conf.d/
become: true
become_method: sudo
copy:
src: '{{playbook_dir}}/../bash/etc/X11/xorg.conf.d/50-tablet.conf'
dest: /etc/X11/xorg.conf.d/
owner: 'root'
group: 'root'
mode: 0644
tags:
- photos

# TODO:
# * add following to this repo: `/root/.config/bt747/bt747settings.pdb`.
Expand Down

0 comments on commit 078ce97

Please sign in to comment.