Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 936502 - gnome-extra/gnome-tweaks-46.1 RDEPEND has incorrect gnome-desktop slot and missing [introspection]s
Summary: gnome-extra/gnome-tweaks-46.1 RDEPEND has incorrect gnome-desktop slot and mi...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-07-22 19:01 UTC by Chris Mayo
Modified: 2024-07-23 08:36 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Mayo 2024-07-22 19:01:19 UTC
gnome-tweaks-46.1 is a GTK 4 application and should depend on gnome-base/gnome-desktop:4 (which always includes introspection information).

gtweak/tweaks/tweak_group_keyboard.py
6:gi.require_version("GnomeDesktop", "4.0")

It also uses introspection for libadwaita, gsettings-desktop-schema and libgudev

gnome-tweaks
15:gi.require_version("Adw", "1")
16:gi.require_version("GDesktopEnums", "3.0")
17:gi.require_version('GUdev', '1.0')


@@ -28,12 +28,12 @@
 	>=dev-libs/glib-2.78:2
 	>=dev-libs/gobject-introspection-1.78.0
 	>=gui-libs/gtk-4.10.0:4[introspection]
-	>=gui-libs/libadwaita-1.4.0
-	>=dev-libs/libgudev-238
-	>=gnome-base/gnome-desktop-3.30:3[introspection]
+	>=gui-libs/libadwaita-1.4.0:1[introspection]
+	>=dev-libs/libgudev-238[introspection]
+	gnome-base/gnome-desktop:4
 	x11-libs/libnotify[introspection]
 	x11-libs/pango[introspection]
-	>=gnome-base/gsettings-desktop-schemas-46.0
+	>=gnome-base/gsettings-desktop-schemas-46.0[introspection]
 	>=gnome-base/gnome-shell-3.24
 	x11-wm/mutter
 "
Comment 1 Larry the Git Cow gentoo-dev 2024-07-23 08:36:22 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecd6d75d902a3de5a1a5dbb6630b4a6a40fafc54

commit ecd6d75d902a3de5a1a5dbb6630b4a6a40fafc54
Author:     Pacho Ramos <pacho@gentoo.org>
AuthorDate: 2024-07-23 08:32:51 +0000
Commit:     Pacho Ramos <pacho@gentoo.org>
CommitDate: 2024-07-23 08:36:06 +0000

    gnome-extra/gnome-tweaks: Fix dependencies
    
    Thanks-to: Chris Mayo
    Closes: https://bugs.gentoo.org/936502
    Signed-off-by: Pacho Ramos <pacho@gentoo.org>

 .../{gnome-tweaks-46.1.ebuild => gnome-tweaks-46.1-r1.ebuild}     | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)