mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: sweeper: Update to 24.05.2.
* gnu/packages/kde-utils.scm (sweeper): Update to 24.05.2. [inputs]: Remove kactivities-stats and qtbase-5; add plasma-activities-stats. [arguments]: Set #:qtbase to qtbase. Change-Id: I4d4496b556ce52942be2796395ee7e94acd0524b
This commit is contained in:
parent
c1ad378c85
commit
fed7c089c6
1 changed files with 6 additions and 6 deletions
|
@ -1217,19 +1217,21 @@ (define-public smb4k
|
||||||
(define-public sweeper
|
(define-public sweeper
|
||||||
(package
|
(package
|
||||||
(name "sweeper")
|
(name "sweeper")
|
||||||
(version "23.04.3")
|
(version "24.05.2")
|
||||||
(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 "19b382cgdcd4qh4ppdmbhsacvcc9nlbs7spcg8ii02bdpx6qw9b7"))))
|
(base32 "0s1cj86p8wa9ngdqxff6mf4fx4b388b6il02g442g8q1kcqcnla5"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
|
(arguments (list #:qtbase qtbase))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules kdoctools))
|
(list extra-cmake-modules kdoctools))
|
||||||
(inputs
|
(inputs
|
||||||
(list kactivities-stats
|
(list breeze-icons ;; default icon set
|
||||||
|
plasma-activities-stats
|
||||||
kbookmarks
|
kbookmarks
|
||||||
kcrash
|
kcrash
|
||||||
kconfig
|
kconfig
|
||||||
|
@ -1238,9 +1240,7 @@ (define-public sweeper
|
||||||
ki18n
|
ki18n
|
||||||
kio
|
kio
|
||||||
ktextwidgets
|
ktextwidgets
|
||||||
kxmlgui
|
kxmlgui))
|
||||||
breeze-icons ;; default icon set
|
|
||||||
qtbase-5))
|
|
||||||
(home-page "https://apps.kde.org/sweeper/")
|
(home-page "https://apps.kde.org/sweeper/")
|
||||||
(synopsis "Temporary file and history cleaner")
|
(synopsis "Temporary file and history cleaner")
|
||||||
(description "
|
(description "
|
||||||
|
|
Loading…
Reference in a new issue