gnu: ki18n: Update to 5.27.0.
* gnu/packages/kde-frameworks.scm (ki18n): Update to 5.27.0 and fix indentation.
This commit is contained in:
parent
ee6cebf6a9
commit
e751556a14
|
@ -596,16 +596,16 @@ interfaces in the areas of colors, fonts, text, images, keyboard input.")
|
||||||
(define-public ki18n
|
(define-public ki18n
|
||||||
(package
|
(package
|
||||||
(name "ki18n")
|
(name "ki18n")
|
||||||
(version "5.24.0")
|
(version "5.27.0")
|
||||||
(source
|
(source (origin
|
||||||
(origin
|
(method url-fetch)
|
||||||
(method url-fetch)
|
(uri (string-append
|
||||||
(uri (string-append "mirror://kde/stable/frameworks/"
|
"mirror://kde/stable/frameworks/"
|
||||||
(version-major+minor version) "/"
|
(version-major+minor version) "/"
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0cw24spmwsqa3ppkw03cm6yjd3sfll0dbbk2ya76fd4nw9hb00dv"))))
|
"0a66z325bvdv7g6ysml2bf8559nkjhv2fxwj1ja6vsxkn95d54ff"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("gettext" ,gnu-gettext)
|
`(("gettext" ,gnu-gettext)
|
||||||
|
@ -618,10 +618,11 @@ interfaces in the areas of colors, fonts, text, images, keyboard input.")
|
||||||
("qtscript" ,qtscript)))
|
("qtscript" ,qtscript)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'check 'check-setup
|
(add-before 'check 'check-setup
|
||||||
(lambda* _
|
(lambda _
|
||||||
(setenv "HOME" (getcwd)))))))
|
(setenv "HOME" (getcwd))
|
||||||
|
#t)))))
|
||||||
(home-page "https://community.kde.org/Frameworks")
|
(home-page "https://community.kde.org/Frameworks")
|
||||||
(synopsis "KDE Gettext-based UI text internationalization")
|
(synopsis "KDE Gettext-based UI text internationalization")
|
||||||
(description "KI18n provides functionality for internationalizing user
|
(description "KI18n provides functionality for internationalizing user
|
||||||
|
|
Loading…
Reference in New Issue