gnu: guile-gnome: Update to 2.16.5.
* gnu/packages/gtk.scm (guile-gnome): Update to 2.16.5. [arguments] <pre-configure>: Use @GUILE_EFFECTIVE_VERSION@ instead of "2.0". [properties]: New field.
This commit is contained in:
parent
0fd8013fca
commit
ae5c6ef393
|
@ -908,7 +908,7 @@ documents.")
|
||||||
(define-public guile-gnome
|
(define-public guile-gnome
|
||||||
(package
|
(package
|
||||||
(name "guile-gnome")
|
(name "guile-gnome")
|
||||||
(version "2.16.4")
|
(version "2.16.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri
|
(uri
|
||||||
|
@ -917,7 +917,7 @@ documents.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1hqnqbb2lmr3hgbcv9kds1himn3av6h0lkk0zll8agcrsn7d9axd"))))
|
"1gnf3j96nip5kl99a268i0dy1hj7s1cfs66sps3zwysnkd7qr399"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
|
@ -949,7 +949,7 @@ documents.")
|
||||||
(let ((out (assoc-ref outputs "out")))
|
(let ((out (assoc-ref outputs "out")))
|
||||||
(substitute* (find-files "." "^Makefile.in$")
|
(substitute* (find-files "." "^Makefile.in$")
|
||||||
(("guilesite :=.*guile/site" all)
|
(("guilesite :=.*guile/site" all)
|
||||||
(string-append all "/2.0")))
|
(string-append all "/@GUILE_EFFECTIVE_VERSION@")))
|
||||||
#t))))))
|
#t))))))
|
||||||
(outputs '("out" "debug"))
|
(outputs '("out" "debug"))
|
||||||
(synopsis "Guile interface for GTK+ programming for GNOME")
|
(synopsis "Guile interface for GTK+ programming for GNOME")
|
||||||
|
@ -957,7 +957,9 @@ documents.")
|
||||||
"Includes guile-clutter, guile-gnome-gstreamer,
|
"Includes guile-clutter, guile-gnome-gstreamer,
|
||||||
guile-gnome-platform (GNOME developer libraries), and guile-gtksourceview.")
|
guile-gnome-platform (GNOME developer libraries), and guile-gtksourceview.")
|
||||||
(home-page "https://www.gnu.org/software/guile-gnome/")
|
(home-page "https://www.gnu.org/software/guile-gnome/")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)
|
||||||
|
(properties '((upstream-name . "guile-gnome-platform")
|
||||||
|
(ftp-directory . "/gnu/guile-gnome/guile-gnome-platform")))))
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
;;; C++ bindings.
|
;;; C++ bindings.
|
||||||
|
|
Loading…
Reference in New Issue