From: gemmaro <gemmaro.dev@gmail.com>
To: 72871@debbugs.gnu.org
Cc: gemmaro <gemmaro.dev@gmail.com>, Andrew Tropin <andrew@trop.in>,
Katherine Cox-Buday <cox.katherine.e+guix@gmail.com>,
Liliana Marie Prikler <liliana.prikler@gmail.com>
Subject: [bug#72871] [PATCH] gnu: Add emacs-qt-pro-mode.
Date: Thu, 29 Aug 2024 20:34:54 +0900 [thread overview]
Message-ID: <f7a7b4059b167979db1d6d9916d08dfe8616c125.1724931294.git.gemmaro.dev@gmail.com> (raw)
* gnu/packages/emacs-xyz.scm (emacs-qt-pro-mode): New variable.
Change-Id: I49db0f62280aa86830eb535c4b179be1bb692db4
---
gnu/packages/emacs-xyz.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 79ea0955d4..5589d16d49 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -14358,6 +14358,35 @@ (define-public emacs-qml-mode
builtin JavaScript mode.")
(license license:gpl2+)))
+(define-public emacs-qt-pro-mode
+ (let ((revision "0")
+ (commit "7a2da323de834294b413cbbb3c92f42f54913643"))
+ (package
+ (name "emacs-qt-pro-mode")
+ (version (git-version "1.0.1" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/emacsorphanage/qt-pro-mode")
+ (commit commit)))
+ (sha256
+ (base32 "07054hzl7gd0wfibcqvij2wx9zji330gsryn53qad9gyalvlavpa"))))
+ (build-system emacs-build-system)
+ (arguments
+ (list
+ #:tests? #t
+ #:phases #~(modify-phases %standard-phases
+ (replace 'check
+ (lambda* (#:key tests? #:allow-other-keys)
+ (when tests?
+ (invoke "make" "test")))))))
+ (home-page "https://github.com/emacsorphanage/qt-pro-mode")
+ (synopsis "Emacs major mode for Qt build-system files")
+ (description
+ "This package provides a major mode for editing Qt build-system files.")
+ (license license:gpl2+))))
+
(define-public emacs-queue
(package
(name "emacs-queue")
base-commit: 09fe58e08cb1ff9be93752b018c5dd55c8ef9498
--
2.45.2
next reply other threads:[~2024-08-29 11:36 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-29 11:34 gemmaro [this message]
2024-09-05 17:52 ` bug#72871: [PATCH] gnu: Add emacs-qt-pro-mode Nicolas Goaziou via Guix-patches via
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=f7a7b4059b167979db1d6d9916d08dfe8616c125.1724931294.git.gemmaro.dev@gmail.com \
--to=gemmaro.dev@gmail.com \
--cc=72871@debbugs.gnu.org \
--cc=andrew@trop.in \
--cc=cox.katherine.e+guix@gmail.com \
--cc=liliana.prikler@gmail.com \
/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.