File roger-website_fix.patch of Package roger

diff -Pdpru rogerrouter-v2.2.1.orig/meson.build rogerrouter-v2.2.1/meson.build
--- rogerrouter-v2.2.1.orig/meson.build	2020-10-25 12:54:33.000000000 +0100
+++ rogerrouter-v2.2.1/meson.build	2020-10-25 21:25:50.256293768 +0100
@@ -20,7 +20,7 @@ cc = meson.get_compiler('c')
 cdata = configuration_data()
 cdata.set('PACKAGE_NAME', '"Roger Router"')
 cdata.set('PACKAGE_VERSION', '"@0@"'.format(app_version))
-cdata.set('PACKAGE_BUGREPORT', '"https://www.tabos.org/forum"')
+cdata.set('PACKAGE_BUGREPORT', '"https://tabos.org/project/rogerrouter/"')
 cdata.set('GETTEXT_PACKAGE', '"roger"')
 
 host_system = host_machine.system()
diff -Pdpru rogerrouter-v2.2.1.orig/platform/windows/meson.build rogerrouter-v2.2.1/platform/windows/meson.build
--- rogerrouter-v2.2.1.orig/platform/windows/meson.build	2020-10-25 12:54:33.000000000 +0100
+++ rogerrouter-v2.2.1/platform/windows/meson.build	2020-10-25 21:25:50.288294355 +0100
@@ -4,7 +4,7 @@ windows = import('windows')
 cdata = configuration_data()
 cdata.set('PACKAGE_NAME', 'Roger Router')
 cdata.set('PACKAGE_VERSION', '@0@'.format(app_version))
-cdata.set('PACKAGE_BUGREPORT', '"https://www.tabos.org/forum"')
+cdata.set('PACKAGE_BUGREPORT', '"https://tabos.org/project/rogerrouter/"')
 cdata.set('ROGER_VERSION_MAJOR', app_version_major)
 cdata.set('ROGER_VERSION_MINOR', app_version_minor)
 cdata.set('ROGER_VERSION_MICRO', app_version_micro)
diff -Pdpru rogerrouter-v2.2.1.orig/plugins/evolution/evolution.desktop.in rogerrouter-v2.2.1/plugins/evolution/evolution.desktop.in
--- rogerrouter-v2.2.1.orig/plugins/evolution/evolution.desktop.in	2020-10-25 12:54:33.000000000 +0100
+++ rogerrouter-v2.2.1/plugins/evolution/evolution.desktop.in	2020-10-25 21:25:50.304294649 +0100
@@ -5,4 +5,4 @@ Comment=Evolution address book support
 Authors=Jan-Michael Brummer <jan.brummer@tabos.org>
 Copyright=Copyright © 2012 Jan-Michael Brummer
 Website=http://www.tabos.org/
-Help=http://www.tabos.org/forum/
+Help=https://tabos.org/project/rogerrouter//
diff -Pdpru rogerrouter-v2.2.1.orig/plugins/google/google.desktop.in rogerrouter-v2.2.1/plugins/google/google.desktop.in
--- rogerrouter-v2.2.1.orig/plugins/google/google.desktop.in	2020-10-25 12:54:33.000000000 +0100
+++ rogerrouter-v2.2.1/plugins/google/google.desktop.in	2020-10-25 21:25:50.312294795 +0100
@@ -5,4 +5,4 @@ Comment=Google address book support
 Authors=Jan-Michael Brummer <jan.brummer@tabos.org>
 Copyright=Copyright © 2013 Jan-Michael Brummer
 Website=http://www.tabos.org/
-Help=http://www.tabos.org/forum/
+Help=https://tabos.org/project/rogerrouter//
diff -Pdpru rogerrouter-v2.2.1.orig/plugins/gtknotify/gtknotify.desktop.in rogerrouter-v2.2.1/plugins/gtknotify/gtknotify.desktop.in
--- rogerrouter-v2.2.1.orig/plugins/gtknotify/gtknotify.desktop.in	2020-10-25 12:54:33.000000000 +0100
+++ rogerrouter-v2.2.1/plugins/gtknotify/gtknotify.desktop.in	2020-10-25 21:25:50.316294868 +0100
@@ -5,4 +5,4 @@ Comment=Display notification about incom
 Authors=Jan-Michael Brummer <jan.brummer@tabos.org>
 Copyright=Copyright © 2013 Jan-Michael Brummer
 Website=http://www.tabos.org/
