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

1.1.0: Refreshed icon and brand colors #23

Merged
merged 4 commits into from
Mar 2, 2024
Merged
Show file tree
Hide file tree
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
10 changes: 10 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
root = true

[*]
indent_style = space
indent_size = 2
insert_final_newline = true

[*.vala]
indent_size = 4

16 changes: 14 additions & 2 deletions butler.doap
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<description xml:lang="en">Hybrid native + web app for Home Assistant. Butler wraps your Home Assistant dashboard up in a native UI, integrating better with your OS.</description>
<category rdf:resource="http://api.gnome.org/doap-extensions#apps" />

<homepage rdf:resource="https://cassidyjames.com/" />
<download-page rdf:resource="https://flathub.org/apps/details/com.cassidyjames.butler" />
<homepage rdf:resource="https://cassidyjames.com/apps" />
<download-page rdf:resource="https://flathub.org/apps/com.cassidyjames.butler" />
<bug-database rdf:resource="https://github.com/cassidyjames/butler/issues" />

<programming-language>Vala</programming-language>
Expand All @@ -22,6 +22,18 @@
<foaf:name>Cassidy James Blaede</foaf:name>
<foaf:mbox rdf:resource="mailto:[email protected]" />
<gnome:userid>cassidyjames</gnome:userid>
<foaf:account>
<foaf:OnlineAccount>
<foaf:accountServiceHomepage rdf:resource="https://gitlab.gnome.org"/>
<foaf:accountName>cassidyjames</foaf:accountName>
</foaf:OnlineAccount>
</foaf:account>
<foaf:account>
<foaf:OnlineAccount>
<foaf:accountServiceHomepage rdf:resource="https://github.com"/>
<foaf:accountName>cassidyjames</foaf:accountName>
</foaf:OnlineAccount>
</foaf:account>
</foaf:Person>
</maintainer>
</Project>
49 changes: 25 additions & 24 deletions com.cassidyjames.butler.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,28 @@
{
"app-id" : "com.cassidyjames.butler",
"runtime" : "org.gnome.Platform",
"runtime-version" : "45",
"sdk" : "org.gnome.Sdk",
"command" : "com.cassidyjames.butler",
"finish-args" : [
"--socket=wayland",
"--socket=fallback-x11",
"--share=ipc",
"--share=network",
"--device=dri"
],
"modules" : [
"app-id": "com.cassidyjames.butler",
"runtime": "org.gnome.Platform",
"runtime-version": "45",
"sdk": "org.gnome.Sdk",
"command": "com.cassidyjames.butler",
"finish-args": [
"--socket=wayland",
"--socket=fallback-x11",
"--share=ipc",
"--share=network",
"--device=dri"
],
"modules": [
{
"name": "butler",
"buildsystem": "meson",
"run-tests": true,
"sources": [
{
"name" : "butler",
"buildsystem" : "meson",
"run-tests": true,
"sources" : [
{
"type" : "dir",
"path" : "."
}
]
"type": "dir",
"path": "."
}
]
}
]
}
]
}

250 changes: 96 additions & 154 deletions data/icons/app.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading