mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: mate-themes: Update inputs.
* gnu/packages/mate.scm (mate-themes)[inputs]: Remove gtk+, gtk-engines, murrine. Move gdk-pixbuf ... [native-inputs]: ... to here. Add gtk+@2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
4915c51986
commit
68d2eea0b8
1 changed files with 4 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2016 Fabian Harfert <fhmgufs@web.de>
|
;;; Copyright © 2016 Fabian Harfert <fhmgufs@web.de>
|
||||||
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
|
;;; Copyright © 2016, 2017 Efraim Flashner <efraim@flashner.co.il>
|
||||||
;;; Copyright © 2017 ng0 <ng0@infotropique.org>
|
;;; Copyright © 2017 ng0 <ng0@infotropique.org>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
|
@ -73,12 +73,9 @@ (define-public mate-themes
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("intltool" ,intltool)))
|
("intltool" ,intltool)
|
||||||
(inputs
|
("gdk-pixbuf" ,gdk-pixbuf) ; gdk-pixbuf+svg isn't needed
|
||||||
`(("gtk+" ,gtk+)
|
("gtk" ,gtk+-2)))
|
||||||
("gdk-pixbuf" ,gdk-pixbuf)
|
|
||||||
("gtk-engines" ,gtk-engines)
|
|
||||||
("murrine" ,murrine)))
|
|
||||||
(home-page "https://mate-desktop.org/")
|
(home-page "https://mate-desktop.org/")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Official themes for the MATE desktop")
|
"Official themes for the MATE desktop")
|
||||||
|
|
Loading…
Reference in a new issue