guix-commits
[Top][All Lists]
Advanced

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

11/18: gnu: Use HTTPS for supported freedesktop.org home pages.


From: Tobias Geerinckx-Rice
Subject: 11/18: gnu: Use HTTPS for supported freedesktop.org home pages.
Date: Mon, 26 Feb 2018 14:14:28 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 57e7d7486ba17d7b5407ebc429ce8553460371ea
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Feb 24 13:44:26 2018 +0100

    gnu: Use HTTPS for supported freedesktop.org home pages.
    
    * gnu/packages/fontutils.scm (fontconfig)[home-page]: Use HTTPS.
    * gnu/packages/freedesktop.scm (python-pyxdg, accountsservice)
    (modem-manager, telepathy-mission-control, telepathy-mission-control)
    (colord-gtk, desktop-file-utils)[home-page]: Likewise.
    * gnu/packages/ghostscript.scm (libspectre)[home-page]: Likewise.
    * gnu/packages/glib.scm (dbus, dbus-glib, telepathy-glib)[home-page]:
    Likewise.
    * gnu/packages/gnome.scm (shared-mime-info, hicolor-icon-theme)
    (libxklavier, colord, upower)[home-page]: Likewise.
    * gnu/packages/gstreamer.scm (orc, python-gst)[home-page]: Likewise.
    * gnu/packages/libcanberra.scm (sound-theme-freedesktop)[home-page]:
    Likewise.
    * gnu/packages/libreoffice.scm (libexttextcat)[home-page]: Likewise.
    * gnu/packages/polkit.scm (polkit-gnome, polkit-gnome)[home-page]:
    Likewise.
    * gnu/packages/pulseaudio.scm (pavucontrol)[home-page]: Likewise.
    * gnu/packages/python.scm (python-dbus)[home-page]: Likewise.
    * gnu/packages/xdisorg.scm (startup-notification)[home-page]: Likewise.
---
 gnu/packages/fontutils.scm   |  2 +-
 gnu/packages/freedesktop.scm | 14 +++++++-------
 gnu/packages/ghostscript.scm |  2 +-
 gnu/packages/glib.scm        |  6 +++---
 gnu/packages/gnome.scm       | 10 +++++-----
 gnu/packages/gstreamer.scm   |  4 ++--
 gnu/packages/libcanberra.scm |  2 +-
 gnu/packages/libreoffice.scm |  2 +-
 gnu/packages/polkit.scm      |  4 ++--
 gnu/packages/pulseaudio.scm  |  2 +-
 gnu/packages/python.scm      |  2 +-
 gnu/packages/xdisorg.scm     |  2 +-
 12 files changed, 26 insertions(+), 26 deletions(-)

diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index a04441a..a5e8c79 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -290,7 +290,7 @@ high quality, anti-aliased and subpixel rendered text on a 
display.")
    ; The exact license is more X11-style than BSD-style.
    (license (license:non-copyleft "file://COPYING"
                        "See COPYING in the distribution."))
-   (home-page "http://www.freedesktop.org/wiki/Software/fontconfig";)))
+   (home-page "https://www.freedesktop.org/wiki/Software/fontconfig";)))
 
 (define-public t1lib
   (package
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 63adb4d..3c83e66 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -409,7 +409,7 @@ manager for the current system.")
      `(("shared-mime-info" ,shared-mime-info) ;for tests
        ("hicolor-icon-theme" ,hicolor-icon-theme) ;for tests
        ("python-nose" ,python-nose)))
-    (home-page "http://freedesktop.org/wiki/Software/pyxdg";)
+    (home-page "https://www.freedesktop.org/wiki/Software/pyxdg";)
     (synopsis "Implementations of freedesktop.org standards in Python")
     (description
      "PyXDG is a collection of implementations of freedesktop.org standards in
@@ -740,7 +740,7 @@ message bus.")
     (inputs
      `(("shadow" ,shadow)
        ("polkit" ,polkit)))
-    (home-page "http://www.freedesktop.org/wiki/Software/AccountsService/";)
+    (home-page "https://www.freedesktop.org/wiki/Software/AccountsService/";)
     (synopsis "D-Bus interface for user account query and manipulation")
     (description
      "The AccountService project provides a set of D-Bus interfaces for 
querying
@@ -840,7 +840,7 @@ which speak the Qualcomm MSM Interface (QMI) protocol.")
        ("libqmi" ,libqmi)
        ("polkit" ,polkit)))
     (synopsis "Mobile broadband modems manager")
