[meld] Update URLs for new website and screenshots



commit 8079b0975796f1695eb9da04936638796469a3c8
Author: Kai Willadsen <kai willadsen gmail com>
Date:   Sun Sep 4 12:48:25 2022 +1000

    Update URLs for new website and screenshots

 README.md                             |  6 +++---
 data/org.gnome.meld.appdata.xml.in.in | 16 ++++++++--------
 meld.doap                             |  2 +-
 meld/meldapp.py                       |  2 +-
 meld/resources/ui/about-dialog.ui     |  4 ++--
 setup.py                              |  2 +-
 setup_win32.py                        |  2 +-
 7 files changed, 17 insertions(+), 17 deletions(-)
---
diff --git a/README.md b/README.md
index 77009f8b..9a03c465 100644
--- a/README.md
+++ b/README.md
@@ -56,7 +56,7 @@ Unix users should get Meld from their distribution package manager, or from
 [Flathub](https://flathub.org/).
 
 Windows users should download the provided MSIs on the
-[Meld home page](https://meldmerge.org/).
+[Meld home page](https://meld.app/).
 
 OSX users can install Meld using Homebrew (or Macports, Fink, etc.), or there
 are unofficial native builds available from the
@@ -117,8 +117,8 @@ Support forum:  https://discourse.gnome.org/tag/meld
 Links
 -----
 
-Home page:      http://meldmerge.org
+Home page:      https://meld.app/
 
-Documentation:  http://meldmerge.org/help/
+Documentation:  https://meld.app/help/
 
 Wiki:           https://wiki.gnome.org/Apps/Meld
diff --git a/data/org.gnome.meld.appdata.xml.in.in b/data/org.gnome.meld.appdata.xml.in.in
index d38ed4b2..1e234b80 100644
--- a/data/org.gnome.meld.appdata.xml.in.in
+++ b/data/org.gnome.meld.appdata.xml.in.in
@@ -31,18 +31,18 @@
     <kudo>UserDocs</kudo>
   </kudos>
   <screenshots>
-    <screenshot type="default" height="759" width="992">
-      <image>http://meldmerge.org/images/meld-filediff-full.png</image>
+    <screenshot type="default" height="736" width="1132">
+      <image>https://meld.app/images/filediff.png</image>
     </screenshot>
-    <screenshot height="532" width="655">
-      <image>http://meldmerge.org/images/meld-dircomp-full.png</image>
+    <screenshot height="736" width="1132">
+      <image>https://meld.app/images/dirdiff.png</image>
     </screenshot>
-    <screenshot height="532" width="655">
-      <image>http://meldmerge.org/images/meld-vc-full.png</image>
+    <screenshot height="736" width="1132">
+      <image>https://meld.app/images/vcview.png</image>
     </screenshot>
   </screenshots>
-  <url type="homepage">http://meldmerge.org</url>
-  <url type="help">http://meldmerge.org/help/</url>
+  <url type="homepage">https://meld.app/</url>
+  <url type="help">https://meld.app/help/</url>
   <url type="bugtracker">https://gitlab.gnome.org/GNOME/meld/issues</url>
   <url type="donation">http://www.gnome.org/friends/</url>
   <url type="translate">https://wiki.gnome.org/TranslationProject</url>
diff --git a/meld.doap b/meld.doap
index 60af2e0e..6def9bd3 100644
--- a/meld.doap
+++ b/meld.doap
@@ -13,7 +13,7 @@
   files as desired. Last but by no means least, Meld lets you work with your
   current changes in a wide variety of version control systems, including Git,
   Bazaar, Mercurial, Subversion and CVS.</description>
-  <homepage rdf:resource="https://meldmerge.org/"; />
+  <homepage rdf:resource="https://meld.app/"; />
   <support-forum rdf:resource="https://discourse.gnome.org/tag/meld"; />
   <developer-forum rdf:resource="https://discourse.gnome.org/tag/meld"; />
   <download-page rdf:resource="https://download.gnome.org/sources/meld/"; />
diff --git a/meld/meldapp.py b/meld/meldapp.py
index 684b7a2f..396415f5 100644
--- a/meld/meldapp.py
+++ b/meld/meldapp.py
@@ -122,7 +122,7 @@ class MeldApp(Gtk.Application):
 
     def help_callback(self, action, parameter):
         if meld.conf.DATADIR_IS_UNINSTALLED:
-            uri = "http://meldmerge.org/help/";
+            uri = "https://meld.app/help/";
         else:
             uri = "help:meld"
         Gtk.show_uri(
diff --git a/meld/resources/ui/about-dialog.ui b/meld/resources/ui/about-dialog.ui
index 8ab0c602..8827247b 100644
--- a/meld/resources/ui/about-dialog.ui
+++ b/meld/resources/ui/about-dialog.ui
@@ -6,8 +6,8 @@
     <property name="can_focus">False</property>
     <property name="type_hint">dialog</property>
     <property name="copyright" translatable="yes">Copyright © 2002-2009 Stephen Kennedy
-Copyright © 2009-2021 Kai Willadsen</property>
-    <property name="website">https://meldmerge.org/</property>
+Copyright © 2009-2022 Kai Willadsen</property>
+    <property name="website">https://meld.app/</property>
     <property name="authors">Stephen Kennedy
 Kai Willadsen
 Vincent Legoll</property>
diff --git a/setup.py b/setup.py
index a14b66ac..7dd72a81 100755
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,7 @@ setup(
     description='Visual diff and merge tool',
     author='Kai Willadsen',
     author_email='kai willadsen gmail com',
-    url='http://meldmerge.org',
+    url='https://meld.app',
     license='GPLv2+',
     classifiers=[
         'Development Status :: 5 - Production/Stable',
diff --git a/setup_win32.py b/setup_win32.py
index 832ede4c..010b1b58 100755
--- a/setup_win32.py
+++ b/setup_win32.py
@@ -154,7 +154,7 @@ setup(
     author='The Meld project',
     author_email='meld-list gnome org',
     maintainer='Kai Willadsen',
-    url='http://meldmerge.org',
+    url='https://meld.app',
     license='GPLv2+',
     classifiers=[
         'Development Status :: 5 - Production/Stable',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]