From: Liliana Marie Prikler <liliana.prikler@gmail.com>
To: Andy Tai <atai@atai.org>, 61592@debbugs.gnu.org
Subject: [bug#61592] [PATCH] gnu: meld: Update to 3.22.0
Date: Sat, 18 Feb 2023 08:28:28 +0100 [thread overview]
Message-ID: <392b7a650f6b1730dda4a7b3c7b33558a6189e91.camel@gmail.com> (raw)
In-Reply-To: <20230218021218.10783-1-atai@atai.org>
Am Freitag, dem 17.02.2023 um 18:12 -0800 schrieb Andy Tai:
> * gnu/packages/patchutils.scm (meld): Update to 3.22.0
> ---
> gnu/packages/patchutils.scm | 87 +++++++++++++++++------------------
> --
> 1 file changed, 39 insertions(+), 48 deletions(-)
>
> diff --git a/gnu/packages/patchutils.scm
> b/gnu/packages/patchutils.scm
> index dd5e6bae9a..b5347d6a22 100644
> --- a/gnu/packages/patchutils.scm
> +++ b/gnu/packages/patchutils.scm
> @@ -5,6 +5,7 @@
> ;;; Copyright © 2019 Christopher Baines <mail@cbaines.net>
> ;;; Copyright © 2021 Xinglu Chen <public@yoctocell.xyz>
> ;;; Copyright © 2022 jgart <jgart@dismail.de>
> +;;; Copyright © 2023 Andy Tai <atai@atai.org>
> ;;;
> ;;; This file is part of GNU Guix.
> ;;;
> @@ -29,6 +30,8 @@ (define-module (gnu packages patchutils)
> #:use-module (guix download)
> #:use-module (guix git-download)
> #:use-module (guix build-system gnu)
> + #:use-module (guix build-system glib-or-gtk)
> + #:use-module (guix build-system meson)
> #:use-module (guix build-system python)
> #:use-module (gnu packages)
> #:use-module (gnu packages ed)
> @@ -37,6 +40,7 @@ (define-module (gnu packages patchutils)
> #:use-module (gnu packages check)
> #:use-module (gnu packages databases)
> #:use-module (gnu packages django)
> + #:use-module (gnu packages freedesktop)
> #:use-module (gnu packages file)
> #:use-module (gnu packages gawk)
> #:use-module (gnu packages gettext)
> @@ -47,8 +51,11 @@ (define-module (gnu packages patchutils)
> #:use-module (gnu packages less)
> #:use-module (gnu packages mail)
> #:use-module (gnu packages ncurses)
> + #:use-module (gnu packages package-management)
> #:use-module (gnu packages perl)
> + #:use-module (gnu packages pkg-config)
> #:use-module (gnu packages python)
> + #:use-module (gnu packages python-build)
> #:use-module (gnu packages python-xyz)
> #:use-module (gnu packages version-control)
> #:use-module (gnu packages xml))
> @@ -214,7 +221,7 @@ (define-public vbindiff
> (define-public meld
> (package
> (name "meld")
> - (version "3.20.4")
> + (version "3.22.0")
> (source
> (origin
> (method url-fetch)
> @@ -222,66 +229,50 @@ (define-public meld
> (version-major+minor version)
> "/meld-" version ".tar.xz"))
> (sha256
> - (base32
> "04vx2mdbcdin0g3w8x910czfch5vyrl8drv1f2l8gxh6qvp113pl"))))
> - (build-system python-build-system)
> + (base32
> "03f4j27amyi28flkks8i9bhqzd6xhm6d3c6jzxc57rzniv4hgh9z"))))
> + (build-system meson-build-system)
> (native-inputs
> - `(("intltool" ,intltool)
> - ("xmllint" ,libxml2)
> - ("glib-compile-schemas" ,glib "bin")
> - ("python-pytest" ,python-pytest)))
> + (list desktop-file-utils
> + intltool
> + itstool
> + libxml2
> + `(,glib "bin")
> + `(,gtk+ "bin") ; for gtk-update-icon-cache
> + gobject-introspection
> + pkg-config
> + python)
Even if it's a chore, please separate style changes and actual changes
into two commits.
Cheers
next prev parent reply other threads:[~2023-02-18 7:29 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-18 2:12 [bug#61592] [PATCH] gnu: meld: Update to 3.22.0 Andy Tai
2023-02-18 7:28 ` Liliana Marie Prikler [this message]
2023-02-23 6:37 ` [bug#61592] [PATCH v2 1/2] " Andy Tai
2023-02-23 6:37 ` [bug#61592] [PATCH v3 " Andy Tai
2023-03-04 17:37 ` [bug#61592] [PATCH] " Ludovic Courtès
2023-02-23 6:37 ` [bug#61592] [PATCH v2 2/2] gnu: meld: Use new style inputs and gexps Andy Tai
2023-02-23 6:37 ` [bug#61592] [PATCH v3 2/2] gnu: meld: Use new package style Andy Tai
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=392b7a650f6b1730dda4a7b3c7b33558a6189e91.camel@gmail.com \
--to=liliana.prikler@gmail.com \
--cc=61592@debbugs.gnu.org \
--cc=atai@atai.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.