mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: baloo-widgets: Move to kde-systemtools.scm.
* gnu/packages/kde.scm (baloo-widgets): Remove variable. * gnu/packages/kde-systemtools.scm (baloo-widgets): New variable. Change-Id: I8f5732af5784033a830372baf5a9b285f971d32c
This commit is contained in:
parent
49633ab07f
commit
c618436364
2 changed files with 25 additions and 25 deletions
|
|
@ -57,6 +57,31 @@
|
|||
#:use-module (gnu packages xorg)
|
||||
#:use-module (gnu packages xdisorg))
|
||||
|
||||
(define-public baloo-widgets
|
||||
(package
|
||||
(name "baloo-widgets")
|
||||
(version "25.08.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/baloo-widgets-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1wamfsl9nq7si4sys0y49yrf5gwvr16m0qgpd3xww8dddma7ckc6"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules))
|
||||
(inputs
|
||||
(list baloo kconfig ki18n kio))
|
||||
(arguments
|
||||
(list #:configure-flags #~(list "-DBUILD_WITH_QT6=ON")
|
||||
#:qtbase qtbase))
|
||||
(home-page "https://community.kde.org/Baloo")
|
||||
(synopsis "Wigets for use with Baloo")
|
||||
(description "Baloo is a framework for searching and managing metadata.
|
||||
This package contains GUI widgets for baloo.")
|
||||
(license license:lgpl2.0+)))
|
||||
|
||||
(define-public dolphin
|
||||
(package
|
||||
(name "dolphin")
|
||||
|
|
|
|||
|
|
@ -88,31 +88,6 @@
|
|||
#:use-module (gnu packages xml)
|
||||
#:use-module (gnu packages xorg))
|
||||
|
||||
(define-public baloo-widgets
|
||||
(package
|
||||
(name "baloo-widgets")
|
||||
(version "25.08.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/baloo-widgets-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1wamfsl9nq7si4sys0y49yrf5gwvr16m0qgpd3xww8dddma7ckc6"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules))
|
||||
(inputs
|
||||
(list baloo kconfig ki18n kio))
|
||||
(arguments
|
||||
(list #:configure-flags #~(list "-DBUILD_WITH_QT6=ON")
|
||||
#:qtbase qtbase))
|
||||
(home-page "https://community.kde.org/Baloo")
|
||||
(synopsis "Wigets for use with Baloo")
|
||||
(description "Baloo is a framework for searching and managing metadata.
|
||||
This package contains GUI widgets for baloo.")
|
||||
(license license:lgpl2.0+)))
|
||||
|
||||
(define-public futuresql
|
||||
(package
|
||||
(name "futuresql")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue