gnu: fcitx5-gtk: Update to 5.0.3.
* gnu/packages/fcitx5.scm(fcitx5-gtk): Update to 5.0.3. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>master
parent
2db7f8f9ac
commit
249ab27306
|
@ -196,7 +196,7 @@ editors.")
|
||||||
(define-public fcitx5-gtk
|
(define-public fcitx5-gtk
|
||||||
(package
|
(package
|
||||||
(name "fcitx5-gtk")
|
(name "fcitx5-gtk")
|
||||||
(version "5.0.1")
|
(version "5.0.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -204,7 +204,7 @@ editors.")
|
||||||
"/fcitx5-gtk/fcitx5-gtk-"
|
"/fcitx5-gtk/fcitx5-gtk-"
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0h53liraqc5nz4nyi3ixdfdw3zzkdcsiff7j25acc3gmaa5gyij7"))))
|
(base32 "18bwwj9a5v82c6ssc8560hd8vwykakvg6sfijwdb5jswk9mafvgj"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ;No test
|
`(#:tests? #f ;No test
|
||||||
|
@ -212,7 +212,9 @@ editors.")
|
||||||
(list (string-append "-DGOBJECT_INTROSPECTION_GIRDIR="
|
(list (string-append "-DGOBJECT_INTROSPECTION_GIRDIR="
|
||||||
%output "/share/gir-1.0")
|
%output "/share/gir-1.0")
|
||||||
(string-append "-DGOBJECT_INTROSPECTION_TYPELIBDIR="
|
(string-append "-DGOBJECT_INTROSPECTION_TYPELIBDIR="
|
||||||
%output "/lib/girepository-1.0"))
|
%output "/lib/girepository-1.0")
|
||||||
|
;; TODO: Enable it when Guix has GTK4.
|
||||||
|
"-DENABLE_GTK4_IM_MODULE=Off")
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'configure 'patch-install-prefix
|
(add-before 'configure 'patch-install-prefix
|
||||||
|
|
Reference in New Issue