gnu: efl: Update to 1.18.5.
* gnu/packages/enlightenment.scm (efl): Update to 1.18.5. [home-page]: Update.master
parent
52cb22cd5a
commit
39a01619ca
|
@ -57,7 +57,7 @@
|
||||||
(define-public efl
|
(define-public efl
|
||||||
(package
|
(package
|
||||||
(name "efl")
|
(name "efl")
|
||||||
(version "1.18.4")
|
(version "1.18.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -65,7 +65,7 @@
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"09c0ajszjarcs6d62zlgnf1aha2f921mfr0gxg6nwza36xzc1srr"))))
|
"0wxz00cijynamm0sx4ss4hp89zyz5y6zliv5zd905jn4nak2mw2n"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
|
@ -133,7 +133,7 @@
|
||||||
"--with-opengl=es"
|
"--with-opengl=es"
|
||||||
"--enable-egl"
|
"--enable-egl"
|
||||||
"--enable-harfbuzz")))
|
"--enable-harfbuzz")))
|
||||||
(home-page "https://www.enlightenment.org")
|
(home-page "https://www.enlightenment.org/about-efl")
|
||||||
(synopsis "Enlightenment Foundation Libraries")
|
(synopsis "Enlightenment Foundation Libraries")
|
||||||
(description
|
(description
|
||||||
"Enlightenment Foundation Libraries is a set of libraries developed
|
"Enlightenment Foundation Libraries is a set of libraries developed
|
||||||
|
|
Reference in New Issue