Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ansible/gui] Add missing breeze-icon and fix #134 #137

Merged
merged 1 commit into from
Sep 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions ansible/roles/ovos_installer/tasks/virtualenv/gui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
- qtvirtualkeyboard-plugin
- libqt5multimedia5
- libqt5virtualkeyboard5
- breeze-icon-them
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isnt this missing an e at the end?

when: ansible_os_family in ['Debian', 'Zorin OS']

- name: Install package requirements for ovos-gui
Expand Down Expand Up @@ -52,6 +53,7 @@
- kf5-kiconthemes
- kf5-kiconthemes-devel
- kf5-kguiaddons-devel
- breeze-icon-them
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isnt this missing an e at the end?

when: ansible_os_family == "RedHat"

- name: Install package requirements for ovos-gui
Expand Down Expand Up @@ -84,6 +86,7 @@
- libqt5-qtbase-devel
- ki18n-devel
- plasma-framework-devel
- kf6-breeze-icons
when: ansible_os_family == "Suse"

- name: Install package requirements for ovos-gui
Expand All @@ -109,6 +112,7 @@
- kdbusaddons5
- kiconthemes5
- kguiaddons5
- breeze-icons
when: ansible_os_family == "Archlinux"

- name: Clone GUI repositories
Expand Down
Loading