mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: kdegraphics-mobipocket: Move to kde-graphics.scm.
* gnu/packages/kde.scm (kdegraphics-mobipocket): Remove variable. * gnu/packages/kde-graphics.scm (kdegraphics-mobipocket): New variable. * gnu/packages/kde-frameworks.scm: Use (gnu packages kde-graphics) module. Change-Id: Ie799995ed34e2c5e04e431c9286b1fbce299f272
This commit is contained in:
parent
1b245870e0
commit
b72750baba
3 changed files with 27 additions and 25 deletions
|
|
@ -73,6 +73,7 @@
|
|||
#:use-module (gnu packages iso-codes)
|
||||
#:use-module (gnu packages kerberos)
|
||||
#:use-module (gnu packages kde)
|
||||
#:use-module (gnu packages kde-graphics)
|
||||
#:use-module (gnu packages kde-plasma)
|
||||
#:use-module (gnu packages libcanberra)
|
||||
#:use-module (gnu packages linux)
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@
|
|||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
(define-module (gnu packages kde-graphics)
|
||||
#:use-module (guix build-system cmake)
|
||||
#:use-module (guix build-system qt)
|
||||
#:use-module (guix download)
|
||||
#:use-module (guix gexp)
|
||||
|
|
@ -123,6 +124,31 @@
|
|||
annotating features.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public kdegraphics-mobipocket
|
||||
(package
|
||||
(name "kdegraphics-mobipocket")
|
||||
(version "24.12.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/" name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0rpam31s5cvky4w3bb2qp1pjv0gm9f63a2jv6bcim7qnz050bvvn"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f
|
||||
#:configure-flags #~(list "-DQT_MAJOR_VERSION=6")))
|
||||
(native-inputs
|
||||
(list extra-cmake-modules))
|
||||
(inputs
|
||||
(list kio qtbase qt5compat))
|
||||
(home-page "https://apps.kde.org/en/kdegraphics_mobipocket")
|
||||
(synopsis "KDE thumbnailer for Mobipocket files")
|
||||
(description "This package provides a KDE plugin that shows thumbnails of
|
||||
Mobipocket e-books in Dolphin and other KDE apps.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public kdiagram
|
||||
(package
|
||||
(name "kdiagram")
|
||||
|
|
|
|||
|
|
@ -790,31 +790,6 @@ several command-line utilities for manipulating DocBook XML files, PO files and
|
|||
PO template files.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public kdegraphics-mobipocket
|
||||
(package
|
||||
(name "kdegraphics-mobipocket")
|
||||
(version "25.04.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/" name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1lzk8lh51dvmlk9im4cjsl7xwyy814a0yragk4f7r1lhs5w6rxhj"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f
|
||||
#:configure-flags #~(list "-DQT_MAJOR_VERSION=6")))
|
||||
(native-inputs
|
||||
(list extra-cmake-modules))
|
||||
(inputs
|
||||
(list kio qtbase qt5compat))
|
||||
(home-page "https://apps.kde.org/en/kdegraphics_mobipocket")
|
||||
(synopsis "KDE thumbnailer for Mobipocket files")
|
||||
(description "This package provides a KDE plugin that shows thumbnails of
|
||||
Mobipocket e-books in Dolphin and other KDE apps.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public kdegraphics-thumbnailers
|
||||
(package
|
||||
(name "kdegraphics-thumbnailers")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue