Timedate Daemon

Timedate daemon to control org.freedesktop.timedate1 D-Bus interface

20 Commits   0 Branches   3 Tags
author: kx <kx@radix.pro> 2023-12-22 01:20:27 +0300 committer: kx <kx@radix.pro> 2023-12-22 01:20:27 +0300 commit: 93ad83d97a9065073236a07460ea04d49daa71ca parent: bac97c753c564ee4e3eaf21159af4bd09afdedc9
Commit Summary:
README.md
Diffstat:
2 files changed, 14 insertions, 13 deletions
diff --git a/README b/README
index 88921e8..574c328 100644
--- a/README
+++ b/README
@@ -2,16 +2,6 @@
 Timedate Daemon
 ===============
 
-Requirements:
-------------
-
-   glib-2.0          >=  2.58
-   gobject-2.0       >=  2.58
-   gio-2.0           >=  2.58
-   polkit-gobject-1  >=  123
-   libpcre2-8        >=  10.36
-   dbus              >=  1.13.18
-
 TimeDate Daemon is a system service that can be used to control the system time
 and related settings.
 
@@ -29,6 +19,16 @@ a system administrator can add Desktop-users into 'wheel' group to give them rig
 to access the org.freedesktop.timedate1 D-Bus interface.
 
 
+Requirements:
+------------
+
+   glib-2.0          >=  2.76
+   gobject-2.0       >=  2.76
+   gio-2.0           >=  2.76
+   polkit-gobject-1  >=  123
+   libpcre2-8        >=  10.36
+   dbus              >=  1.13.18
+
 How to Build:
 ============
 
@@ -41,8 +41,7 @@ Supported Distributions:
 =======================
 
  - Radix cross Linux [https://radix.pro]
- - Slackware         [http://www.slackware.com]
-   (needed litle changes in timeconfig script)
+ - Slackware         [http://www.slackware.com] (needed litle changes in timeconfig script)
 
 For other systems the special implementation of NTP daemon control should be developed.
 
@@ -55,4 +54,4 @@ TODO:
 
 LICENSE:
 =======
-  GNU GENERAL PUBLIC LICENSE Version 2, June 1991
+  GNU General Public License Version 2, June 1991
diff --git a/README.md b/README.md
index 75d1e69..4724bd1 100644
--- a/README.md
+++ b/README.md
@@ -20,9 +20,9 @@ to access the **org.freedesktop.timedate1** *D-Bus interface*.
 
  | Package           |      | min Version  |
  | :---              | :--: | :---         |
- | glib-2.0          |  >=  |  2.76.0      |
- | gobject-2.0       |  >=  |  2.76.0      |
- | gio-2.0           |  >=  |  2.76.0      |
+ | glib-2.0          |  >=  |  2.76        |
+ | gobject-2.0       |  >=  |  2.76        |
+ | gio-2.0           |  >=  |  2.76        |
  | polkit-gobject-1  |  >=  |  123         |
  | libpcre2-8        |  >=  |  10.36       |
  | dbus              |  >=  |  1.13.18     |