gnu: fcitx-qt5: Update to 1.2.7.
* gnu/packages/fcitx.scm (fcitx-qt5): Update to 1.2.7.
This commit is contained in:
parent
c1262edba9
commit
c0a19ef082
1 changed files with 4 additions and 4 deletions
|
@ -52,7 +52,7 @@
|
||||||
(define-public fcitx-qt5
|
(define-public fcitx-qt5
|
||||||
(package
|
(package
|
||||||
(name "fcitx-qt5")
|
(name "fcitx-qt5")
|
||||||
(version "1.2.6")
|
(version "1.2.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -63,7 +63,7 @@
|
||||||
(file-name
|
(file-name
|
||||||
(git-file-name name version))
|
(git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "13sanrir696fv7s44b7q453s5qi4r7ag0r3iyggyzk8xyf6rw8fk"))))
|
(base32 "1gw51m7hfnplkym33dzwfa8g0q20ji61pr80s2i6xhy2glrm1ssj"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; No target
|
`(#:tests? #f ; No target
|
||||||
|
@ -71,12 +71,12 @@
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'patch-install-dir
|
(add-after 'unpack 'patch-install-dir
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(substitute* "quickphrase-editor/CMakeLists.txt"
|
(substitute* "qt5/quickphrase-editor/CMakeLists.txt"
|
||||||
(("\\$\\{FCITX4_ADDON_INSTALL_DIR\\}")
|
(("\\$\\{FCITX4_ADDON_INSTALL_DIR\\}")
|
||||||
(string-append
|
(string-append
|
||||||
(assoc-ref outputs "out")
|
(assoc-ref outputs "out")
|
||||||
"/lib/fcitx")))
|
"/lib/fcitx")))
|
||||||
(substitute* "platforminputcontext/CMakeLists.txt"
|
(substitute* "qt5/platforminputcontext/CMakeLists.txt"
|
||||||
(("\\$\\{CMAKE_INSTALL_QTPLUGINDIR\\}")
|
(("\\$\\{CMAKE_INSTALL_QTPLUGINDIR\\}")
|
||||||
(string-append
|
(string-append
|
||||||
(assoc-ref outputs "out")
|
(assoc-ref outputs "out")
|
||||||
|
|
Reference in a new issue