unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Josselin Poiret via Guix-patches via <guix-patches@gnu.org>
To: 62553@debbugs.gnu.org
Cc: Josselin Poiret <dev@jpoiret.xyz>
Subject: [bug#62553] [PATCH core-updates 0/6] Various fixes to packages
Date: Thu, 30 Mar 2023 23:44:01 +0200	[thread overview]
Message-ID: <cover.1680212316.git.dev@jpoiret.xyz> (raw)

Hi everyone,

Here are some odds and ends for core-updates.  The first three commits should
fix udiskie not building, and probably some other packages!  Before this patch,
atk in gtk would conflict with the atk included by at-spi2-core (the newer one),
and sometimes would get precedence.  This was because the merge of atk,
at-spi2-core and at-spi2-atk wasn't complete, only the last two were taken care
of.  One thing I'm unsure about is giving the newer at-spi2-core as an input to
gtk+-2, but it seemed to build fine.  Haven't tested it yet though.

The first gpgme patch lets its dependents build: flatpak wasn't able to pick it
up through pkg-config without, but now fails to build for another reason on my
end (something that's not reproducible unless you have less than 3% free
space!).  The second one is just clean-up, since we now have 1.18 as the main
version.

One of zsh's tests was failing because the deprecation warning of egrep was
being added to some output, I replaced only that one with grep -E, upstream has
a more comprehensive patch that only applies to HEAD.

Best,

Josselin Poiret (6):
  gnu: Replace all uses of atk by at-spi2-core.
  gnu: atkmm: Update to 2.36.2.
  gnu: atk: Deprecate in favor of at-spi2-core.
  gnu: gpgme: Propagate libassuan.
  gnu: Remove gpgme-1.18 and qgpgme-1.18.
  gnu: zsh: Patch failing test that uses egrep.

 gnu/local.mk                                  |  3 +-
 gnu/packages/animation.scm                    |  2 +-
 gnu/packages/chromium.scm                     |  1 -
 gnu/packages/crates-gtk.scm                   |  8 +--
 gnu/packages/gimp.scm                         |  2 +-
 gnu/packages/gnome.scm                        | 14 ++---
 gnu/packages/gnupg.scm                        | 29 +----------
 gnu/packages/graphviz.scm                     |  2 +-
 gnu/packages/gtk.scm                          | 51 ++++---------------
 gnu/packages/kde-pim.scm                      |  8 +--
 gnu/packages/mate.scm                         | 14 ++---
 gnu/packages/messaging.scm                    |  2 +-
 .../patches/zsh-egrep-failing-test.patch      | 11 ++++
 gnu/packages/qt.scm                           |  2 +-
 gnu/packages/rust-apps.scm                    |  2 +-
 gnu/packages/shells.scm                       |  3 +-
 gnu/packages/vim.scm                          |  2 +-
 gnu/packages/vnc.scm                          |  2 +-
 gnu/packages/web.scm                          |  2 +-
 19 files changed, 57 insertions(+), 103 deletions(-)
 create mode 100644 gnu/packages/patches/zsh-egrep-failing-test.patch


base-commit: cdba566261428d8949fcc4f7c7066a578e3009eb
-- 
2.39.2





             reply	other threads:[~2023-03-30 21:45 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-30 21:44 Josselin Poiret via Guix-patches via [this message]
2023-03-30 21:48 ` [bug#62553] [PATCH core-updates 1/6] gnu: Replace all uses of atk by at-spi2-core Josselin Poiret via Guix-patches via
2023-03-30 21:48 ` [bug#62553] [PATCH core-updates 2/6] gnu: atkmm: Update to 2.36.2 Josselin Poiret via Guix-patches via
2023-03-30 21:48 ` [bug#62553] [PATCH core-updates 3/6] gnu: atk: Deprecate in favor of at-spi2-core Josselin Poiret via Guix-patches via
2023-03-30 21:48 ` [bug#62553] [PATCH core-updates 4/6] gnu: gpgme: Propagate libassuan Josselin Poiret via Guix-patches via
2023-03-30 21:48 ` [bug#62553] [PATCH core-updates 5/6] gnu: Remove gpgme-1.18 and qgpgme-1.18 Josselin Poiret via Guix-patches via
2023-03-30 21:48 ` [bug#62553] [PATCH core-updates 6/6] gnu: zsh: Patch failing test that uses egrep Josselin Poiret via Guix-patches via
2023-03-31 14:57 ` bug#62553: [PATCH core-updates 0/6] Various fixes to packages Guillaume Le Vaillant

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=cover.1680212316.git.dev@jpoiret.xyz \
    --to=guix-patches@gnu.org \
    --cc=62553@debbugs.gnu.org \
    --cc=dev@jpoiret.xyz \
    /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).