diff options
| author | Sughosha <sughosha@disroot.org> | 2025-09-30 23:32:22 +0530 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-10-17 11:27:10 +0200 |
| commit | 4fe9239841ea9e05828f0eeb3914fcd8f00c8eba (patch) | |
| tree | 364f6ebc42bdf4dbc05e4f39d730595271146f1b /gnu/packages/kde.scm | |
| parent | eb0e3beee46ab2ea109ece1979b19eed53801440 (diff) | |
gnu: kdegraphics-thumbnailers: Move to kde-graphics.scm.
* gnu/packages/kde.scm (kdegraphics-thumbnailers): Remove variable.
* gnu/packages/kde-graphics.scm (kdegraphics-thumbnailers): New variable.
Diffstat (limited to 'gnu/packages/kde.scm')
| -rw-r--r-- | gnu/packages/kde.scm | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm index fcd5ee36e66..7b78f761e7c 100644 --- a/gnu/packages/kde.scm +++ b/gnu/packages/kde.scm @@ -93,7 +93,6 @@ #:use-module (gnu packages qt) #:use-module (gnu packages readline) #:use-module (gnu packages scanner) - #:use-module (gnu packages tex) #:use-module (gnu packages tls) #:use-module (gnu packages video) #:use-module (gnu packages xdisorg) @@ -790,51 +789,6 @@ several command-line utilities for manipulating DocBook XML files, PO files and PO template files.") (license license:gpl2+))) -(define-public kdegraphics-thumbnailers - (package - (name "kdegraphics-thumbnailers") - (version "24.12.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://invent.kde.org/graphics/kdegraphics-thumbnailers") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1vlrn6wg9rpg2cnm6y243accbrgcpdmkg4y8qasw6ify2hjhgfmi")))) - (build-system cmake-build-system) - (arguments - (list - #:tests? #f ;No tests. - #:configure-flags - #~'("-DQT_MAJOR_VERSION=6") - #:phases - #~(modify-phases %standard-phases - (add-after 'unpack 'fix-paths - (lambda* (#:key inputs #:allow-other-keys) - (substitute* "ps/gscreator.cpp" - (("\"gs\",") - (string-append "\"" - (search-input-file inputs "bin/gs") "\",")) - (("\"dvips\",") - (string-append "\"" - (search-input-file inputs "bin/dvips") "\",")))))))) - (native-inputs (list extra-cmake-modules)) - (inputs (list ghostscript - karchive - kdegraphics-mobipocket - kio - libkdcraw - libkexiv2 - qtbase - texlive-dvips-bin)) - (home-page "https://apps.kde.org/kdegraphics_thumbnailers") - (synopsis "KDE thumbnailer for media files") - (description "These plugins allow KDE software to display thumbnails for -PostScript, PDF, RAW, Mobipocket, and Blender files.") - (license license:gpl2))) - (define-public libkexiv2 (package (name "libkexiv2") |