-    (home-page "http://www.freedesktop.org/wiki/Software/ModemManager/";)
+    (home-page "https://www.freedesktop.org/wiki/Software/ModemManager/";)
     (description
      "ModemManager is a DBus-activated daemon which controls mobile
 broadband (2G/3G/4G) devices and connections.  Whether built-in devices, USB
@@ -882,7 +882,7 @@ modems and setup connections with them.")
        ("sqlite" ,sqlite)
        ("telepathy-glib" ,telepathy-glib)))
     (synopsis "Telepathy logger library")
-    (home-page "http://telepathy.freedesktop.org/";)
+    (home-page "https://telepathy.freedesktop.org/";)
     (description
      "Telepathy logger is a headless observer client that logs information
 received by the Telepathy framework.  It features pluggable backends to log
@@ -909,7 +909,7 @@ different sorts of messages in different formats.")
        ("python-dbus" ,python2-dbus)))
     (propagated-inputs
      `(("telepathy-glib" ,telepathy-glib)))
-    (home-page "http://telepathy.freedesktop.org/";)
+    (home-page "https://telepathy.freedesktop.org/";)
     (synopsis "Telepathy IRC connection manager")
     (description
      "Idle is an IRC connection manager for the Telepathy framework.  This
@@ -971,7 +971,7 @@ share connections to real-time communication services 
without conflicting.")
      `(("colord" ,colord)
        ("gtk+" ,gtk+)))
     (synopsis "GTK integration for libcolord")
-    (home-page "http://www.freedesktop.org/software/colord/";)
+    (home-page "https://www.freedesktop.org/software/colord/";)
     (description
      "This is a GTK+ convenience library for interacting with colord.  It is
 useful for both applications which need colour management and applications that
@@ -1068,7 +1068,7 @@ to applications simultaneously competing for fingerprint 
readers.")
      `(("pkg-config" ,pkg-config)))
     (inputs
      `(("glib" ,glib)))
-    (home-page "http://www.freedesktop.org/wiki/Software/desktop-file-utils/";)
+    (home-page "https://www.freedesktop.org/wiki/Software/desktop-file-utils/";)
     (synopsis "Utilities for working with desktop entries")
     (description
      "This package contains a few command line utilities for working with
diff --git a/gnu/packages/ghostscript.scm b/gnu/packages/ghostscript.scm
index 0561387..6d2dd4c 100644
--- a/gnu/packages/ghostscript.scm
+++ b/gnu/packages/ghostscript.scm
@@ -362,4 +362,4 @@ Ghostscript.  It currently includes the 35 standard 
PostScript fonts.")
 It provides a convenient easy to use API for handling and rendering
 Postscript documents.")
    (license license:gpl2+)
-   (home-page "http://www.freedesktop.org/wiki/Software/libspectre";)))
+   (home-page "https://www.freedesktop.org/wiki/Software/libspectre";)))
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index d32472b..45d0d89 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -124,7 +124,7 @@
        ;; '--autolaunch'.
        ("libx11" ,libx11)))
 
