gnu: kemoticons: Update to 5.27.0.
* gnu/packages/kde-frameworks.scm (kemoticons): Update to 5.27.0. [arguments]: Return #t.
This commit is contained in:
parent
aa072198c6
commit
25ebad65bf
|
@ -1945,16 +1945,16 @@ with su and ssh respectively.")
|
||||||
(define-public kemoticons
|
(define-public kemoticons
|
||||||
(package
|
(package
|
||||||
(name "kemoticons")
|
(name "kemoticons")
|
||||||
(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
|
||||||
"0gmc52k5jb553jvzxwsq79v5y87kgav8i5qqv4bqc9yl7p866zhn"))))
|
"0rjw2g3lfdxiy56x61d0sdcmcs8rml6h29a05fp6xww2bqcvr9wq"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("kservice" ,kservice)))
|
`(("kservice" ,kservice)))
|
||||||
|
@ -1973,7 +1973,8 @@ with su and ssh respectively.")
|
||||||
(lambda _
|
(lambda _
|
||||||
(setenv "HOME" (getcwd))
|
(setenv "HOME" (getcwd))
|
||||||
(setenv "CTEST_OUTPUT_ON_FAILURE" "1") ; Enable debug output
|
(setenv "CTEST_OUTPUT_ON_FAILURE" "1") ; Enable debug output
|
||||||
(setenv "QT_QPA_PLATFORM" "offscreen"))))))
|
(setenv "QT_QPA_PLATFORM" "offscreen")
|
||||||
|
#t)))))
|
||||||
(home-page "https://community.kde.org/Frameworks")
|
(home-page "https://community.kde.org/Frameworks")
|
||||||
(synopsis "Convert text emoticons to graphical emoticons")
|
(synopsis "Convert text emoticons to graphical emoticons")
|
||||||
(description "KEmoticons converts emoticons from text to a graphical
|
(description "KEmoticons converts emoticons from text to a graphical
|
||||||
|
|
Loading…
Reference in New Issue