* [bug#42876] [PATCH] gnu: Add kxstitch.
@ 2020-08-15 20:23 Christopher Baines
2020-08-16 7:22 ` Mathieu Othacehe
0 siblings, 1 reply; 3+ messages in thread
From: Christopher Baines @ 2020-08-15 20:23 UTC (permalink / raw)
To: 42876
* gnu/packages/kde-utils.scm (kxstitch): New variable.
---
gnu/packages/kde-utils.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/kde-utils.scm b/gnu/packages/kde-utils.scm
index 3c0eb09745..642a5bbea6 100644
--- a/gnu/packages/kde-utils.scm
+++ b/gnu/packages/kde-utils.scm
@@ -24,6 +24,8 @@
#:use-module (guix packages)
#:use-module (gnu packages compression)
#:use-module (gnu packages gnome)
+ #:use-module (gnu packages imagemagick)
+ #:use-module (gnu packages pkg-config)
#:use-module (gnu packages kde)
#:use-module (gnu packages kde-frameworks)
#:use-module (gnu packages kde-plasma)
@@ -297,6 +299,34 @@ Almost completely customizable, Krusader is very user friendly, fast and looks
great on your desktop.")
(license license:gpl2+)))
+(define-public kxstitch
+ (package
+ (name "kxstitch")
+ (version "2.2.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://kde/stable/kxstitch/" version
+ "/kxstitch-" version ".tar.xz"))
+ (sha256
+ (base32 "1q6blvcqz6hxdfrkdi0fplmz7rmk3im56kpp68r0yrivhx3hn8sc"))))
+ (build-system qt-build-system)
+ (native-inputs
+ `(("extra-cmake-modules" ,extra-cmake-modules)
+ ("kdoctools" ,kdoctools)
+ ("pkg-config" ,pkg-config)))
+ (inputs
+ `(("ktexteditor" ,ktexteditor)
+ ("imagemagick" ,imagemagick)
+ ("qtbase" ,qtbase)
+ ("qtx11extras" ,qtx11extras)))
+ (home-page "https://kde.org/applications/en/graphics/org.kde.kxstitch")
+ (synopsis "Create and print cross stitch patterns")
+ (description
+ "KXStitch allows creating and printing cross stitch patterns, which can
+either be created or generated from a image.")
+ (license license:gpl2+)))
+
(define-public okteta
(package
(name "okteta")
@@ -510,3 +540,4 @@ It can quickly remove temporary information, such as web page cookies,
browser history, or the list of recently-opened documents. It helps provide
additional privacy on a system shared between multiple users.")
(license license:lgpl2.0+ )))
+<
--
2.28.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#42876] [PATCH] gnu: Add kxstitch.
2020-08-15 20:23 [bug#42876] [PATCH] gnu: Add kxstitch Christopher Baines
@ 2020-08-16 7:22 ` Mathieu Othacehe
2020-08-16 10:20 ` bug#42876: " Christopher Baines
0 siblings, 1 reply; 3+ messages in thread
From: Mathieu Othacehe @ 2020-08-16 7:22 UTC (permalink / raw)
To: Christopher Baines; +Cc: 42876
Hello Christopher,
> * gnu/packages/kde-utils.scm (kxstitch): New variable.
This looks fine, feel free to proceed!
Thanks,
Mathieu
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#42876: [PATCH] gnu: Add kxstitch.
2020-08-16 7:22 ` Mathieu Othacehe
@ 2020-08-16 10:20 ` Christopher Baines
0 siblings, 0 replies; 3+ messages in thread
From: Christopher Baines @ 2020-08-16 10:20 UTC (permalink / raw)
To: Mathieu Othacehe; +Cc: 42876-done
[-- Attachment #1: Type: text/plain, Size: 266 bytes --]
Mathieu Othacehe writes:
> Hello Christopher,
>
>> * gnu/packages/kde-utils.scm (kxstitch): New variable.
>
> This looks fine, feel free to proceed!
Thanks for taking a look, I've pushed this as
f27a7e41568c0ae47b8c9a34c4f7e628e97d6c46 now.
Thanks again,
Chris
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 962 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-08-16 10:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-15 20:23 [bug#42876] [PATCH] gnu: Add kxstitch Christopher Baines
2020-08-16 7:22 ` Mathieu Othacehe
2020-08-16 10:20 ` bug#42876: " Christopher Baines
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).