-Help=http://www.tabos.org/forum/
+Help=https://tabos.org/project/rogerrouter//
diff -Pdpru rogerrouter-v2.2.1.orig/plugins/keychain/keychain.desktop.in rogerrouter-v2.2.1/plugins/keychain/keychain.desktop.in
--- rogerrouter-v2.2.1.orig/plugins/keychain/keychain.desktop.in	2020-10-25 12:54:33.000000000 +0100
+++ rogerrouter-v2.2.1/plugins/keychain/keychain.desktop.in	2020-10-25 21:25:50.332295161 +0100
@@ -5,5 +5,5 @@ Comment=OS X KeyChain support
 Authors=Jan-Michael Brummer <jan.brummer@tabos.org>
 Copyright=Copyright © 2014 Jan-Michael Brummer
 Website=http://www.tabos.org/
-Help=http://www.tabos.org/forum/
+Help=https://tabos.org/project/rogerrouter//
 Builtin=true
diff -Pdpru rogerrouter-v2.2.1.orig/plugins/osxab/osxab.desktop.in rogerrouter-v2.2.1/plugins/osxab/osxab.desktop.in
--- rogerrouter-v2.2.1.orig/plugins/osxab/osxab.desktop.in	2020-10-25 12:54:33.000000000 +0100
+++ rogerrouter-v2.2.1/plugins/osxab/osxab.desktop.in	2020-10-25 21:25:50.340295308 +0100
@@ -5,5 +5,5 @@ Comment=OS X Address book
 Authors=Jan-Michael Brummer <jan.brummer@tabos.org>
 Copyright=Copyright © 2015 Jan-Michael Brummer
 Website=http://www.tabos.org/
-Help=http://www.tabos.org/forum/
+Help=https://tabos.org/project/rogerrouter//
 Builtin=false
diff -Pdpru rogerrouter-v2.2.1.orig/plugins/statusicon/statusicon.desktop.in rogerrouter-v2.2.1/plugins/statusicon/statusicon.desktop.in
--- rogerrouter-v2.2.1.orig/plugins/statusicon/statusicon.desktop.in	2020-10-25 12:54:33.000000000 +0100
+++ rogerrouter-v2.2.1/plugins/statusicon/statusicon.desktop.in	2020-10-25 21:25:50.368295822 +0100
@@ -5,5 +5,5 @@ Comment=Status icon plugin using GTK fol
 Authors=Jan-Michael Brummer <jan.brummer@tabos.org>
 Copyright=Copyright © 2012 Jan-Michael Brummer
 Website=http://www.tabos.org/
-Help=http://www.tabos.org/forum/
+Help=https://tabos.org/project/rogerrouter//
 
diff -Pdpru rogerrouter-v2.2.1.orig/plugins/thunderbird/thunderbird.desktop.in rogerrouter-v2.2.1/plugins/thunderbird/thunderbird.desktop.in
--- rogerrouter-v2.2.1.orig/plugins/thunderbird/thunderbird.desktop.in	2020-10-25 12:54:33.000000000 +0100
+++ rogerrouter-v2.2.1/plugins/thunderbird/thunderbird.desktop.in	2020-10-25 21:25:50.376295969 +0100
@@ -5,4 +5,4 @@ Comment=Thunderbird address book support
 Authors=Jan-Michael Brummer <jan.brummer@tabos.org>
 Copyright=Copyright © 2013 Jan-Michael Brummer
 Website=http://www.tabos.org/