-    (home-page "http://dbus.freedesktop.org/";)
+    (home-page "https://www.freedesktop.org/wiki/Software/dbus/";)
     (synopsis "Message bus for inter-process communication (IPC)")
     (description
      "D-Bus is a message bus system, a simple way for applications to
@@ -461,7 +461,7 @@ translated.")
     (native-inputs
      `(("glib" ,glib "bin")
        ("pkg-config" ,pkg-config)))
-    (home-page "http://dbus.freedesktop.org/doc/dbus-glib/";)
+    (home-page "https://dbus.freedesktop.org/doc/dbus-glib/";)
     (synopsis "D-Bus GLib bindings")
     (description
      "GLib bindings for D-Bus.  The package is obsolete and superseded
@@ -662,7 +662,7 @@ useful for C++.")
      `(("dbus" ,dbus)
        ("dbus-glib" ,dbus-glib)
        ("glib" ,glib)))
-    (home-page "http://telepathy.freedesktop.org/wiki/";)
+    (home-page "https://telepathy.freedesktop.org/wiki/";)
     (synopsis "GLib Real-time communications framework over D-Bus")
     (description "Telepathy is a flexible, modular communications framework
 that enables real-time communication over D-Bus via pluggable protocol
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 43a3489..f52f322 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -947,7 +947,7 @@ guidelines.")
     (native-inputs
      `(("intltool" ,intltool)
        ("pkg-config" ,pkg-config)))
-    (home-page "http://freedesktop.org/wiki/Software/shared-mime-info";)
+    (home-page "https://www.freedesktop.org/wiki/Software/shared-mime-info";)
     (synopsis "Database of common MIME types")
     (description
      "The shared-mime-info package contains the core database of common types
@@ -972,7 +972,7 @@ database is translated at Transifex.")
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f)) ; no check target
-    (home-page "http://icon-theme.freedesktop.org/releases/";)
+    (home-page "https://icon-theme.freedesktop.org/releases/";)
     (synopsis
      "Freedesktop icon theme")
     (description
@@ -2322,7 +2322,7 @@ and objects.")
        ("libxkbfile"       ,libxkbfile)
        ("xkbcomp"          ,xkbcomp)
        ("xkeyboard-config" ,xkeyboard-config)))
-    (home-page "http://www.freedesktop.org/wiki/Software/LibXklavier/";)
+    (home-page "https://www.freedesktop.org/wiki/Software/LibXklavier/";)
     (synopsis "High-level API for X Keyboard Extension")
     (description
      "LibXklavier is a library providing high-level API for X Keyboard
@@ -2828,7 +2828,7 @@ keyboard shortcuts.")
        ("sqlite" ,sqlite)
        ("polkit" ,polkit)
        ("sane-backends" ,sane-backends)))
-    (home-page "http://www.freedesktop.org/software/colord/";)
+    (home-page "https://www.freedesktop.org/software/colord/";)
     (synopsis "Color management service")
     (description "Colord is a system service that makes it easy to manage,
 install and generate color profiles to accurately color manage input and
@@ -2964,7 +2964,7 @@ faster results and to avoid unnecessary server load.")
      `(("dbus-glib" ,dbus-glib)
        ("libgudev" ,libgudev)
        ("libusb" ,libusb)))
-    (home-page "http://upower.freedesktop.org/";)
+    (home-page "https://upower.freedesktop.org/";)
     (synopsis "System daemon for managing power devices")
     (description
      "UPower is an abstraction for enumerating power devices,
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 5fad289..4ec5765 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -87,7 +87,7 @@
                             "testsuite/exec_opcodes_sys.c")
                (("if \\(error\\) return 1;")
                 "if (error) return 77;")))))))
-    (home-page "http://gstreamer.freedesktop.org/modules/orc.html";)
+    (home-page "https://gstreamer.freedesktop.org/modules/orc.html";)
     (synopsis "Oil runtime compiler")
     (description
      "Orc is a just-in-time compiler implemented as a library and set of
@@ -405,7 +405,7 @@ distribution problems in some jurisdictions, e.g. due to 
patent threats.")
        ("ffmpeg" ,ffmpeg)
        ("orc" ,orc)
        ("zlib" ,zlib)))
