mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kxstitch: Update to 2.2.0-0.bfe934f.
* gnu/packages/kde-utils.scm (kxstitch): Update to 2.2.0-0.bfe934f. [source]: Switch to git-fetch. [inputs]: Remove ktexteditor-5, qtbase-5, and qtx11extras; add kcompletion, kconfigwidgets, kguiaddons, ki18n, kio, ktextwidgets, kwidgetsaddons, kxmlgui, and kconfig. [native-inputs]: Remove kdoctools-5; add kdoctools. [arguments]: Set #:qtbase to qtbase. Change-Id: I141d96be32a6868aa85802b186cbfc235c21ff0d
This commit is contained in:
parent
c37bd044a6
commit
8c54d41d12
1 changed files with 35 additions and 21 deletions
|
@ -1098,28 +1098,42 @@ great on your desktop.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public kxstitch
|
(define-public kxstitch
|
||||||
|
(let ((commit "bfe934ffc2c2dfa1cc554bc4483a3285b027b00c")
|
||||||
|
(revision "0"))
|
||||||
(package
|
(package
|
||||||
(name "kxstitch")
|
(name "kxstitch")
|
||||||
(version "2.2.0")
|
(version (git-version "2.2.0" revision commit))
|
||||||
(source
|
(source (origin
|
||||||
(origin
|
(method git-fetch)
|
||||||
(method url-fetch)
|
(uri (git-reference
|
||||||
(uri (string-append "mirror://kde/stable/kxstitch/" version
|
(url "https://invent.kde.org/graphics/kxstitch.git/")
|
||||||
"/kxstitch-" version ".tar.xz"))
|
(commit commit)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1q6blvcqz6hxdfrkdi0fplmz7rmk3im56kpp68r0yrivhx3hn8sc"))))
|
(base32
|
||||||
|
"1vhan3pmbm80bh0kdrsmzda2pir3921m8flm1haw8nf5i706gk87"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules kdoctools-5 pkg-config))
|
(list extra-cmake-modules kdoctools pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
(list ktexteditor-5 imagemagick qtbase-5 qtx11extras))
|
(list kcompletion
|
||||||
(arguments (list #:tests? #f))
|
kconfigwidgets
|
||||||
|
kguiaddons
|
||||||
|
ki18n
|
||||||
|
kio
|
||||||
|
ktextwidgets
|
||||||
|
kwidgetsaddons
|
||||||
|
kxmlgui
|
||||||
|
kconfig
|
||||||
|
imagemagick))
|
||||||
|
(arguments (list #:qtbase qtbase
|
||||||
|
#:tests? #f))
|
||||||
(home-page "https://apps.kde.org/kxstitch/")
|
(home-page "https://apps.kde.org/kxstitch/")
|
||||||
(synopsis "Create and print cross stitch patterns")
|
(synopsis "Create and print cross stitch patterns")
|
||||||
(description
|
(description
|
||||||
"KXStitch allows creating and printing cross stitch patterns, which can
|
"KXStitch allows creating and printing cross stitch patterns, which can
|
||||||
either be created or generated from a image.")
|
either be created or generated from a image.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+))))
|
||||||
|
|
||||||
(define-public okteta
|
(define-public okteta
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue