Skip to content

Commit

Permalink
add build dependencies for agsv1
Browse files Browse the repository at this point in the history
  • Loading branch information
dianaw353 committed Nov 17, 2024
1 parent 23247a5 commit 88fe541
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ https://github.com/dianaw353/dotfiles/releases/tag/V1.1.8
- Apps running under XWayland that respect `XMODIFIERS` variable
- GTK apps
- Qt apps (Tested and confirmed with WhatSie)
- Add build dependencies for agsv1

Version 1.1.7
https://github.com/dianaw353/dotfiles/releases/tag/V1.1.7
Expand Down
11 changes: 11 additions & 0 deletions roles/ags/tasks/Archlinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,17 @@
- system.ags.version is defined
- system.ags.version == "v1" or system.ags.version == "both"
block:
- name: Install dependencies required to build AGSv1
kewlfft.aur.aur:
name: "{{ item }}"
state: present
become: false
loop:
- npm
- python-mako
- python-markdown
- gobject-introspection

- name: Build AGSv1
ansible.builtin.shell:
cmd: |
Expand Down

0 comments on commit 88fe541

Please sign in to comment.