guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: wayland-protocols: Add 'release-monitoring-url' property.


From: guix-commits
Subject: 04/04: gnu: wayland-protocols: Add 'release-monitoring-url' property.
Date: Wed, 15 Jun 2022 17:50:35 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 128697d43c21eb229ff5413f1c4cf79ae1a9dcd4
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Jun 15 23:05:47 2022 +0200

    gnu: wayland-protocols: Add 'release-monitoring-url' property.
    
    * gnu/packages/freedesktop.scm (wayland-protocols)[properties]: New
    field.
---
 gnu/packages/freedesktop.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 01cb480edf..8834e7b839 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -2,7 +2,7 @@
 ;;; Copyright © 2015 Andreas Enge <andreas@enge.fr>
 ;;; Copyright © 2015 Sou Bunnbu <iyzsong@gmail.com>
 ;;; Copyright © 2015, 2017 Andy Wingo <wingo@pobox.com>
-;;; Copyright © 2015-2017, 2019, 2021 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2015-2017, 2019, 2021-2022 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2015, 2017, 2018, 2019, 2021 Ricardo Wurmus 
<rekado@elephly.net>
 ;;; Copyright © 2015 David Hashe <david.hashe@dhashe.com>
 ;;; Copyright © 2016, 2017, 2019, 2021, 2022 Efraim Flashner 
<efraim@flashner.co.il>
@@ -1048,6 +1048,9 @@ functionality not available in the Wayland core protocol. 
 Such protocols either
 add completely new functionality, or extend the functionality of some other
 protocol either in Wayland core, or some other protocol in wayland-protocols.")
     (home-page "https://wayland.freedesktop.org";)
+    (properties
+     '((release-monitoring-url
+        . "https://wayland.freedesktop.org/releases.html";)))
     (license license:expat)))
 
 (define-public waylandpp



reply via email to

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