Package alterator-manager: Information

  • Default inline alert: Version in the repository: 0.1.21-alt1

Source package: alterator-manager
Version: 0.1.1-alt2
Latest version according to Repology
Build time:  Apr 4, 2023, 06:49 PM in the task #318036
Report package bug
Home page: 

License: GPL-2
Summary: Modular tool for system configuration via D-Bus
Description: 
Modular tool for system configuration via D-Bus.

List of rpms provided by this srpm:
alterator-manager (x86_64, ppc64le, i586, armh, aarch64)
alterator-manager-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
alterator-manager-devel (x86_64, ppc64le, i586, armh, aarch64)

Maintainer: Ivan Savin

List of contributors:
Ivan Savin
Evgeny Sinelnikov

ACL:
Evgeny Sinelnikov
@everybody

    1. gcc
    2. libsystemd-devel
    3. libgio-devel
    4. cmake

Last changed


April 4, 2023 Ivan Savin 0.1.1-alt2
- Add readme file (RU).
March 9, 2023 Ivan Savin 0.1.1-alt1
- Add a default interface called manager into root.
- The manager contains a method get_objects that returns object paths by
  interface name.
Feb. 16, 2023 Ivan Savin 0.1.0-alt1
- All backend files are now loaded in the manager, and modules receive a
  pointer to a table with data that contains information about D-Bus objects
  and handlers. One file describes one interface for one module.
- g_dbus_connection_register_object replaced by
  g_dbus_connection_register_subtree.
- The interaction between the manager and modules has changed: the module now
  returns not xml, but an instance of GDBusInterfaceInfo (it writes a pointer
  to this instance to the table with data received from the manager, a
  pointer to the vtable is also written there).