diff options
author | Alexander Kurakin <kuraga333@mail.ru> | 2023-07-05 19:07:32 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-03-21 06:39:03 +0100 |
commit | 3a859adacb343b712ba25326ba9dfa0d7a83b6d1 (patch) | |
tree | 64b8d27b7572f7af144fa1b81716f5ce27650b57 /xfce-extra | |
parent | xfce-extra/xfce4-kbdleds-plugin: fix undefined references (diff) | |
download | gentoo-3a859adacb343b712ba25326ba9dfa0d7a83b6d1.tar.gz gentoo-3a859adacb343b712ba25326ba9dfa0d7a83b6d1.tar.bz2 gentoo-3a859adacb343b712ba25326ba9dfa0d7a83b6d1.zip |
xfce-extra/xfce4-xkb-plugin: add dev-libs/glib dependency
GLib dependency introduced in
https://gitlab.xfce.org/panel-plugins/xfce4-xkb-plugin/-/commit/d9ec91258306ba5b22d8248da023b5f041480523.
[mgorny: removed revbump, dev-libs/glib is a dep of GTK+]
Closes: https://bugs.gentoo.org/909737
Signed-off-by: Alexander Kurakin <kuraga333@mail.ru>
Closes: https://github.com/gentoo/gentoo/pull/31767
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.3.ebuild b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.3.ebuild index 189676d4dc45..58acff9b2d21 100644 --- a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.3.ebuild +++ b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,6 +15,7 @@ KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 ~amd64-linux IUSE="libnotify" DEPEND=" + >=dev-libs/glib-2.50.0 gnome-base/librsvg x11-libs/gtk+:3 x11-libs/libwnck:3 |