gnu: mate-desktop: Update to 1.18.0.
* gnu/packages/mate.scm (mate-desktop): Update to 1.18.0. [arguments]: Remove obsolete configure flags. [inputs]: Remove python-2.
This commit is contained in:
parent
b53510e0d0
commit
3bbdf6415a
|
@ -92,7 +92,7 @@ themes for both gtk+-2 and gtk+-3.")
|
||||||
(define-public mate-desktop
|
(define-public mate-desktop
|
||||||
(package
|
(package
|
||||||
(name "mate-desktop")
|
(name "mate-desktop")
|
||||||
(version "1.16.1")
|
(version "1.18.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://pub.mate-desktop.org/releases/"
|
(uri (string-append "http://pub.mate-desktop.org/releases/"
|
||||||
|
@ -100,11 +100,8 @@ themes for both gtk+-2 and gtk+-3.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1pzncfgrzp2mp9407ivk1113hkadpf110blr058h31jkwsk8syjq"))))
|
"12iv2y4dan962fs7vkkxbjkp77pbvjnwfa43ggr0zkdsc3ydjbbg"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
|
||||||
`(#:configure-flags '("--with-gtk=3.0"
|
|
||||||
"--enable-mpaste")))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("intltool" ,intltool)
|
("intltool" ,intltool)
|
||||||
|
@ -115,7 +112,6 @@ themes for both gtk+-2 and gtk+-3.")
|
||||||
(inputs
|
(inputs
|
||||||
`(("gtk+" ,gtk+)
|
`(("gtk+" ,gtk+)
|
||||||
("libxrandr" ,libxrandr)
|
("libxrandr" ,libxrandr)
|
||||||
("python2" ,python-2)
|
|
||||||
("startup-notification" ,startup-notification)))
|
("startup-notification" ,startup-notification)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("dconf" ,dconf))) ; mate-desktop-2.0.pc
|
`(("dconf" ,dconf))) ; mate-desktop-2.0.pc
|
||||||
|
|
Loading…
Reference in New Issue