1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-06-05 22:19:21 +02:00

Bumps all over the place. Work of the last weeks.

To much of a hassle to split into seperate commits.
Needed to push as I see my SSD degrading and are afraid of the crash.
This commit is contained in:
j1nx
2024-07-20 13:04:35 +00:00
parent 4d74ba30d6
commit c474d35965
244 changed files with 4828 additions and 929 deletions

View File

@@ -0,0 +1,15 @@
config BR2_PACKAGE_PYTHON_OVOS_GUI_PLUGIN_SHELL_COMPANION
bool "python-ovos-gui-plugin-shell-companion"
select BR2_PACKAGE_PYTHON_OVOS_PLUGIN_MANAGER
select BR2_PACKAGE_PYTHON_OVOS_UTILS
select BR2_PACKAGE_PYTHON_OVOS_CONFIG
select BR2_PACKAGE_PYTHON_ASTRAL
help
provides various bus APIs that integrate with
ovos-shell.
- color scheme manager
- notifications widgets
- configuration provider (settings UI)
- brightness control (night mode etc)
https://github.com/OpenVoiceOS/ovos-gui-plugin-shell-companion

View File

@@ -0,0 +1,2 @@
#sha256 8c240d1e0b2f09701eb223005fab6a286eb5d910e925656f7d883f75f014f41b ovos-gui-plugin-shell-companion-0.0.1a6.tar.gz
sha256 b1263fd03371a4cbdbb306ba50247a98995e27e3c8d97fac50f2c46612239e2a python-ovos-gui-plugin-shell-companion-0.0.1a6.tar.gz

View File

@@ -0,0 +1,15 @@
################################################################################
#
# python-ovos-gui-plugin-shell-companion
#
################################################################################
PYTHON_OVOS_GUI_PLUGIN_SHELL_COMPANION_VERSION = 0.0.1a6
#PYTHON_OVOS_GUI_PLUGIN_SHELL_COMPANION_SOURCE = ovos-gui-plugin-shell-companion-$(PYTHON_OVOS_GUI_PLUGIN_SHELL_COMPANION_VERSION).tar.gz
#PYTHON_OVOS_GUI_PLUGIN_SHELL_COMPANION_SITE = https://files.pythonhosted.org/packages/cb/17/c0706995c8a0a30e4648c96d088159bbec94b1e9da39011295f0e52d6a9c
PYTHON_OVOS_GUI_PLUGIN_SHELL_COMPANION_SITE = $(call github,OpenVoiceOS,ovos-gui-plugin-shell-companion,$(PYTHON_OVOS_GUI_PLUGIN_SHELL_COMPANION_VERSION))
PYTHON_OVOS_GUI_PLUGIN_SHELL_COMPANION_SETUP_TYPE = setuptools
PYTHON_OVOS_GUI_PLUGIN_SHELL_COMPANION_LICENSE_FILES = LICENSE
PYTHON_OVOS_GUI_ENV = MYCROFT_LOOSE_REQUIREMENTS=true
$(eval $(python-package))