diff options
author | Mart Raudsepp <leio@gentoo.org> | 2017-08-27 17:25:59 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2017-08-27 17:25:59 +0300 |
commit | dab39d90ee5ce42e5d5c6694853a8080af0fd4c2 (patch) | |
tree | 24c842f3aa99dc896fb07734ef9d243699e5628c /x11-libs/gtk+ | |
parent | sci-libs/netcdf: stable 4.3.2-r1 for ia64, bug #627018 (diff) | |
download | gentoo-dab39d90ee5ce42e5d5c6694853a8080af0fd4c2.tar.gz gentoo-dab39d90ee5ce42e5d5c6694853a8080af0fd4c2.tar.bz2 gentoo-dab39d90ee5ce42e5d5c6694853a8080af0fd4c2.zip |
x11-libs/gtk+: Move adwaita-icon-theme to PDEPEND to fix circular dep
adwaita-icon-theme requires gtk+:3 at build time to properly generate the
symbolic PNG icons from SVG files with the gtk-encode-symbolic-svg tool,
which is shipped by gtk+:3. Thus adwaita-icon-theme depend in gtk+:3 can
not be a runtime only RDEPEND, but has to be PDEPEND due to PMS rule:
"Runtime dependencies (RDEPEND). These must be installed and usable before
the results of an ebuild merging are treated as usable."
Should be fine to install adwaita-icon-theme afterwards in the order, to
satisfy default theme icons.
Gentoo-bug: 628076
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'x11-libs/gtk+')
-rw-r--r-- | x11-libs/gtk+/gtk+-3.22.17.ebuild | 2 | ||||
-rw-r--r-- | x11-libs/gtk+/gtk+-3.22.19.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/gtk+/gtk+-3.22.17.ebuild b/x11-libs/gtk+/gtk+-3.22.17.ebuild index fca246b46e85..2034f00888c9 100644 --- a/x11-libs/gtk+/gtk+-3.22.17.ebuild +++ b/x11-libs/gtk+/gtk+-3.22.17.ebuild @@ -86,10 +86,10 @@ RDEPEND="${COMMON_DEPEND} >=dev-util/gtk-update-icon-cache-3 !<gnome-base/gail-1000 !<x11-libs/vte-0.31.0:2.90 - >=x11-themes/adwaita-icon-theme-3.14 " # librsvg for svg icons (PDEPEND to avoid circular dep), bug #547710 PDEPEND=" + >=x11-themes/adwaita-icon-theme-3.14 gnome-base/librsvg[${MULTILIB_USEDEP}] vim-syntax? ( app-vim/gtk-syntax ) " diff --git a/x11-libs/gtk+/gtk+-3.22.19.ebuild b/x11-libs/gtk+/gtk+-3.22.19.ebuild index 36e3f2c0152a..8ea8f71c60eb 100644 --- a/x11-libs/gtk+/gtk+-3.22.19.ebuild +++ b/x11-libs/gtk+/gtk+-3.22.19.ebuild @@ -86,11 +86,11 @@ RDEPEND="${COMMON_DEPEND} >=dev-util/gtk-update-icon-cache-3 !<gnome-base/gail-1000 !<x11-libs/vte-0.31.0:2.90 - >=x11-themes/adwaita-icon-theme-3.14 " # librsvg for svg icons (PDEPEND to avoid circular dep), bug #547710 PDEPEND=" gnome-base/librsvg[${MULTILIB_USEDEP}] + >=x11-themes/adwaita-icon-theme-3.14 vim-syntax? ( app-vim/gtk-syntax ) " |