gnu: KDE Utils: Update all packages to 21.12.3.
* gnu/packages/kde-utils.scm (ark, kate, kmag, kmousetool, kmouth, kronometer, krusader, kxstitch, rsibreak, sweeper): Update to 21.12.3. (okteta): Update to 0.26.6. [origin]: Update source path location. [arguments]: New dependency (smb4k): [origin]: Fix extraction of downloaded tarball. [inputs]: Add new dependency. Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
parent
e0f9b9438f
commit
c653fecda4
1 changed files with 18 additions and 16 deletions
|
@ -2,6 +2,7 @@
|
||||||
;;; Copyright © 2017, 2019 Hartmut Goebel <h.goebel@crazy-compilers.com>
|
;;; Copyright © 2017, 2019 Hartmut Goebel <h.goebel@crazy-compilers.com>
|
||||||
;;; Copyright © 2020, 2021 Tobias Geerinckx-Rice <me@tobias.gr>
|
;;; Copyright © 2020, 2021 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;; Copyright © 2021 Zheng Junjie <873216071@qq.com>
|
;;; Copyright © 2021 Zheng Junjie <873216071@qq.com>
|
||||||
|
;;; Copyright © 2022 Brendan Tildesley <mail@brendan.scot>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -40,14 +41,14 @@
|
||||||
(define-public ark
|
(define-public ark
|
||||||
(package
|
(package
|
||||||
(name "ark")
|
(name "ark")
|
||||||
(version "20.04.1")
|
(version "21.12.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||||
"/src/ark-" version ".tar.xz"))
|
"/src/ark-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0g5bfa1lc7mhrc2ngd4ldf33dpwr7gqrj95kp897pf632wwj23iw"))
|
"1p30bgnb3aw0f2jnaksz7jfqqcz45b2x3bjrri0w5w580204a5s8"))
|
||||||
;; The libarchive package in Guix does not support
|
;; The libarchive package in Guix does not support
|
||||||
;; xar; disable related tests.
|
;; xar; disable related tests.
|
||||||
(patches (search-patches "ark-skip-xar-test.patch"))))
|
(patches (search-patches "ark-skip-xar-test.patch"))))
|
||||||
|
@ -113,14 +114,14 @@ well as CD-ROM images.")
|
||||||
(define-public kate
|
(define-public kate
|
||||||
(package
|
(package
|
||||||
(name "kate")
|
(name "kate")
|
||||||
(version "20.04.1")
|
(version "21.12.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||||
"/src/kate-" version ".tar.xz"))
|
"/src/kate-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0nrby307syrqlxrf9lwdzc9c15ifw47418qwszqwg345ma2pww7i"))))
|
(base32 "1pp0k00kvih0xkkv1q1gha4na2bwqc7dhyyrla7c2vvln8gi99dg"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules kdoctools))
|
(list extra-cmake-modules kdoctools))
|
||||||
|
@ -139,6 +140,7 @@ well as CD-ROM images.")
|
||||||
kjobwidgets
|
kjobwidgets
|
||||||
kparts
|
kparts
|
||||||
ktexteditor
|
ktexteditor
|
||||||
|
ksyntaxhighlighting
|
||||||
kwallet
|
kwallet
|
||||||
plasma-framework
|
plasma-framework
|
||||||
kwindowsystem
|
kwindowsystem
|
||||||
|
@ -178,14 +180,14 @@ Kate's features include:
|
||||||
(define-public kmag
|
(define-public kmag
|
||||||
(package
|
(package
|
||||||
(name "kmag")
|
(name "kmag")
|
||||||
(version "20.04.1")
|
(version "21.12.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||||
"/src/kmag-" version ".tar.xz"))
|
"/src/kmag-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "18lk8i2r90gvw8q5j179xgpniih92mwk06krk7w4jv98yinqf6m5"))))
|
(base32 "067x65gmip89rdgii2nwnxn7zi96cf7vfbhqzg0499pd2d69p3sl"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules kdoctools))
|
(list extra-cmake-modules kdoctools))
|
||||||
|
@ -208,14 +210,14 @@ artists to web-designers to people with low vision.")
|
||||||
(define-public kmousetool
|
(define-public kmousetool
|
||||||
(package
|
(package
|
||||||
(name "kmousetool")
|
(name "kmousetool")
|
||||||
(version "20.04.1")
|
(version "21.12.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||||
"/src/kmousetool-" version ".tar.xz"))
|
"/src/kmousetool-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "01j6bx8zihns4ip8maj0gb3w3bhx1ha2ljhfmsm6lcyay531ay98"))))
|
(base32 "013qr1md3gbin7hcahnv14y9i2cg35r433s2w81fvgcakd38qvkj"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules kdoctools))
|
(list extra-cmake-modules kdoctools))
|
||||||
|
@ -246,14 +248,14 @@ whom pressing buttons hurts.")
|
||||||
(define-public kmouth
|
(define-public kmouth
|
||||||
(package
|
(package
|
||||||
(name "kmouth")
|
(name "kmouth")
|
||||||
(version "20.04.1")
|
(version "21.12.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||||
"/src/kmouth-" version ".tar.xz"))
|
"/src/kmouth-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1afgxlys9mvmc3rd33g7gchfb0ylx83x3x0a0qf3dra6cpgsgcg7"))))
|
(base32 "0xvkp2pm2szbgzdsfmwrykma8npmlwmx2pb1iakbx3x1wyyjsbim"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules kdoctools))
|
(list extra-cmake-modules kdoctools))
|
||||||
|
@ -395,15 +397,14 @@ either be created or generated from a image.")
|
||||||
(define-public okteta
|
(define-public okteta
|
||||||
(package
|
(package
|
||||||
(name "okteta")
|
(name "okteta")
|
||||||
(version "17.12.3")
|
(version "0.26.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
;; TODO: Why is this not in "stable" anymore
|
(uri (string-append "mirror://kde/stable/okteta/" version
|
||||||
(uri (string-append "mirror://kde/Attic/applications/" version
|
|
||||||
"/src/okteta-" version ".tar.xz"))
|
"/src/okteta-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "03wsv83l1cay2dpcsksad124wzan7kh8zxdw1h0yicn398kdbck4"))))
|
(base32 "1qrhsnglvkiq480c0b6hgcpahab7l8wbfpcsgra5zkynj1bba8zi"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules kdoctools qttools-5 shared-mime-info))
|
(list extra-cmake-modules kdoctools qttools-5 shared-mime-info))
|
||||||
|
@ -426,6 +427,7 @@ either be created or generated from a image.")
|
||||||
oxygen-icons ;; default icon set
|
oxygen-icons ;; default icon set
|
||||||
qca
|
qca
|
||||||
qtbase-5
|
qtbase-5
|
||||||
|
qtdeclarative-5
|
||||||
qtscript))
|
qtscript))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
@ -566,14 +568,14 @@ Features:
|
||||||
(define-public sweeper
|
(define-public sweeper
|
||||||
(package
|
(package
|
||||||
(name "sweeper")
|
(name "sweeper")
|
||||||
(version "20.04.1")
|
(version "21.12.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||||
"/src/sweeper-" version ".tar.xz"))
|
"/src/sweeper-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1az3c2khnh51bbmqpamj4p26d3a0ff4l5rd3vcrylg94mk7wgh59"))))
|
(base32 "1l4ag2nhy0da9z4nlf7fmjrim7pmwpm3m4v4y50jlpdv73f63246"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules kdoctools))
|
(list extra-cmake-modules kdoctools))
|
||||||
|
|
Reference in a new issue