mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: gimp-next: Update to 3.0.0-RC1.
* gnu/packages/gimp.scm (gimp-next): Update to 3.0.0-RC1. [inputs]: Add python-pygobject. Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
70caf73108
commit
d1dd176af5
1 changed files with 3 additions and 3 deletions
|
@ -424,7 +424,7 @@ (define-public gimp-next
|
||||||
(package
|
(package
|
||||||
(inherit gimp)
|
(inherit gimp)
|
||||||
(name "gimp-next")
|
(name "gimp-next")
|
||||||
(version "2.99.18")
|
(version "3.0.0-RC1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -432,7 +432,7 @@ (define-public gimp-next
|
||||||
(version-major+minor version)
|
(version-major+minor version)
|
||||||
"/gimp-" version ".tar.xz"))
|
"/gimp-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0vnvdl7x88njyyxkbgdbhz6jwz1qasrxh0fpwk6x1m609alvf6wc"))))
|
(base32 "0rpvbyfd6fyaz4bz9isr9h0l0ckz741p0hgkmagpi3p3qmjb5l5k"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:modules `((ice-9 popen)
|
(list #:modules `((ice-9 popen)
|
||||||
|
@ -459,7 +459,7 @@ (define-public gimp-next
|
||||||
(inputs (modify-inputs (package-inputs gimp)
|
(inputs (modify-inputs (package-inputs gimp)
|
||||||
(replace "gtk+" gtk+)
|
(replace "gtk+" gtk+)
|
||||||
(prepend libxmu libxt)
|
(prepend libxmu libxt)
|
||||||
(prepend python gjs)
|
(prepend python python-pygobject gjs)
|
||||||
(prepend libxslt)))
|
(prepend libxslt)))
|
||||||
(native-inputs (modify-inputs (package-native-inputs gimp)
|
(native-inputs (modify-inputs (package-native-inputs gimp)
|
||||||
(prepend appstream-glib
|
(prepend appstream-glib
|
||||||
|
|
Loading…
Reference in a new issue