gnu: xfce: Use HTTPS for xfce.org home pages.

* gnu/packages/xfce.scm (gtk-xfce-engine, libxfce4util, xfconf, libxfce4ui)
(exo, garcon, tumbler, xfce4-panel, xfce4-battery-plugin)
(xfce4-clipman-plugin, xfce4-pulseaudio-plugin, xfce4-xkb-plugin)
(xfce4-appfinder, xfce4-session, xfce4-settings, thunar, thunar-volman)
(xfwm4, xfdesktop, xfce4-terminal, xfce, xfce4-power-manager, ristretto)
(xfce4-taskmanager, orage)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2018-01-13 16:14:15 +01:00
parent ea4eed6817
commit 08429f3934
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 25 additions and 25 deletions

View File

@ -69,7 +69,7 @@
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)
("intltool" ,intltool))) ("intltool" ,intltool)))
(inputs `(("gtk+" ,gtk+-2))) (inputs `(("gtk+" ,gtk+-2)))
(home-page "http://www.xfce.org/") (home-page "https://www.xfce.org/")
(synopsis "GTK+ theme engine for Xfce") (synopsis "GTK+ theme engine for Xfce")
(description (description
"Default GTK+ engine and themes for Xfce Desktop Environment.") "Default GTK+ engine and themes for Xfce Desktop Environment.")
@ -92,7 +92,7 @@
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)
("intltool" ,intltool))) ("intltool" ,intltool)))
(propagated-inputs `(("glib" ,glib))) ; required by libxfce4util-1.0.pc (propagated-inputs `(("glib" ,glib))) ; required by libxfce4util-1.0.pc
(home-page "http://www.xfce.org/") (home-page "https://www.xfce.org/")
(synopsis "Basic utility library for Xfce") (synopsis "Basic utility library for Xfce")
(description (description
"A general-purpose utility library with core application support for the "A general-purpose utility library with core application support for the
@ -136,7 +136,7 @@ Xfce Desktop Environment.")
("dbus-glib" ,dbus-glib))) ("dbus-glib" ,dbus-glib)))
(inputs (inputs
`(("libxfce4util" ,libxfce4util))) `(("libxfce4util" ,libxfce4util)))
(home-page "http://www.xfce.org/") (home-page "https://www.xfce.org/")
(synopsis "Configuration storage and query system for Xfce") (synopsis "Configuration storage and query system for Xfce")
(description (description
"Settings daemon for Xfce, implemented as a D-Bus-based configuration "Settings daemon for Xfce, implemented as a D-Bus-based configuration
@ -170,7 +170,7 @@ storage system.")
;; but will lead to a conflict with gtk+. ;; but will lead to a conflict with gtk+.
("gtk+-2" ,gtk+-2) ("gtk+-2" ,gtk+-2)
("startup-notification" ,startup-notification))) ("startup-notification" ,startup-notification)))
(home-page "http://www.xfce.org/") (home-page "https://www.xfce.org/")
(synopsis "Widgets library for Xfce") (synopsis "Widgets library for Xfce")
(description (description
"Libxfce4ui is the replacement of the old libxfcegui4 library. It is used "Libxfce4ui is the replacement of the old libxfcegui4 library. It is used
@ -199,7 +199,7 @@ to share commonly used Xfce widgets among the Xfce applications.")
(inputs (inputs
`(("libxfce4ui" ,libxfce4ui) `(("libxfce4ui" ,libxfce4ui)
("perl-uri" ,perl-uri))) ("perl-uri" ,perl-uri)))
(home-page "http://www.xfce.org/") (home-page "https://www.xfce.org/")
(synopsis "Extension library for Xfce") (synopsis "Extension library for Xfce")
(description (description
"An extension library to Xfce. While Xfce comes with quite a few libraries "An extension library to Xfce. While Xfce comes with quite a few libraries
@ -228,7 +228,7 @@ development.")
`(("gtk+" ,gtk+-2))) `(("gtk+" ,gtk+-2)))
(propagated-inputs (propagated-inputs
`(("libxfce4ui" ,libxfce4ui))) ; required by garcon-gtk2-1.pc `(("libxfce4ui" ,libxfce4ui))) ; required by garcon-gtk2-1.pc
(home-page "http://www.xfce.org/") (home-page "https://www.xfce.org/")
(synopsis "Implementation of the freedesktop.org menu specification") (synopsis "Implementation of the freedesktop.org menu specification")
(description (description
"Garcon is a freedesktop.org compliant menu implementation based on "Garcon is a freedesktop.org compliant menu implementation based on
@ -264,7 +264,7 @@ merging features essential for loading menus modified with menu editors.")
("libgsf" ,libgsf) ("libgsf" ,libgsf)
("poppler" ,poppler) ("poppler" ,poppler)
("gstreamer" ,gstreamer))) ("gstreamer" ,gstreamer)))
(home-page "http://www.xfce.org/") (home-page "https://www.xfce.org/")
(synopsis "D-Bus service for applications to request thumbnails") (synopsis "D-Bus service for applications to request thumbnails")
(description (description
"Tumbler is a D-Bus service for applications to request thumbnails for "Tumbler is a D-Bus service for applications to request thumbnails for
@ -302,7 +302,7 @@ management D-Bus specification.")
(list (search-path-specification (list (search-path-specification
(variable "X_XFCE4_LIB_DIRS") (variable "X_XFCE4_LIB_DIRS")
(files '("lib/xfce4"))))) (files '("lib/xfce4")))))
(home-page "http://www.xfce.org/") (home-page "https://www.xfce.org/")
(synopsis "Xfce desktop panel") (synopsis "Xfce desktop panel")
(description (description
"Desktop panel for Xfce, which contains program launchers, window buttons, "Desktop panel for Xfce, which contains program launchers, window buttons,
@ -331,7 +331,7 @@ applications menu, workspace switcher and more.")
("libxfce4ui" ,libxfce4ui) ("libxfce4ui" ,libxfce4ui)
("xfce4-panel" ,xfce4-panel))) ("xfce4-panel" ,xfce4-panel)))
(home-page (home-page
"http://goodies.xfce.org/projects/panel-plugins/xfce4-battery-plugin") "https://goodies.xfce.org/projects/panel-plugins/xfce4-battery-plugin")
(synopsis "Battery monitor panel plugin for Xfce4") (synopsis "Battery monitor panel plugin for Xfce4")
(description (description
"A battery monitor panel plugin for Xfce4, compatible with APM and ACPI.") "A battery monitor panel plugin for Xfce4, compatible with APM and ACPI.")
@ -361,7 +361,7 @@ applications menu, workspace switcher and more.")
("libxtst" ,libxtst) ("libxtst" ,libxtst)
("xfce4-panel" ,xfce4-panel))) ("xfce4-panel" ,xfce4-panel)))
(home-page (home-page
"http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin") "https://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin")
(synopsis "Clipboard manager for Xfce") (synopsis "Clipboard manager for Xfce")
(description (description
"Clipman is a clipboard manager for Xfce. It keeps the clipboard contents "Clipman is a clipboard manager for Xfce. It keeps the clipboard contents
@ -392,7 +392,7 @@ matching them against regular expressions.")
("libxfce4ui" ,libxfce4ui) ("libxfce4ui" ,libxfce4ui)
("pulseaudio" ,pulseaudio) ("pulseaudio" ,pulseaudio)
("xfce4-panel" ,xfce4-panel))) ("xfce4-panel" ,xfce4-panel)))
(home-page "http://git.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/") (home-page "https://git.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/")
(synopsis "PulseAudio panel plugin for Xfce") (synopsis "PulseAudio panel plugin for Xfce")
(description (description
"Xfce PulseAudio plugin is a plugin for the Xfce panel which provides a "Xfce PulseAudio plugin is a plugin for the Xfce panel which provides a
@ -425,7 +425,7 @@ keys for controlling the audio volume.")
("libxfce4ui" ,libxfce4ui) ("libxfce4ui" ,libxfce4ui)
("libxklavier" ,libxklavier) ("libxklavier" ,libxklavier)
("xfce4-panel" ,xfce4-panel))) ("xfce4-panel" ,xfce4-panel)))
(home-page "http://git.xfce.org/panel-plugins/xfce4-xkb-plugin/") (home-page "https://git.xfce.org/panel-plugins/xfce4-xkb-plugin/")
(synopsis "XKB layout switching panel plug-in for Xfce") (synopsis "XKB layout switching panel plug-in for Xfce")
(description (description
"Xfce XKB plugin makes it possible to set up and use multiple "Xfce XKB plugin makes it possible to set up and use multiple
@ -459,7 +459,7 @@ per window.")
`(("garcon" ,garcon) `(("garcon" ,garcon)
("gtk+" ,gtk+-2) ("gtk+" ,gtk+-2)
("libxfce4ui" ,libxfce4ui))) ("libxfce4ui" ,libxfce4ui)))
(home-page "http://www.xfce.org/") (home-page "https://www.xfce.org/")
(synopsis "Xfce application finder") (synopsis "Xfce application finder")
(description (description
"Application finder for Xfce, it will show the applications installed on "Application finder for Xfce, it will show the applications installed on
@ -507,7 +507,7 @@ your system in categories, so you can quickly find and launch them.")
("libsm" ,libsm) ("libsm" ,libsm)
("libwnck" ,libwnck-2) ("libwnck" ,libwnck-2)
("libxfce4ui" ,libxfce4ui))) ("libxfce4ui" ,libxfce4ui)))
(home-page "http://www.xfce.org/") (home-page "https://www.xfce.org/")
(synopsis "Xfce session manager") (synopsis "Xfce session manager")
(description (description
"Session manager for Xfce, it will restore your session on startup and "Session manager for Xfce, it will restore your session on startup and
@ -542,7 +542,7 @@ allows you to shutdown the computer from Xfce.")
("libxfce4ui" ,libxfce4ui) ("libxfce4ui" ,libxfce4ui)
("upower" ,upower) ("upower" ,upower)
("xf86-input-libinput" ,xf86-input-libinput))) ("xf86-input-libinput" ,xf86-input-libinput)))
(home-page "http://www.xfce.org/") (home-page "https://www.xfce.org/")
(synopsis "Xfce settings manager") (synopsis "Xfce settings manager")
(description (description
"Settings manager for Xfce, it can control various aspects of the desktop "Settings manager for Xfce, it can control various aspects of the desktop
@ -573,7 +573,7 @@ like appearance, display, keyboard and mouse settings.")
("pcre" ,pcre) ("pcre" ,pcre)
("xfce4-panel" ,xfce4-panel) ("xfce4-panel" ,xfce4-panel)
("startup-notification" ,startup-notification))) ("startup-notification" ,startup-notification)))
(home-page "http://www.xfce.org/") (home-page "https://www.xfce.org/")
(synopsis "Xfce file manager") (synopsis "Xfce file manager")
(description (description
"A modern file manager for graphical desktop, aiming to be easy-to-use and "A modern file manager for graphical desktop, aiming to be easy-to-use and
@ -600,7 +600,7 @@ fast.")
("libgudev" ,libgudev) ("libgudev" ,libgudev)
("libnotify" ,libnotify) ("libnotify" ,libnotify)
("libxfce4ui" ,libxfce4ui))) ("libxfce4ui" ,libxfce4ui)))
(home-page "http://www.xfce.org/") (home-page "https://www.xfce.org/")
(synopsis "Removable media manager for Thunar") (synopsis "Removable media manager for Thunar")
(description (description
"Thunar-volman is an extension for the Thunar File Manager, which enables "Thunar-volman is an extension for the Thunar File Manager, which enables
@ -633,7 +633,7 @@ and import the new pictures from your camera.")
("libxdamage" ,libxdamage) ("libxdamage" ,libxdamage)
("libxfce4ui" ,libxfce4ui) ("libxfce4ui" ,libxfce4ui)
("libxrandr" ,libxrandr))) ("libxrandr" ,libxrandr)))
(home-page "http://www.xfce.org/") (home-page "https://www.xfce.org/")
(synopsis "Xfce window manager") (synopsis "Xfce window manager")
(description (description
"Window manager for Xfce, it handles the placement of windows "Window manager for Xfce, it handles the placement of windows
@ -663,7 +663,7 @@ on the screen.")
("libwnck" ,libwnck-2) ("libwnck" ,libwnck-2)
("libxfce4ui" ,libxfce4ui) ("libxfce4ui" ,libxfce4ui)
("thunar" ,thunar))) ("thunar" ,thunar)))
(home-page "http://www.xfce.org/") (home-page "https://www.xfce.org/")
(synopsis "Xfce desktop manager") (synopsis "Xfce desktop manager")
(description (description
"Desktop manager for Xfce, it sets the background color or image with "Desktop manager for Xfce, it sets the background color or image with
@ -690,7 +690,7 @@ devices and folders.")
(inputs (inputs
`(("libxfce4ui" ,libxfce4ui) `(("libxfce4ui" ,libxfce4ui)
("vte" ,vte))) ("vte" ,vte)))
(home-page "http://www.xfce.org/") (home-page "https://www.xfce.org/")
(synopsis "Xfce terminal emulator") (synopsis "Xfce terminal emulator")
(description (description
"A lightweight and easy to use terminal emulator for Xfce. Features "A lightweight and easy to use terminal emulator for Xfce. Features
@ -745,7 +745,7 @@ on your desktop.")
(native-search-paths (native-search-paths
;; For finding panel plugins. ;; For finding panel plugins.
(package-native-search-paths xfce4-panel)) (package-native-search-paths xfce4-panel))
(home-page "http://www.xfce.org/") (home-page "https://www.xfce.org/")
(synopsis "Desktop environment (meta-package)") (synopsis "Desktop environment (meta-package)")
(description (description
"Xfce is a lightweight desktop environment. It aims to be fast and low on "Xfce is a lightweight desktop environment. It aims to be fast and low on
@ -775,7 +775,7 @@ system resources, while still being visually appealing and user friendly.")
("upower" ,upower) ("upower" ,upower)
("libnotify" ,libnotify) ("libnotify" ,libnotify)
("libxfce4ui" ,libxfce4ui))) ("libxfce4ui" ,libxfce4ui)))
(home-page "http://www.xfce.org/") (home-page "https://www.xfce.org/")
(synopsis "Xfce Power Manager") (synopsis "Xfce Power Manager")
(description (description
"This is a power manager for the Xfce desktop. It manages the power "This is a power manager for the Xfce desktop. It manages the power
@ -810,7 +810,7 @@ inhibit interface which allows applications to prevent automatic sleep.")
("libxfce4ui" ,libxfce4ui) ("libxfce4ui" ,libxfce4ui)
("librsvg" ,librsvg) ("librsvg" ,librsvg)
("tumbler" ,tumbler))) ("tumbler" ,tumbler)))
(home-page "http://docs.xfce.org/apps/ristretto/start") (home-page "https://docs.xfce.org/apps/ristretto/start")
(synopsis "Fast and lightweight picture-viewer") (synopsis "Fast and lightweight picture-viewer")
(description (description
"The Ristretto Image Viewer is an application that can be used to view, "The Ristretto Image Viewer is an application that can be used to view,
@ -838,7 +838,7 @@ the desktop wallpaper.")
(inputs (inputs
`(("libwnck" ,libwnck-2) `(("libwnck" ,libwnck-2)
("gtk+" ,gtk+-2))) ("gtk+" ,gtk+-2)))
(home-page "http://goodies.xfce.org/projects/applications/xfce4-taskmanager") (home-page "https://goodies.xfce.org/projects/applications/xfce4-taskmanager")
(synopsis "Easy to use task manager") (synopsis "Easy to use task manager")
(description (description
"This is a task manager for the Xfce desktop. It displays the CPU and "This is a task manager for the Xfce desktop. It displays the CPU and
@ -867,7 +867,7 @@ memory usage graphically, and it can display processes as a tree.")
("libnotify" ,libnotify) ("libnotify" ,libnotify)
("popt" ,popt) ("popt" ,popt)
("xfce4-panel" ,xfce4-panel))) ("xfce4-panel" ,xfce4-panel)))
(home-page "http://www.xfce.org/projects/") (home-page "https://www.xfce.org/projects/")
(synopsis "Simple calendar application with reminders") (synopsis "Simple calendar application with reminders")
(description (description
"This is a simple calendar application for the Xfce desktop. Orage has "This is a simple calendar application for the Xfce desktop. Orage has