[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/15: gnu: gd: Add release-monitoring-url.
From: |
guix-commits |
Subject: |
08/15: gnu: gd: Add release-monitoring-url. |
Date: |
Tue, 5 Jul 2022 18:38:47 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 37fa56cf6efdd2c14a27e59973e51a698513122e
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Jul 2 16:47:28 2022 +0200
gnu: gd: Add release-monitoring-url.
* gnu/packages/gd.scm (gd)[properties]: Set upstream-name and
release-monitoring-url.
---
gnu/packages/gd.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gd.scm b/gnu/packages/gd.scm
index 9e422dbe97..eea6bb8a04 100644
--- a/gnu/packages/gd.scm
+++ b/gnu/packages/gd.scm
@@ -93,7 +93,10 @@ most anything else, on the fly. While not restricted to use
on the web, the
most common applications of GD involve website development.")
(license (non-copyleft "file://COPYING"
"See COPYING file in the distribution."))
- (properties '((cpe-name . "libgd")))))
+ (properties '((cpe-name . "libgd")
+ (upstream-name . "libgd")
+ (release-monitoring-url
+ . "https://github.com/libgd/libgd/releases")))))
(define-public perl-gd
(package
- branch core-updates updated (2a023a7bd8 -> eb32bcea32), guix-commits, 2022/07/05
- 02/15: gnu: pango: Remove input labels., guix-commits, 2022/07/05
- 06/15: gnu: Poppler: Update to 22.07.0., guix-commits, 2022/07/05
- 03/15: gnu: dbus: Update to 1.14.0., guix-commits, 2022/07/05
- 01/15: gnu: pango: Update to 1.50.7., guix-commits, 2022/07/05
- 11/15: gnu: boost, boost-static: Consolidate libboost_python phases., guix-commits, 2022/07/05
- 08/15: gnu: gd: Add release-monitoring-url.,
guix-commits <=
- 12/15: gnu: Boost: Python input is not native., guix-commits, 2022/07/05
- 04/15: gnu: harfbuzz: Update to 4.4.1., guix-commits, 2022/07/05
- 05/15: gnu: Poppler: Disable tests., guix-commits, 2022/07/05
- 07/15: gnu: libvdpau: Update to 1.5., guix-commits, 2022/07/05
- 09/15: gnu: gd: Remove input labels., guix-commits, 2022/07/05
- 10/15: gnu: boost-mpi: Remove input labels., guix-commits, 2022/07/05
- 13/15: gnu: boost-mpi: OpenMPI is not native., guix-commits, 2022/07/05
- 15/15: gnu: Boost: Use #:configure-flags., guix-commits, 2022/07/05
- 14/15: gnu: Boost: Avoid usage of 'this-package-input'., guix-commits, 2022/07/05