~ruther/guix-local

ead55f734afaac7b3ada200a6f5394a1129f4677 — Sughosha 6 months ago 78c0335
gnu: grantleetheme: Move to kde-pim.scm.

* gnu/packages/kde.scm (grantleetheme): Remove variable.
* gnu/packages/kde-pim.scm (grantleetheme): New variable.

Change-Id: I1b5282f956c938bb701834d48354643701e277e2
2 files changed, 30 insertions(+), 30 deletions(-)

M gnu/packages/kde-pim.scm
M gnu/packages/kde.scm
M gnu/packages/kde-pim.scm => gnu/packages/kde-pim.scm +30 -0
@@ 56,6 56,36 @@
  #:use-module (gnu packages xdisorg)
  #:use-module (gnu packages xml))

(define-public grantleetheme
  (package
    (name "grantleetheme")
    (version "24.12.1")
    (source
     (origin
       (method url-fetch)
       (uri (string-append "mirror://kde/stable/release-service/" version
                           "/src/grantleetheme-" version ".tar.xz"))
       (sha256
        (base32 "0imf47wf4v8vzzyk9sq6plh9pp2l2q0dycyhdb7hp4jxlj3n4jcg"))))
    (build-system qt-build-system)
    (arguments (list
                #:qtbase qtbase
                #:tests? #f))  ; unexpected error in the test suite.
    (native-inputs
     (list extra-cmake-modules libxml2)) ;; xmllint required for tests
    (inputs
     (list kguiaddons
           ki18n
           kiconthemes
           knewstuff
           kxmlgui))
    (propagated-inputs (list ktexttemplate))
    (home-page "https://invent.kde.org/pim/grantleetheme")
    (synopsis "Library providing Grantlee theme support")
    (description "This library provides Grantlee theme support.")
    (license ;; LGPL for libraries, FDL for documentation
     (list license:lgpl2.1+ license:fdl1.2+))))

(define-public akonadi
  (package
    (name "akonadi")

M gnu/packages/kde.scm => gnu/packages/kde.scm +0 -30
@@ 155,36 155,6 @@ This package contains GUI widgets for baloo.")
    (description "This package provides a non-blocking Qt database framework.")
    (license license:lgpl2.1+)))

(define-public grantleetheme
  (package
    (name "grantleetheme")
    (version "24.12.1")
    (source
     (origin
       (method url-fetch)
       (uri (string-append "mirror://kde/stable/release-service/" version
                           "/src/grantleetheme-" version ".tar.xz"))
       (sha256
        (base32 "0imf47wf4v8vzzyk9sq6plh9pp2l2q0dycyhdb7hp4jxlj3n4jcg"))))
    (build-system qt-build-system)
    (arguments (list
                #:qtbase qtbase
                #:tests? #f))  ; unexpected error in the test suite.
    (native-inputs
     (list extra-cmake-modules libxml2)) ;; xmllint required for tests
    (inputs
     (list kguiaddons
           ki18n
           kiconthemes
           knewstuff
           kxmlgui))
    (propagated-inputs (list ktexttemplate))
    (home-page "https://invent.kde.org/pim/grantleetheme")
    (synopsis "Library providing Grantlee theme support")
    (description "This library provides Grantlee theme support.")
    (license ;; LGPL for libraries, FDL for documentation
     (list license:lgpl2.1+ license:fdl1.2+))))

(define-public akregator
  (package
    (name "akregator")