mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: kdeconnect: Update to 20.04.1.
* gnu/packages/kde.scm (kdeconnect): Update to 20.04.1. [source]: Update source URI. [arguments]: Adjust configure flags.
This commit is contained in:
parent
cc62eab163
commit
0526185ebb
1 changed files with 5 additions and 5 deletions
|
@ -567,20 +567,20 @@ (define-public snorenotify
|
||||||
(define-public kdeconnect
|
(define-public kdeconnect
|
||||||
(package
|
(package
|
||||||
(name "kdeconnect")
|
(name "kdeconnect")
|
||||||
(version "1.4")
|
(version "20.04.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/kdeconnect/"
|
(uri (string-append "mirror://kde/stable/release-service/"
|
||||||
version "/kdeconnect-kde-"
|
version "/src/kdeconnect-kde-"
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"06i6spspqpl79x6z2bfvbgd08b3h1pyx5j1xjhd8ifyrm52pkvna"))))
|
"1knhpjdbffw858dfd9kml91a02fkc0rcjydfavcyr79j9x8mv3bq"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("-DBUILD_TESTING=ON"
|
`(#:configure-flags '("-DBUILD_TESTING=ON"
|
||||||
"-DLIBEXEC_INSTALL_DIR=libexec")
|
"-DKDE_INSTALL_LIBEXECDIR=libexec")
|
||||||
#:phases (modify-phases %standard-phases
|
#:phases (modify-phases %standard-phases
|
||||||
(add-after 'set-paths 'extend-CPLUS_INCLUDE_PATH
|
(add-after 'set-paths 'extend-CPLUS_INCLUDE_PATH
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
|
|
Loading…
Reference in a new issue