-    (home-page "http://gstreamer.freedesktop.org/";)
+    (home-page "https://gstreamer.freedesktop.org/";)
     (synopsis "Plugins for the GStreamer multimedia library")
     (description
      "This GStreamer plugin supports a large number of audio and video
diff --git a/gnu/packages/libcanberra.scm b/gnu/packages/libcanberra.scm
index b4ed90e..e9d6ce5 100644
--- a/gnu/packages/libcanberra.scm
+++ b/gnu/packages/libcanberra.scm
@@ -130,7 +130,7 @@ sounds for various system events.")
     ;; The license of the various sounds is given in the 'CREDITS' file.
     (license (list cc-by-sa4.0 cc-by3.0 gpl2 gpl2+))
 
-    (home-page 
"http://www.freedesktop.org/wiki/Specifications/sound-theme-spec/";)))
+    (home-page 
"https://www.freedesktop.org/wiki/Specifications/sound-theme-spec/";)))
 
 (define-public python-pycanberra
   (package
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index 9b60c06..b7c675d 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -428,7 +428,7 @@ standard 21.0.2.")
       (sha256 (base32
                "1j6sjwkyhqvsgyw938bxxfwkzzi1mahk66g5342lv6j89jfvrz8k"))))
     (build-system gnu-build-system)
-    (home-page "http://www.freedesktop.org/wiki/Software/libexttextcat/";)
+    (home-page "https://www.freedesktop.org/wiki/Software/libexttextcat/";)
     (synopsis "Text Categorization library")
     (description "Libexttextcat is an N-Gram-Based Text Categorization
 library primarily intended for language guessing.")
diff --git a/gnu/packages/polkit.scm b/gnu/packages/polkit.scm
index 8fe3709..76a1aa2 100644
--- a/gnu/packages/polkit.scm
+++ b/gnu/packages/polkit.scm
@@ -122,7 +122,7 @@
                                           out "/share/polkit-1/actions")
                            make-flags)
              #t))))))
-    (home-page "http://www.freedesktop.org/wiki/Software/polkit/";)
+    (home-page "https://www.freedesktop.org/wiki/Software/polkit/";)
     (synopsis "Authorization API for privilege management")
     (description "Polkit is an application-level toolkit for defining and
 handling the policy that allows unprivileged processes to speak to
@@ -186,5 +186,5 @@ easily with PolicyKit.")
     (description "PolicyKit-gnome provides a D-Bus session bus service
 that is used to bring up authentication dialogs used for obtaining
 privileges.")
-    (home-page "http://www.freedesktop.org/wiki/Software/polkit/";)
+    (home-page "https://www.freedesktop.org/wiki/Software/polkit/";)
     (license lgpl2.0+)))
diff --git a/gnu/packages/pulseaudio.scm b/gnu/packages/pulseaudio.scm
index 249afd3..903b225 100644
--- a/gnu/packages/pulseaudio.scm
+++ b/gnu/packages/pulseaudio.scm
@@ -229,7 +229,7 @@ sound server.")
     (native-inputs
      `(("intltool" ,intltool)
        ("pkg-config" ,pkg-config)))
-    (home-page "http://freedesktop.org/software/pulseaudio/pavucontrol/";)
+    (home-page "https://www.freedesktop.org/software/pulseaudio/pavucontrol/";)
     (synopsis "PulseAudio volume control")
     (description
      "PulseAudio Volume Control (pavucontrol) provides a GTK+
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 4946d9a..4ccd6a7 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4762,7 +4762,7 @@ toolkit.  Use it to build trees of widgets.")
     (synopsis "Python bindings for D-bus")
     (description "python-dbus provides bindings for libdbus, the reference
 implementation of D-Bus.")
-    (home-page "http://www.freedesktop.org/wiki/Software/DBusBindings/";)
+    (home-page "https://www.freedesktop.org/wiki/Software/DBusBindings/";)
     (license license:expat)))
 
 (define-public python2-dbus
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index be2ee2d..a3630b3 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -406,7 +406,7 @@ tracking.")
     (inputs
      `(("libx11" ,libx11)
        ("xcb-util" ,xcb-util)))
-    (home-page 
"http://www.freedesktop.org/wiki/Software/startup-notification/";)
+    (home-page 
"https://www.freedesktop.org/wiki/Software/startup-notification/";)
     (synopsis "Application startup notification and feedback library")
     (description
      "Startup-notification contains a reference implementation of the startup



reply via email to

[Prev in Thread] Current Thread [Next in Thread]