GNU bug report logs -
#42876
[PATCH] gnu: Add kxstitch.
Previous Next
Reported by: Christopher Baines <mail <at> cbaines.net>
Date: Sat, 15 Aug 2020 20:24:02 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 42876 in the body.
You can then email your comments to 42876 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#42876
; Package
guix-patches
.
(Sat, 15 Aug 2020 20:24:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Christopher Baines <mail <at> cbaines.net>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sat, 15 Aug 2020 20:24:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#42876
; Package
guix-patches
.
(Sun, 16 Aug 2020 07:23:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 42876 <at> debbugs.gnu.org (full text, mbox):
Hello Christopher,
> * gnu/packages/kde-utils.scm (kxstitch): New variable.
This looks fine, feel free to proceed!
Thanks,
Mathieu
Reply sent
to
Christopher Baines <mail <at> cbaines.net>
:
You have taken responsibility.
(Sun, 16 Aug 2020 10:22:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Christopher Baines <mail <at> cbaines.net>
:
bug acknowledged by developer.
(Sun, 16 Aug 2020 10:22:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 42876-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
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
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 13 Sep 2020 11:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 4 years and 275 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.