[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/12: gnu: mate: Depend on 'librsvg-for-system'.
From: |
guix-commits |
Subject: |
04/12: gnu: mate: Depend on 'librsvg-for-system'. |
Date: |
Sun, 5 Dec 2021 17:55:37 -0500 (EST) |
civodul pushed a commit to branch core-updates-frozen
in repository guix.
commit efbaa5fcc8caeae7228c8f06c13879e7e920f5ea
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Dec 5 16:44:52 2021 +0100
gnu: mate: Depend on 'librsvg-for-system'.
* gnu/packages/mate.scm (engrampa)[inputs]: Replace LIBRSVG by
LIBRSVG-FOR-SYSTEM.
(libmatekbd)[inputs]: Likewise.
(mate-panel)[inputs]: Likewise.
(mate-screensaver)[inputs]: Likewise.
(mate-utils)[inputs]: Likewise.
(mate-control-center)[inputs]: Likewise.
(eom)[inputs]: Likewise, and remove duplicate
[license]: Remove unnecessary list.
---
gnu/packages/mate.scm | 20 +++++++++-----------
1 file changed, 9 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 7f1c87f..c1c24af 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -473,7 +473,7 @@ sound systems.")
("gobject-introspection" ,gobject-introspection)))
(inputs
`(("cairo" ,cairo)
- ("librsvg" ,librsvg)
+ ("librsvg" ,(librsvg-for-system))
("glib" ,glib)
("gtk+" ,gtk+)
("libx11" ,libx11)
@@ -685,7 +685,7 @@ mate-volume-control, a MATE volume control application and
applet.")
("libcanberra" ,libcanberra)
("libice" ,libice)
("libmateweather" ,libmateweather)
- ("librsvg" ,librsvg)
+ ("librsvg" ,(librsvg-for-system))
("libsm" ,libsm)
("libx11" ,libx11)
("libxau" ,libxau)
@@ -983,8 +983,7 @@ icons on the MATE desktop. It works on local and remote
file systems.")
("polkit" ,polkit)
("startup-notification" ,startup-notification)))
(propagated-inputs
- `(("librsvg" ,librsvg) ; mate-slab.pc
- ("librsvg" ,librsvg))) ; mate-slab.pc
+ `(("librsvg" ,(librsvg-for-system)))) ;mate-slab.pc
(home-page "https://mate-desktop.org/")
(synopsis "MATE Desktop configuration tool")
(description
@@ -1219,7 +1218,7 @@ Re-decorates windows on un-maximise.
("dbus-glib" ,dbus-glib)
("glib" ,glib)
("gtk+" ,gtk+)
- ("librsvg" ,librsvg)
+ ("librsvg" ,(librsvg-for-system))
("libcanberra" ,libcanberra)
("libglade" ,libglade)
("libmatekbd" ,libmatekbd)
@@ -1271,7 +1270,7 @@ can be used as backgrounds in the MATE Desktop
environment.")
("cairo" ,cairo)
("glib" ,glib)
("gtk+" ,gtk+)
- ("librsvg" ,librsvg)
+ ("librsvg" ,(librsvg-for-system))
("libcanberra" ,libcanberra)
("libgtop" ,libgtop)
("libx11" ,libx11)
@@ -1324,7 +1323,6 @@ can be used as backgrounds in the MATE Desktop
environment.")
("exempi" ,exempi)
("glib" ,glib)
("gtk+" ,gtk+)
- ("librsvg" ,librsvg)
("libcanberra" ,libcanberra)
("libx11" ,libx11)
("libxext" ,libxext)
@@ -1332,7 +1330,7 @@ can be used as backgrounds in the MATE Desktop
environment.")
("libxml2" ,libxml2)
("libexif" ,libexif)
("libjpeg" ,libjpeg-turbo)
- ("librsvg" ,librsvg)
+ ("librsvg" ,(librsvg-for-system))
("lcms" ,lcms)
("mate-desktop" ,mate-desktop)
("pango" ,pango)
@@ -1343,7 +1341,7 @@ can be used as backgrounds in the MATE Desktop
environment.")
(synopsis "Eye of MATE")
(description
"Eye of MATE is the Image viewer for the MATE Desktop.")
- (license (list license:gpl2))))
+ (license license:gpl2)))
(define-public engrampa
(package
@@ -1384,7 +1382,7 @@ can be used as backgrounds in the MATE Desktop
environment.")
("file" ,file)
("glib" ,glib)
("gtk+" ,gtk+)
- ("librsvg" ,librsvg)
+ ("librsvg" ,(librsvg-for-system))
("json-glib" ,json-glib)
("libcanberra" ,libcanberra)
("libx11" ,libx11)
@@ -1476,7 +1474,7 @@ can be used as backgrounds in the MATE Desktop
environment.")
("libxml2" ,libxml2)
("libwnck" ,libwnck)
("libgtop" ,libgtop)
- ("librsvg" ,librsvg)
+ ("librsvg" ,(librsvg-for-system))
("polkit" ,polkit)))
(home-page "https://mate-desktop.org/")
(synopsis "System Monitor for MATE")
- branch core-updates-frozen updated (0f2a77e -> c162f85), guix-commits, 2021/12/05
- 02/12: gnu: Add texlive-latex-luatex., guix-commits, 2021/12/05
- 05/12: gnu: openbox: Use 'librsvg-for-system'., guix-commits, 2021/12/05
- 04/12: gnu: mate: Depend on 'librsvg-for-system'.,
guix-commits <=
- 01/12: gnu: gtranslator: Fix URL., guix-commits, 2021/12/05
- 06/12: gnu: emacs: Use 'librsvg-for-system'., guix-commits, 2021/12/05
- 08/12: gnu: libsoup: Remove unneeded dependency on PHP., guix-commits, 2021/12/05
- 03/12: gnu: librsvg@2.40: Depend on the default Pango version., guix-commits, 2021/12/05
- 10/12: gnu: gtk+: Simplify inputs., guix-commits, 2021/12/05
- 07/12: gnu: gtk+: Use 'librsvg-for-system'., guix-commits, 2021/12/05
- 12/12: gnu: libsoup: Simplify inputs., guix-commits, 2021/12/05
- 11/12: gnu: librsvg: Simplify inputs., guix-commits, 2021/12/05
- 09/12: gnu: gtk+@2: Use 'librsvg-for-system'., guix-commits, 2021/12/05