[geany/geany-osx] b65f22: Update URLs

Jiří Techet git-noreply at xxxxx
Sun Dec 16 17:06:24 UTC 2018


Branch:      refs/tags/1.34.0
Author:      Jiří Techet <techet at gmail.com>
Committer:   Jiří Techet <techet at gmail.com>
Date:        Sun, 16 Dec 2018 17:06:24 UTC
Commit:      b65f22a596e7df44650a32cde8d1752e13951252
             https://github.com/geany/geany-osx/commit/b65f22a596e7df44650a32cde8d1752e13951252

Log Message:
-----------
Update URLs

Mostly changes related to using https:// instead of http:// and
move of gnome to gitlab.


Modified Paths:
--------------
    COPYING
    Info.plist
    README.md
    geany.modules

Modified: COPYING
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -3,15 +3,15 @@ their original licenses:
 
 Faience icon theme:
 	GPLv3
-	http://tiheum.deviantart.com/art/Faience-icon-theme-255099649
+	https://www.deviantart.com/tiheum/art/Faience-icon-theme-255099649
 
 Papirus icon theme:
 	LGPLv3
 	https://github.com/PapirusDevelopmentTeam/papirus-icon-theme
 
 Faenza-Cupertino icon theme:
 	GPL (version not specified)
-	http://gnome-look.org/content/show.php/Faenza-Cupertino?content=129008
+	https://gnome-look.org/content/show.php/Faenza-Cupertino?content=129008
 
 Greybird GTK2 theme:
 	dual-licensed as GPLv2 or later and CC-BY-SA 3.0 or later


Modified: Info.plist
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -41,7 +41,7 @@
 			<key>UTTypeIdentifier</key>
 			<string>org.geany.geany</string>
 			<key>UTTypeReferenceURL</key>
-			<string>http://www.geany.org/</string>
+			<string>https://www.geany.org/</string>
 			<key>UTTypeDescription</key>
 			<string>Geany project</string>
 			<key>UTTypeIconFile</key>


Modified: README.md
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -8,7 +8,7 @@ Binaries
 --------
 The Mac OS binaries can be downloaded from the Geany Releases page:
 
-<http://www.geany.org/Download/Releases>
+<https://www.geany.org/Download/Releases>
 
 Files and Directories
 ---------------------
@@ -73,7 +73,7 @@ To create the bundle, you need to first install JHBuild and GTK as described bel
 2.	Get `gtk-osx-build-setup.sh` by
 
 	```
-	curl -o gtk-osx-build-setup.sh https://git.gnome.org/browse/gtk-osx/plain/gtk-osx-build-setup.sh
+	curl -L -o gtk-osx-build-setup.sh https://gitlab.gnome.org/GNOME/gtk-osx/raw/master/gtk-osx-build-setup.sh
 	```
 	
 	and run it:


Modified: geany.modules
16 lines changed, 8 insertions(+), 8 deletions(-)
===================================================================
@@ -3,23 +3,23 @@
 <?xml-stylesheet type="text/xsl" href="moduleset.xsl"?>
 <moduleset>
   <repository type="tarball" name="ftp.gnome.org" default="yes"
-              href="http://ftp.gnome.org/pub/GNOME/sources/"/>
+              href="https://ftp.gnome.org/pub/GNOME/sources/"/>
   <repository type="tarball" name="ftp.gnu.org"
-              href="http://ftp.gnu.org/gnu/"/>
+              href="https://ftp.gnu.org/gnu/"/>
   <repository type="git" name="github.com"
               href="git://github.com/"/>
   <repository type="tarball" name="sourceforge"
-              href="http://downloads.sourceforge.net/sourceforge/"/>
-  <repository type="git" name="git.gnome.org"
-              href="git://git.gnome.org/"/>
+              href="https://downloads.sourceforge.net/sourceforge/"/>
+  <repository type="git" name="gitlab.gnome.org"
+              href="https://gitlab.gnome.org/GNOME/"/>
   <repository type="tarball" name="pcre"
               href="https://ftp.pcre.org/pub/pcre/"/>
   <repository type="tarball" name="download.github.com"
               href="https://github.com/"/>
   <repository type="tarball" name="download.geany.org"
-              href="http://download.geany.org/"/>
+              href="https://download.geany.org/"/>
 
-  <include href="http://git.gnome.org/browse/gtk-osx/plain/modulesets-stable/gtk-osx.modules" />
+  <include href="https://gitlab.gnome.org/GNOME/gtk-osx/raw/master/modulesets-stable/gtk-osx.modules" />
 
   <!-- Needed for Geany manual -->
   <distutils id="docutils">
@@ -98,7 +98,7 @@
              skip-autogen="true"
              skip-install="true"
              makeargs="install">  <!-- all we need to do is 'make install' -->
-    <branch repo="git.gnome.org"
+    <branch repo="gitlab.gnome.org"
             module="gtk-mac-bundler"/>
   </autotools>
 



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list