diff options
| author | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2026-01-12 20:33:44 +0000 |
|---|---|---|
| committer | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2026-01-12 20:33:44 +0000 |
| commit | a5983b59397933b505cebc1ebb327f8a083c80c6 (patch) | |
| tree | 59a4caf0209759b8ac5d4c2fac9f963d53619c26 /x11-libs/gtk+/metadata.xml | |
| parent | 473d8d570ade587c2b976d9a6590ee4ffc315ce9 (diff) | |
add patched gtk+ from flussence
Diffstat (limited to 'x11-libs/gtk+/metadata.xml')
| -rw-r--r-- | x11-libs/gtk+/metadata.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/x11-libs/gtk+/metadata.xml b/x11-libs/gtk+/metadata.xml new file mode 100644 index 0000000..aaf21a0 --- /dev/null +++ b/x11-libs/gtk+/metadata.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <longdescription lang="en"> + This is a patched version of Gentoo's gtk+:3 ebuild to make optional its + transitive dependency on <pkg>sys-apps/dbus</pkg>, by adding a + USE=accessibility flag. Disabling it makes <pkg>dev-libs/atk</pkg> + redundant, and also prevents spawning extra runtime processes for it. + Note that many other packages pull in ATK anyway, including all the + Chromium-based blobs. + </longdescription> + <maintainer type="person"> + <email>gentoo+bugs@flussence.eu</email> + <name>flussence</name> + </maintainer> + <upstream> + <bugs-to>https://gitlab.gnome.org/GNOME/gtk/-/issues/</bugs-to> + <changelog>https://gitlab.gnome.org/GNOME/gtk/-/tags?format=atom</changelog> + <doc>https://www.gtk.org/docs/</doc> + <remote-id type="cpe">cpe:/a:gtk:gtk%2B</remote-id> + </upstream> + <use> + <!-- Borrowed verbatim from ::gentoo --> + <flag name="broadway">Enable the GDK Broadway backend.</flag> + <flag name="cloudproviders">Enable GtkPlacesSidebar to access cloud services</flag> + <flag name="colord">Use <pkg>x11-misc/colord</pkg> for color management + in printing</flag> + <flag name="sysprof">Enable profiling data capture support using + <pkg>dev-util/sysprof-capture</pkg></flag> + </use> +</pkgmetadata> |
