From: Hartmut Goebel <h.goe...@crazy-compilers.com> * gnu/packages/kde-frameworks.scm (kitemviews): New variable.
Co-authored-by: David Craven <da...@craven.ch> --- gnu/packages/kde-frameworks.scm | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 5ef36a6..1ec098c 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -555,6 +555,34 @@ model to observers @end itemize") (license license:lgpl3+))) +(define-public kitemviews + (package + (name "kitemviews") + (version "5.24.0") + (source + (origin + (method url-fetch) + (uri (string-append "mirror://kde/stable/frameworks/" + (version-major+minor version) "/" + name "-" version ".tar.xz")) + (sha256 + (base32 + "0y3fx9hk1x27arrmwfzq783a44cs7p8dpmhxrwzh0di4mwa8jafw")))) + (build-system cmake-build-system) + (native-inputs + `(("extra-cmake-modules" ,extra-cmake-modules) + ("qttools" ,qttools))) + (inputs + `(("qtbase" ,qtbase))) + (arguments + `(#:tests? #f)) ; FIXME: 1/1 tests fail. + (home-page "https://community.kde.org/Frameworks") + (synopsis "Set of item views extending the Qt model-view framework") + (description "KItemViews includes a set of views, which can be used with +item models. It includes views for categorizing lists and to add search filters +to flat and hierarchical lists.") + (license license:lgpl3+))) + (define-public kwindowsystem ;;; TODO qtx11extras isn't found (package -- 2.9.0