~ruther/guix-local

d7e2a965bf09f0281e72781a1ff24f4f1b550e28 — Sughosha 7 months ago e10118a
gnu: kongress: Move to kde-utils.scm.

* gnu/packages/kde-plasma.scm (kongress): Remove variable.
* gnu/packages/kde-utils.scm (kongress): New variable.

Change-Id: I9838bbcc1b33b872585c02c246ab8f662b87f3a4
2 files changed, 41 insertions(+), 41 deletions(-)

M gnu/packages/kde-plasma.scm
M gnu/packages/kde-utils.scm
M gnu/packages/kde-plasma.scm => gnu/packages/kde-plasma.scm +0 -41
@@ 998,47 998,6 @@ computer's hardware.")
to automatically switch between light and dark themes.")
    (license license:lgpl3)))

(define-public kongress
  (package
    (name "kongress")
    (version "24.12.1")
    (source (origin
              (method url-fetch)
              (uri (string-append "mirror://kde/stable/release-service/" version
                                  "/src/kongress-" version ".tar.xz"))
              (sha256
               (base32
                "06xhlr39wglnis9nbxgvkp5sz74g5hms0cahlvm8pmphvd5aygnv"))))
    (build-system qt-build-system)
    (native-inputs (list extra-cmake-modules python-minimal))
    ;; NOTE: Reporting bugs is linked to web browser, better not link it and let
    ;; it reslove through xdg-open in the run time
    (inputs (list kirigami
                  kirigami-addons
                  kcrash
                  kdbusaddons
                  ki18n
                  kcalendarcore
                  kconfigwidgets
                  kwindowsystem
                  kcoreaddons
                  kcontacts
                  kitemmodels
                  knotifications
                  kosmindoormap
                  kxmlgui
                  kiconthemes
                  qtdeclarative
                  qtsvg))
    (arguments
     (list #:qtbase qtbase
           #:tests? #f))
    (home-page "https://apps.kde.org/kongress/")
    (synopsis "Companion application for conferences")
    (description "This application provides list of upcoming conferences with
the schedule and venue information.")
    (license license:gpl3+)))

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

M gnu/packages/kde-utils.scm => gnu/packages/kde-utils.scm +41 -0
@@ 782,6 782,47 @@ with support for QR scanning.")
      (license ;GPL for programs, LGPL for libraries
       (list license:gpl2+ license:lgpl2.0)))))

(define-public kongress
  (package
    (name "kongress")
    (version "24.12.1")
    (source (origin
              (method url-fetch)
              (uri (string-append "mirror://kde/stable/release-service/" version
                                  "/src/kongress-" version ".tar.xz"))
              (sha256
               (base32
                "06xhlr39wglnis9nbxgvkp5sz74g5hms0cahlvm8pmphvd5aygnv"))))
    (build-system qt-build-system)
    (native-inputs (list extra-cmake-modules python-minimal))
    ;; NOTE: Reporting bugs is linked to web browser, better not link it and let
    ;; it reslove through xdg-open in the run time
    (inputs (list kirigami
                  kirigami-addons
                  kcrash
                  kdbusaddons
                  ki18n
                  kcalendarcore
                  kconfigwidgets
                  kwindowsystem
                  kcoreaddons
                  kcontacts
                  kitemmodels
                  knotifications
                  kosmindoormap
                  kxmlgui
                  kiconthemes
                  qtdeclarative
                  qtsvg))
    (arguments
     (list #:qtbase qtbase
           #:tests? #f))
    (home-page "https://apps.kde.org/kongress/")
    (synopsis "Companion application for conferences")
    (description "This application provides list of upcoming conferences with
the schedule and venue information.")
    (license license:gpl3+)))

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