author: kx <kx@radix.pro> 2024-10-29 14:51:23 +0300
committer: kx <kx@radix.pro> 2024-10-29 14:51:23 +0300
commit: 28fecf9d82a64e3e588cf47a5966f93736233486
parent: 90b93ad93bd9f72b5f94a69a2b8bcdd6432427bd
Commit Summary:
Diffstat:
15 files changed, 19 insertions, 18 deletions
diff --git a/AUTHORS b/AUTHORS
index 2818c9d..cf25928 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,2 +1,2 @@
-Andrey V.Kosteltsev <kx@radix.pro>
+Andrey V.Kosteltsev <kx@radix-linux.su>
diff --git a/README.md b/README.md
index 2c5abae..0e32575 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-# [Timedate Daemon](https://cgit.radix.pro/radix/timedated.git/)
+# [Timedate Daemon](https://cgit.radix-linux.su/radix/timedated.git/)
**TimeDate** Daemon is a system service that can be used to control the system time
and related settings.
@@ -37,7 +37,7 @@ to give them rights to access the **org.freedesktop.timedate1** *D-Bus interface
## Supported Distributions:
- - [Radix cross Linux](https://radix.pro)
+ - [Radix cross Linux](https://radix-linux.su)
- [Slackware](http://www.slackware.com)
(needed litle changes in timeconfig script)
diff --git a/l10n/_generate-pot.sh b/l10n/_generate-pot.sh
index f667c37..d64847f 100644
--- a/l10n/_generate-pot.sh
+++ b/l10n/_generate-pot.sh
@@ -10,10 +10,10 @@
cd ..
xgettext --keyword=N_ --keyword=_ --keyword=Q_:1,2 \
--language=C --add-comments --sort-output \
- --msgid-bugs-address="Andrey V.Kosteltsev <support@radix.pro>" \
+ --msgid-bugs-address="Andrey V.Kosteltsev <support@radix-linux.su>" \
--package-name=timedated \
--package-version=1.0.0 \
- --copyright-holder="Andrey V.Kosteltsev <kx@radix.pro>" \
+ --copyright-holder="Andrey V.Kosteltsev <kx@radix-linux.su>" \
--default-domain=timedated --output=po/timedated.pot \
`find -type f -name "*.c"`
diff --git a/po/ru_RU.utf8.po b/po/ru_RU.utf8.po
index 5294d28..5fdfddb 100644
--- a/po/ru_RU.utf8.po
+++ b/po/ru_RU.utf8.po
@@ -1,13 +1,13 @@
# Russian translations for timedated package
# Английские переводы для пакета timedated.
-# Copyright (C) 2023 Andrey V.Kosteltsev <kx@radix.pro>
+# Copyright (C) 2023 Andrey V.Kosteltsev <kx@radix-linux.su>
# This file is distributed under the same license as the timedated package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: timedated 1.0.0\n"
-"Report-Msgid-Bugs-To: Andrey V.Kosteltsev <support@radix.pro>\n"
+"Report-Msgid-Bugs-To: Andrey V.Kosteltsev <support@radix-linux.su>\n"
"POT-Creation-Date: 2023-12-21 15:59+0300\n"
"PO-Revision-Date: 2023-12-21 15:59+0300\n"
"Last-Translator: Automatically generated\n"
diff --git a/po/timedated.pot b/po/timedated.pot
index 78ff841..3d87460 100644
--- a/po/timedated.pot
+++ b/po/timedated.pot
@@ -1,5 +1,5 @@
# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Andrey V.Kosteltsev <kx@radix.pro>
+# Copyright (C) YEAR Andrey V.Kosteltsev <kx@radix-linux.su>
# This file is distributed under the same license as the timedated package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: timedated 1.0.0\n"
-"Report-Msgid-Bugs-To: Andrey V.Kosteltsev <support@radix.pro>\n"
+"Report-Msgid-Bugs-To: Andrey V.Kosteltsev <support@radix-linux.su>\n"
"POT-Creation-Date: 2023-12-21 15:59+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
diff --git a/src/org.freedesktop.timedate1.policy.in b/src/org.freedesktop.timedate1.policy.in
index 2efb9bf..15846a1 100644
--- a/src/org.freedesktop.timedate1.policy.in
+++ b/src/org.freedesktop.timedate1.policy.in
@@ -7,7 +7,7 @@
<policyconfig>
<vendor>The Radix cross Linux Project</vendor>
-<vendor_url>https://radix.pro</vendor_url>
+<vendor_url>https://radix-linux.su</vendor_url>
<action id="org.freedesktop.timedate1.set-time">
<description>Set system time</description>
diff --git a/src/rcl-main.c b/src/rcl-main.c
index 8a1a7e4..c747f0d 100644
--- a/src/rcl-main.c
+++ b/src/rcl-main.c
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 2023 Andrey V.Kosteltsev <kx@radix.pro>
+ * Copyright (C) 2023 Andrey V.Kosteltsev <kx@radix-linux.su>
*
* Licensed under the GNU General Public License Version 2
*
diff --git a/src/rcl-ntpd-utils.c b/src/rcl-ntpd-utils.c
index ff4eb96..b03ded7 100644
--- a/src/rcl-ntpd-utils.c
+++ b/src/rcl-ntpd-utils.c
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 2023 Andrey V.Kosteltsev <kx@radix.pro>
+ * Copyright (C) 2023 Andrey V.Kosteltsev <kx@radix-linux.su>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/rcl-ntpd-utils.h b/src/rcl-ntpd-utils.h
index ab4f86f..7690d7a 100644
--- a/src/rcl-ntpd-utils.h
+++ b/src/rcl-ntpd-utils.h
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 2023 Andrey V.Kosteltsev <kx@radix.pro>
+ * Copyright (C) 2023 Andrey V.Kosteltsev <kx@radix-linux.su>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/rcl-time-utils.c b/src/rcl-time-utils.c
index 37fae68..c8f4613 100644
--- a/src/rcl-time-utils.c
+++ b/src/rcl-time-utils.c
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 2023 Andrey V.Kosteltsev <kx@radix.pro>
+ * Copyright (C) 2023 Andrey V.Kosteltsev <kx@radix-linux.su>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/rcl-time-utils.h b/src/rcl-time-utils.h
index 286fc1f..fb2e012 100644
--- a/src/rcl-time-utils.h
+++ b/src/rcl-time-utils.h
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 2023 Andrey V.Kosteltsev <kx@radix.pro>
+ * Copyright (C) 2023 Andrey V.Kosteltsev <kx@radix-linux.su>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/rcl-timedate.c b/src/rcl-timedate.c
index d6387af..ba0c2a2 100644
--- a/src/rcl-timedate.c
+++ b/src/rcl-timedate.c
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 2023 Andrey V.Kosteltsev <kx@radix.pro>
+ * Copyright (C) 2023 Andrey V.Kosteltsev <kx@radix-linux.su>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/rcl-timedate.h b/src/rcl-timedate.h
index 75710dd..6e9f4b1 100644
--- a/src/rcl-timedate.h
+++ b/src/rcl-timedate.h
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 2023 Andrey V.Kosteltsev <kx@radix.pro>
+ * Copyright (C) 2023 Andrey V.Kosteltsev <kx@radix-linux.su>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/rcl-zone-utils.c b/src/rcl-zone-utils.c
index 4ffe8cd..50c63cc 100644
--- a/src/rcl-zone-utils.c
+++ b/src/rcl-zone-utils.c
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 2023 Andrey V.Kosteltsev <kx@radix.pro>
+ * Copyright (C) 2023 Andrey V.Kosteltsev <kx@radix-linux.su>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/rcl-zone-utils.h b/src/rcl-zone-utils.h
index b746b62..ff92626 100644
--- a/src/rcl-zone-utils.h
+++ b/src/rcl-zone-utils.h
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 2023 Andrey V.Kosteltsev <kx@radix.pro>
+ * Copyright (C) 2023 Andrey V.Kosteltsev <kx@radix-linux.su>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by