[Xfce4-commits] [xfce/xfdesktop] 01/02: Use https where possible

noreply at xfce.org noreply at xfce.org
Sat Jul 13 23:27:25 CEST 2019


This is an automated email from the git hooks/post-receive script.

a   n   d   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository xfce/xfdesktop.

commit a4ef926629070214fdc991df5cbb65498d647579
Author: Andre Miranda <andreldm at xfce.org>
Date:   Sat Jul 13 18:26:27 2019 -0300

    Use https where possible
---
 autogen.sh                     | 2 +-
 common/xfdesktop-thumbnailer.c | 4 ++--
 doc/README.kiosk               | 4 ++--
 src/xfce-backdrop.c            | 2 +-
 xfdesktop.1                    | 6 +++---
 5 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index ef98c52..6655518 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -17,7 +17,7 @@ autogen.sh: You don't seem to have the Xfce development tools (at least
             version $XDT_REQURED_VERSION) installed on your system, which
             are required to build this software.
             Please install the xfce4-dev-tools package first; it is available
-            from http://www.xfce.org/.
+            from https://www.xfce.org/.
 EOF
   exit 1
 }
diff --git a/common/xfdesktop-thumbnailer.c b/common/xfdesktop-thumbnailer.c
index cc0bcdf..b51d9ef 100644
--- a/common/xfdesktop-thumbnailer.c
+++ b/common/xfdesktop-thumbnailer.c
@@ -23,9 +23,9 @@
  *  Copyright (c) Stephan Arts 2009-2011 <stephan at xfce.org>
  *
  *  Thumbnailer Spec
- *  http://live.gnome.org/ThumbnailerSpec
+ *  https://wiki.gnome.org/action/show/DraftSpecs/ThumbnailerSpec
  *  Thumbnail Managing Standard
- *  http://people.freedesktop.org/~vuntz/thumbnail-spec-cache/creation.html
+ *  https://specifications.freedesktop.org/thumbnail-spec/thumbnail-spec-latest.html
  */
 
 #include <config.h>
diff --git a/doc/README.kiosk b/doc/README.kiosk
index 51728ab..6b3862c 100644
--- a/doc/README.kiosk
+++ b/doc/README.kiosk
@@ -2,5 +2,5 @@ Any xfconf property or channel can be locked down to prevent
 specific users or groups from making changes. See the
 README.xfconf for the list of properties xfdesktop supports.
 Additional kiosk information is available at:
-http://docs.xfce.org/xfce/xfconf/start
-http://git.xfce.org/xfce/xfconf/tree/docs/spec/perchannel-xml.txt
+https://docs.xfce.org/xfce/xfconf/start
+https://git.xfce.org/xfce/xfconf/tree/docs/spec/perchannel-xml.txt
diff --git a/src/xfce-backdrop.c b/src/xfce-backdrop.c
index 0c2d8cc..a34de39 100644
--- a/src/xfce-backdrop.c
+++ b/src/xfce-backdrop.c
@@ -1826,7 +1826,7 @@ xfce_backdrop_loader_closed_cb(GdkPixbufLoader *loader,
 
     /* if we don't need to do any scaling, don't do any interpolation.  this
      * fixes a problem where hyper/bilinear filtering causes blurriness in
-     * some images.  http://bugzilla.xfce.org/show_bug.cgi?id=2939 */
+     * some images.  https://bugzilla.xfce.org/show_bug.cgi?id=2939 */
     if(XFCE_BACKDROP_IMAGE_TILED == istyle
        || XFCE_BACKDROP_IMAGE_CENTERED == istyle)
     {
diff --git a/xfdesktop.1 b/xfdesktop.1
index 8ea2980..74c2dcc 100644
--- a/xfdesktop.1
+++ b/xfdesktop.1
@@ -1,4 +1,4 @@
-.TH XFDESKTOP 1 "August 2014"
+.TH XFDESKTOP 1 "July 2019"
 
 .SH NAME
 xfdesktop \- The Xfce 4 Desktop Environment's desktop manager
@@ -95,7 +95,7 @@ If this environment variable is not present, it defaults to
 
 .SH BUGS
 Please report any bugs to
-.IR http://bugzilla.xfce.org/ .
+.IR https://bugzilla.xfce.org/ .
 .br
 Development discussion should be conducted on the
 .IR xfce4-dev at xfce.org
@@ -106,7 +106,7 @@ Usage-related questions should be directed to the
 mailing list.
 
 .SH HOMEPAGE
-.I http://xfce.org/
+.I https://xfce.org/
 
 .SH AUTHOR
 Jasper Huijsmans <huysmans at users.sourceforge.net>, Benedikt Meurer

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list