unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#56840] [PATCH] FeatherPad package
@ 2022-07-30 12:31 Pavel Shlyak
  2022-07-30 13:00 ` Maxime Devos
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Pavel Shlyak @ 2022-07-30 12:31 UTC (permalink / raw)
  To: 56840

[-- Attachment #1: Type: text/plain, Size: 301 bytes --]

Hello!

Here is my patch to add FeatherPad package to guix. I upstream it from PantherX channel, hence 3 copyright lines.
I build it against Qt5 as Qt6 support in FeatherPad is experimental and is not recommended for daily usage yet.

Thank you in advance for your feedback.
Have a nice day!


[-- Attachment #2: 0001-gnu-featherpad-new-package.patch --]
[-- Type: application/octet-stream, Size: 2100 bytes --]

From d70fc5d6c2f81248b37aa7c96e06c3b1f103c889 Mon Sep 17 00:00:00 2001
From: Pavel Shlyak <p.shlyak@pantherx.org>
Date: Sat, 30 Jul 2022 13:57:30 +0300
Subject: [PATCH] gnu: featherpad: new package.

    * gnu/packages/text-editors.scm (featherpad): new package.
---
 gnu/packages/text-editors.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index 0c8531cc4d..6715dda95f 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -19,6 +19,9 @@
 ;;; Copyright © 2021 Calum Irwin <calumirwin1@gmail.com>
 ;;; Copyright © 2022 Luis Henrique Gomes Higino <luishenriquegh2701@gmail.com>
 ;;; Copyright © 2022 Foo Chuan Wei <chuanwei.foo@hotmail.com>
+;;; Copyright © 2018 Fakhri Sajadi <f.sajadi@pantherx.org>
+;;; Copyright © 2021 Reza Alizadeh Majd <r.majd@pantherx.org>
+;;; Copyright © 2022 Pavel Shlyak <p.shlyak@pantherx.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -849,6 +852,27 @@ (define-public editorconfig-core-c
 editors.")
     (license license:bsd-2)))
 
+(define-public featherpad
+  (package
+    (name "featherpad")
+    (version "1.3.0")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/tsujan/FeatherPad")
+                    (commit (string-append "V" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1knxf05lfvpfkj4lxi71kidg2f7nfkgsidb45m86h9mnbqmxzjcg"))))
+    (build-system cmake-build-system)
+    (arguments `(#:tests? #f))
+    (native-inputs (list pkg-config hunspell qtsvg qtx11extras qtbase-5))
+    (home-page "https://github.com/tsujan/FeatherPad")
+    (synopsis "Lightweight Qt5 plain-text editor for Linux")
+    (description "FeatherPad is a lightweight Qt5 plain-text editor for Linux")
+    (license license:gpl3)))
+
 (define-public texmacs
   (package
     (name "texmacs")
-- 
2.32.1 (Apple Git-133)


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2022-10-05 15:38 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-30 12:31 [bug#56840] [PATCH] FeatherPad package Pavel Shlyak
2022-07-30 13:00 ` Maxime Devos
2022-07-30 14:59   ` Pavel Shlyak
2022-07-30 21:52     ` Pavel Shlyak
2022-07-30 23:17       ` Maxime Devos
2022-08-01 20:51         ` Pavel Shlyak
2022-08-01 21:58           ` Pavel Shlyak
2022-08-11  7:58             ` Mathieu Othacehe
2022-10-05 15:37               ` Pavel Shlyak
2022-07-30 13:52 ` Tsu Jan
2022-07-30 23:31   ` Maxime Devos
2022-08-20 10:26 ` Pavel Shlyak

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).