[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/19: gnu: mate-power-manager: Placate 'guix lint'.
From: |
guix-commits |
Subject: |
12/19: gnu: mate-power-manager: Placate 'guix lint'. |
Date: |
Mon, 6 May 2019 05:19:36 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 5e319c15c18e3243b2800520c176ccde848b4c97
Author: Ludovic Courtès <address@hidden>
Date: Mon May 6 11:06:37 2019 +0200
gnu: mate-power-manager: Placate 'guix lint'.
Reported by guy fleury iteriteka <address@hidden>.
* gnu/packages/mate.scm (mate-power-manager)[source]: Use mirror:// URL.
[synopsis, description]: Adjust to placate 'guix lint'.
---
gnu/packages/mate.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 6ac7527..fe03407 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -100,8 +100,7 @@ MATE applications.")
(source
(origin
(method url-fetch)
- (uri (string-append "https://pub.mate-desktop.org/releases/"
- (version-major+minor version) "/"
+ (uri (string-append "mirror://mate/" (version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
(base32
@@ -126,10 +125,10 @@ MATE applications.")
("libcanberra" ,libcanberra)
("upower" ,upower)))
(home-page "https://mate-desktop.org/")
- (synopsis "A Power Manager for MATE")
+ (synopsis "Power manager for MATE")
(description
"MATE Power Manager is a MATE session daemon that acts as a policy agent
on
-top of UPower. It listens to system events and responds with user-configurable
+top of UPower. It listens to system events and responds with user-configurable
actions.")
(license license:gpl3+)))
- branch master updated (654332f -> fc7d632), guix-commits, 2019/05/06
- 03/19: gnu: address@hidden: Fix limits.h include for cross builds., guix-commits, 2019/05/06
- 04/19: gnu: zimg: Fix license field to refer to license:wtfpl2., guix-commits, 2019/05/06
- 10/19: gnu: quickswitch-i3: Fix license field to use license:wtfpl2., guix-commits, 2019/05/06
- 06/19: gnu: envstore: Fix license field to refer to license:wtfpl2., guix-commits, 2019/05/06
- 19/19: gnu: Add emacs-miniedit., guix-commits, 2019/05/06
- 08/19: gnu: Use license: prefix in tmux.scm., guix-commits, 2019/05/06
- 05/19: gnu: Use license: prefix in shellutils.scm., guix-commits, 2019/05/06
- 12/19: gnu: mate-power-manager: Placate 'guix lint'.,
guix-commits <=
- 01/19: gnu: gcc: Add 9.1.0., guix-commits, 2019/05/06
- 14/19: gnu: Add emacs-evil-textobj-syntax., guix-commits, 2019/05/06
- 16/19: gnu: Add emacs-elisp-demos., guix-commits, 2019/05/06
- 07/19: gnu: python-pyyaml: Fix license field to refer to license:wtfpl2., guix-commits, 2019/05/06
- 09/19: gnu: tmux-themepack: Fix license field to refer to license:wtfpl2., guix-commits, 2019/05/06
- 17/19: gnu: Add emacs-docker-compose-mode., guix-commits, 2019/05/06
- 15/19: gnu: Add emacs-flycheck-flow., guix-commits, 2019/05/06
- 18/19: gnu: Add emacs-sudo-edit., guix-commits, 2019/05/06
- 02/19: gnu: cross-base: Apply gcc 8 patch to gcc >= 8., guix-commits, 2019/05/06
- 13/19: gnu: Add emacs-names., guix-commits, 2019/05/06