From: Sughosha via Guix-patches via <guix-patches@gnu.org>
To: 74047@debbugs.gnu.org
Cc: Sughosha <sughosha@disroot.org>
Subject: [bug#74047] [PATCH 1/2] gnu: Remove ghostwriter.
Date: Sun, 27 Oct 2024 21:38:14 +0530 [thread overview]
Message-ID: <b9a5eb071e5d2a0e9edbd3e31ff3929262d829a2.1730045295.git.sughosha@disroot.org> (raw)
In-Reply-To: <cover.1730044947.git.sughosha@disroot.org>
* gnu/packages/text-editors.scm (ghostwriter): Remove variable.
Change-Id: I3bf4f80a232539bad72dec1110734408d5054453
---
gnu/packages/text-editors.scm | 56 -----------------------------------
1 file changed, 56 deletions(-)
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index bfd9a7a060..fae021f012 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -89,7 +89,6 @@ (define-module (gnu packages text-editors)
#:use-module (gnu packages gtk)
#:use-module (gnu packages guile)
#:use-module (gnu packages haskell-xyz)
- #:use-module (gnu packages hunspell)
#:use-module (gnu packages image)
#:use-module (gnu packages lesstif)
#:use-module (gnu packages libbsd)
@@ -869,61 +868,6 @@ (define-public qemacs
@end itemize")
(license license:lgpl2.1+)))
-(define-public ghostwriter
- (package
- (name "ghostwriter")
- (version "2.1.4")
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/wereturtle/ghostwriter")
- (commit version)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "1w8a6vkhmdbp4kzb7aprvfni9ny47dj0vigbcnsh539dn3sp1gan"))))
- (build-system gnu-build-system)
- (native-inputs
- (list pkg-config qttools-5)) ; for lrelease
- (inputs
- (list bash-minimal
- hunspell
- qtbase-5
- qtdeclarative-5
- qtmultimedia-5
- qtquickcontrols-5
- qtsvg-5
- qtwebchannel-5))
- (propagated-inputs ; To get native-search-path
- (list qtwebengine-5))
- (arguments
- (list
- #:phases
- #~(modify-phases %standard-phases
- (replace 'configure
- (lambda* (#:key outputs #:allow-other-keys)
- (invoke "qmake" (string-append "PREFIX=" #$output))))
- (add-after 'configure 'create-translations
- (lambda _
- ;; `lrelease` will not overwrite, so delete existing .qm files
- (for-each delete-file (find-files "translations" ".*\\.qm"))
- (apply invoke "lrelease" (find-files "translations" ".*\\.ts"))))
- ;; Ensure that icons are found at runtime.
- (add-after 'install 'wrap-executable
- (lambda* (#:key inputs outputs #:allow-other-keys)
- (wrap-program (string-append #$output "/bin/ghostwriter")
- `("QT_PLUGIN_PATH" ":" prefix
- #$(map (lambda (label)
- (file-append (this-package-input label)
- "/lib/qt5/plugins"))
- '("qtsvg" "qtmultimedia")))))))))
- (home-page "https://wereturtle.github.io/ghostwriter/")
- (synopsis "Write without distractions")
- (description
- "@code{ghostwriter} provides a relaxing, distraction-free writing
-environment with Markdown markup.")
- (license license:gpl3+))) ; icons/* under CC-BY-SA3
-
(define-public manuskript
(package
(name "manuskript")
base-commit: 091131af64fd4e4e925fff829fa19097cfcdfcc5
--
2.46.0
next prev parent reply other threads:[~2024-10-27 16:09 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-27 16:02 [bug#74047] [PATCH 0/2] gnu: ghostwriter: Redefine variable Sughosha via Guix-patches via
2024-10-27 16:08 ` Sughosha via Guix-patches via [this message]
2024-10-27 16:08 ` [bug#74047] [PATCH 2/2] gnu: Add ghostwriter Sughosha via Guix-patches via
2024-10-28 4:33 ` [bug#74047] [PATCH 0/2] gnu: ghostwriter: Redefine variable Z572
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=b9a5eb071e5d2a0e9edbd3e31ff3929262d829a2.1730045295.git.sughosha@disroot.org \
--to=guix-patches@gnu.org \
--cc=74047@debbugs.gnu.org \
--cc=sughosha@disroot.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.