gnu: libgda: Update to 5.2.10.
* gnu/packages/gnome.scm (libgda): Update to 5.2.10. [source]: Generate git tag from version number. [native-inputs]: Add autoconf-archive.master
parent
7214dc8449
commit
b5454eb33d
|
@ -11966,17 +11966,17 @@ developed with the aim of being used with the Librem 5 phone.")
|
||||||
(define-public libgda
|
(define-public libgda
|
||||||
(package
|
(package
|
||||||
(name "libgda")
|
(name "libgda")
|
||||||
(version "5.2.9")
|
(version "5.2.10")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://gitlab.gnome.org/GNOME/libgda.git/")
|
(url "https://gitlab.gnome.org/GNOME/libgda.git/")
|
||||||
(commit "LIBGDA_5_2_9")))
|
(commit (string-append "LIBGDA_" (string-replace-substring
|
||||||
|
version "." "_")))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "18rg773gq9v3cdywpmrp12c5xyp97ir9yqjinccpi22sksb1kl8a"))))
|
||||||
"122anbk15vj2dfxrw7s48b6zwlpp7cyppshxizynvf3zmc0ygw3j"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("--enable-vala")
|
`(#:configure-flags '("--enable-vala")
|
||||||
|
@ -12021,6 +12021,7 @@ developed with the aim of being used with the Librem 5 phone.")
|
||||||
("vala" ,vala)))
|
("vala" ,vala)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
`(("autoconf" ,autoconf)
|
||||||
|
("autoconf-archive" ,autoconf-archive)
|
||||||
("automake" ,automake)
|
("automake" ,automake)
|
||||||
("glib:bin" ,glib "bin")
|
("glib:bin" ,glib "bin")
|
||||||
("gnome-common" ,gnome-common)
|
("gnome-common" ,gnome-common)
|
||||||
|
|
Reference in New Issue