mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: kemoticons: Update to 5.116.0.
* gnu/packages/kde-frameworks.scm (kemoticons): Update to 5.116.0. [inputs]: Remove karchive, kconfig, and kcoreaddons; add karchive-5, kconfig-5, and kcoreaddons-5. [propagated-inputs]: Remove kservice; add kservice-5. Change-Id: Ia5e23fb19bb26244a66a6cfe2a3f48e60a961841
This commit is contained in:
parent
68aadbcccf
commit
b56ce6d9f3
1 changed files with 4 additions and 4 deletions
|
@ -3665,7 +3665,7 @@ (define-public kdesu
|
|||
(define-public kemoticons
|
||||
(package
|
||||
(name "kemoticons")
|
||||
(version "5.114.0")
|
||||
(version "5.116.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -3674,14 +3674,14 @@ (define-public kemoticons
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0w87prkhdmba7y8ylbycdpwdzd2djmp7hvv5ljb9s4aqqhnn3vw4"))))
|
||||
"0lv8cb7h7v4fbf8vyrsf9kygnhjxznf5sj92nv5is5gy0wdk8qxc"))))
|
||||
(build-system cmake-build-system)
|
||||
(propagated-inputs
|
||||
(list kservice))
|
||||
(list kservice-5))
|
||||
(native-inputs
|
||||
(list extra-cmake-modules))
|
||||
(inputs
|
||||
(list karchive kconfig kcoreaddons qtbase-5))
|
||||
(list karchive-5 kconfig-5 kcoreaddons-5 qtbase-5))
|
||||
(arguments
|
||||
(list #:phases #~(modify-phases %standard-phases
|
||||
(add-before 'check 'check-setup
|
||||
|
|
Loading…
Reference in a new issue