-Help=http://www.tabos.org/forum/
+Help=https://tabos.org/project/rogerrouter//
diff -Pdpru rogerrouter-v2.2.1.orig/plugins/vcard/vcard.desktop.in rogerrouter-v2.2.1/plugins/vcard/vcard.desktop.in
--- rogerrouter-v2.2.1.orig/plugins/vcard/vcard.desktop.in	2020-10-25 12:54:33.000000000 +0100
+++ rogerrouter-v2.2.1/plugins/vcard/vcard.desktop.in	2020-10-25 21:25:50.384296115 +0100
@@ -5,4 +5,4 @@ Comment=VCard address book support
 Authors=Jan-Michael Brummer <jan.brummer@tabos.org>
 Copyright=Copyright © 2013 Jan-Michael Brummer
 Website=http://www.tabos.org/
-Help=http://www.tabos.org/forum/
+Help=https://tabos.org/project/rogerrouter//
diff -Pdpru rogerrouter-v2.2.1.orig/plugins/webjournal/webjournal.desktop.in rogerrouter-v2.2.1/plugins/webjournal/webjournal.desktop.in
--- rogerrouter-v2.2.1.orig/plugins/webjournal/webjournal.desktop.in	2020-10-25 12:54:33.000000000 +0100
+++ rogerrouter-v2.2.1/plugins/webjournal/webjournal.desktop.in	2020-10-25 21:25:50.396296336 +0100
@@ -5,4 +5,4 @@ Comment=Store journal as html file on a
 Authors=Jan-Michael Brummer <jan.brummer@tabos.org>
 Copyright=Copyright © 2014 Jan-Michael Brummer
 Website=http://www.tabos.org/
-Help=http://www.tabos.org/forum/
+Help=https://tabos.org/project/rogerrouter//
diff -Pdpru rogerrouter-v2.2.1.orig/roger/application.c rogerrouter-v2.2.1/roger/application.c
--- rogerrouter-v2.2.1.orig/roger/application.c	2020-10-25 12:54:33.000000000 +0100
+++ rogerrouter-v2.2.1/roger/application.c	2020-10-25 21:25:50.412296630 +0100
@@ -71,7 +71,7 @@ void app_show_preferences(void)
 
 void app_show_help(void)
 {
-	gchar *uri = "http://www.tabos.org/forum";
+	gchar *uri = "https://tabos.org/project/rogerrouter/";
 
 	gtk_show_uri_on_window(GTK_WINDOW(journal_get_window()), uri, gtk_get_current_event_time (), NULL);
 }
diff -Pdpru rogerrouter-v2.2.1.orig/roger/org.tabos.roger.appdata.xml.in rogerrouter-v2.2.1/roger/org.tabos.roger.appdata.xml.in
--- rogerrouter-v2.2.1.orig/roger/org.tabos.roger.appdata.xml.in	2020-10-25 12:54:33.000000000 +0100
+++ rogerrouter-v2.2.1/roger/org.tabos.roger.appdata.xml.in	2020-10-25 21:25:50.436297070 +0100
@@ -65,7 +65,7 @@
   <url type="homepage">https://www.tabos.org</url>
   <update_contact>jan.brummer@tabos.org</update_contact>
   <developer_name>Jan-Michael Brummer</developer_name>
-  <url type="bugtracker">https://www.tabos.org/forum/</url>
+  <url type="bugtracker">https://tabos.org/project/rogerrouter//</url>
   <url type="donation">https://www.tabos.org/</url>
   <url type="help">https://www.tabos.org/</url>
   <url type="faq">https://www.tabos.org/</url>
diff -Pdpru rogerrouter-v2.2.1.orig/roger.doap rogerrouter-v2.2.1/roger.doap
--- rogerrouter-v2.2.1.orig/roger.doap	2020-10-25 12:54:33.000000000 +0100
+++ rogerrouter-v2.2.1/roger.doap	2020-10-25 21:25:50.404296483 +0100
@@ -8,7 +8,7 @@
   <shortdesc xml:lang="en">FRITZ!Box management software</shortdesc>
   <homepage rdf:resource="https://www.tabos.org" />
   <download-page rdf:resource="https://www.tabos.org/download/" />
-  <bug-database rdf:resource="https://www.tabos.org/forum" />
+  <bug-database rdf:resource="https://tabos.org/project/rogerrouter/" />
   <category rdf:resource="http://api.gnome.org/doap-extensions#productivity" />
   <programming-language>C</programming-language>
 
openSUSE Build Service is sponsored by