all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#50627] [PATCH 0/2] Make wayland-protocols dependency native-input.
@ 2021-09-16 19:23 muradm
  2021-09-16 19:26 ` [bug#50627] [PATCH 1/2] gnu: gtk: Move wayland-protocols to native-inputs muradm
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: muradm @ 2021-09-16 19:23 UTC (permalink / raw)
  To: 50627

wayland-protocols is not runtime dependency and only build time
dependency for applications that directly using wayland.

Initially I tought that making wayland-protocols a native-inputs
dependency as it should, it would reduce number of dependants on
it. But it turns out other way around. With this patchset we are
fixing gtk+ to not advertise it as dependency in its .pc files,
and moving wayland-protocols to native-inputs where it should be.

Patch provided for gtk+ also merged with upstream.

Patchset prepared from core-updates-frozen. While it seems that
it will impact many other packages, actually this patch reduces
number of packages that touches wayland-protocols and probably
avoids it at runtime.

muradm (2):
  gnu: gtk: Move wayland-protocols to native-inputs.
  gnu: Fix wayland-protocols dependency to be in native-inputs.

 gnu/packages/arcan.scm                        |  6 ++--
 gnu/packages/enlightenment.scm                | 10 +++----
 gnu/packages/fcitx5.scm                       |  4 +--
 gnu/packages/freedesktop.scm                  | 14 +++++-----
 gnu/packages/gl.scm                           | 10 +++----
 gnu/packages/gtk.scm                          |  7 +++--
 gnu/packages/image.scm                        | 12 ++++----
 gnu/packages/julia-jll.scm                    |  2 +-
 gnu/packages/kde-frameworks.scm               |  6 ++--
 gnu/packages/kodi.scm                         |  4 ++-
 gnu/packages/language.scm                     |  2 +-
 .../gtk3-wayland-protocols-dependency.patch   | 23 +++++++++++++++
 gnu/packages/sdl.scm                          |  5 ++--
 gnu/packages/video.scm                        | 28 +++++++++----------
 gnu/packages/wm.scm                           |  4 +--
 gnu/packages/xdisorg.scm                      | 20 ++++++-------
 gnu/packages/xorg.scm                         |  4 ++-
 17 files changed, 95 insertions(+), 66 deletions(-)
 create mode 100644 gnu/packages/patches/gtk3-wayland-protocols-dependency.patch

-- 
2.33.0





^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2022-10-06  8:44 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-16 19:23 [bug#50627] [PATCH 0/2] Make wayland-protocols dependency native-input muradm
2021-09-16 19:26 ` [bug#50627] [PATCH 1/2] gnu: gtk: Move wayland-protocols to native-inputs muradm
2021-09-16 19:26   ` [bug#50627] [PATCH 2/2] gnu: Fix wayland-protocols dependency to be in native-inputs muradm
2021-09-16 19:57 ` [bug#50627] [PATCH 0/2] Make wayland-protocols dependency native-input Liliana Marie Prikler
2021-09-17  2:35   ` muradm
2021-09-17  7:46     ` Liliana Marie Prikler
2021-09-17  8:20       ` muradm
2021-09-17 13:01         ` Liliana Marie Prikler
2021-09-17 14:11           ` muradm
2021-09-17 17:01             ` Liliana Marie Prikler
2021-09-17 14:11 ` [bug#50627] [PATCH v1] gnu: gtk: Move wayland-protocols to inputs muradm
2022-10-06  8:18 ` Maxime Devos via Guix-patches

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.