unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
To: Sughosha <sughosha@disroot.org>
Cc: 65365@debbugs.gnu.org
Subject: [bug#65365] [PATCH] gnu: Add qgit.
Date: Tue, 05 Sep 2023 09:27:35 -0400	[thread overview]
Message-ID: <87bkeglph4.fsf@gmail.com> (raw)
In-Reply-To: <20230818145246.8135-1-sughosha@disroot.org> (sughosha@disroot.org's message of "Fri, 18 Aug 2023 16:52:46 +0200")

Hi Sughosha,

Sughosha <sughosha@disroot.org> writes:

> * gnu/packages/version-control.scm (qgit): New variable.
> ---
>  gnu/packages/version-control.scm | 37 ++++++++++++++++++++++++++++++++++++-
>  1 file changed, 36 insertions(+), 1 deletion(-)
>
> diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
> index 699a091..5143438 100644
> --- a/gnu/packages/version-control.scm
> +++ b/gnu/packages/version-control.scm
> @@ -79,6 +79,7 @@ (define-module (gnu packages version-control)
>    #:use-module (guix build-system go)
>    #:use-module (guix build-system perl)
>    #:use-module (guix build-system python)
> +  #:use-module (guix build-system qt)
>    #:use-module (guix build-system trivial)
>    #:use-module (gnu packages apr)
>    #:use-module (gnu packages autotools)
> @@ -1297,7 +1298,7 @@ (define-public python-gitpython
>  either a pure Python implementation, or the faster, but more resource intensive
>   @command{git} command implementation.")
>       (license license:bsd-3)))
> - 
> +
>  (define-public savane
>    (package
>      (name "savane")
> @@ -3545,6 +3546,40 @@ (define-public tkrev
>  TkDiff is included for browsing and merging your changes.")
>      (license license:gpl2+)))
>  
> +(define-public qgit
> +  (package
> +    (name "qgit")
> +    (version "2.10")
> +    (source (origin
> +              (method git-fetch)
> +              (uri (git-reference
> +                     (url "https://github.com/tibirna/qgit")
> +                     (commit (string-append "qgit-" version))))
> +              (file-name (git-file-name name version))
> +              (sha256
> +               (base32
> +                "10j5xll7ai1rb2ybyblbgqm762bqspffpf33fdr61qdchnp2gkf4"))))
> +    (build-system qt-build-system)
> +    (arguments
> +     (list #:tests? #f)) ;no tests
> +    (propagated-inputs
> +     (list git))
> +    (home-page "https://github.com/tibirna/qgit")
> +    (synopsis "Graphical front-end for git")
> +    (description
> +     "Qgit is a graphical front-end for git, with features to:
> +@itemize
> +@item view revisions, diffs, files history, files annotation and archive tree,
> +@item commit changes visually cherry picking modified files,
> +@item apply or save patch series from selected commits, drag and drop commits,
> +@item associate commands sequences, scripts and anything else executable to a
> + custom action,
> +@item push/pop commits,
> +@item apply/save/create patches
> +@item and cherry pick single modified files.
> +@end itemize")
> +    (license license:gpl3+)))

Does this build using Qt 6?  If so, it'd be best to provide the #:qtbase
argument with the package qtbase, which is at version 6 (by default it
currently still uses Qt 5).

-- 
Thanks,
Maxim




  reply	other threads:[~2023-09-05 13:28 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-18 14:52 [bug#65365] [PATCH] gnu: Add qgit Sughosha via Guix-patches via
2023-09-05 13:27 ` Maxim Cournoyer [this message]
2023-09-17  8:07   ` sughosha via Guix-patches via
2023-09-17 20:28     ` bug#65365: " Maxim Cournoyer

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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87bkeglph4.fsf@gmail.com \
    --to=maxim.cournoyer@gmail.com \
    --cc=65365@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 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).