gnu: mate-desktop: Update to 1.16.1.
* gnu/packages/mate.scm (mate-desktop): Update to 1.16.1. [arguments]: Build with gtk+-3, enable mpaste. [propagated-inputs]: Remove gtk+-2, move libxrandr, startup-notification ... [inputs]: ... to here. Add gtk+-3, python-2.
This commit is contained in:
parent
b6c5ad8564
commit
9927943c30
|
@ -93,7 +93,7 @@ example Menta, TraditionalOk, GreenLaguna or BlackMate.")
|
||||||
(define-public mate-desktop
|
(define-public mate-desktop
|
||||||
(package
|
(package
|
||||||
(name "mate-desktop")
|
(name "mate-desktop")
|
||||||
(version "1.12.1")
|
(version "1.16.1")
|
||||||
(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/"
|
||||||
|
@ -101,8 +101,11 @@ example Menta, TraditionalOk, GreenLaguna or BlackMate.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00ssrzm07xyrjra075jhir1f8iy382lla7923fhic29lap26mffr"))))
|
"1pzncfgrzp2mp9407ivk1113hkadpf110blr058h31jkwsk8syjq"))))
|
||||||
(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)
|
||||||
|
@ -111,11 +114,12 @@ example Menta, TraditionalOk, GreenLaguna or BlackMate.")
|
||||||
("yelp-tools" ,yelp-tools)))
|
("yelp-tools" ,yelp-tools)))
|
||||||
;;("gtk-doc" ,gtk-doc))) ; add back in when gtk-doc builds
|
;;("gtk-doc" ,gtk-doc))) ; add back in when gtk-doc builds
|
||||||
(inputs
|
(inputs
|
||||||
`(("libxrandr" ,libxrandr)))
|
`(("gtk+" ,gtk+)
|
||||||
(propagated-inputs
|
("libxrandr" ,libxrandr)
|
||||||
`(("dconf" ,dconf)
|
("python2" ,python-2)
|
||||||
("gtk+" ,gtk+-2)
|
|
||||||
("startup-notification" ,startup-notification)))
|
("startup-notification" ,startup-notification)))
|
||||||
|
(propagated-inputs
|
||||||
|
`(("dconf" ,dconf))) ; mate-desktop-2.0.pc
|
||||||
(home-page "http://mate-desktop.org/")
|
(home-page "http://mate-desktop.org/")
|
||||||
(synopsis "Library with common API for various MATE modules")
|
(synopsis "Library with common API for various MATE modules")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue