diff options
author | Joonas Niilola <juippis@gentoo.org> | 2021-09-02 15:51:20 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-09-02 15:54:32 +0300 |
commit | c32dfd87cbb848085cf9bb53d29888815a6a83d7 (patch) | |
tree | 1e16341f00d1329cdc6fa839d808fef7da68ddee /gnome-extra/gnome-commander | |
parent | gnome-extra/gnome-commander: remove outdated gcc<8 check (diff) | |
download | gentoo-c32dfd87cbb848085cf9bb53d29888815a6a83d7.tar.gz gentoo-c32dfd87cbb848085cf9bb53d29888815a6a83d7.tar.bz2 gentoo-c32dfd87cbb848085cf9bb53d29888815a6a83d7.zip |
gnome-extra/gnome-commander: add some missing deps for 1.12.2
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'gnome-extra/gnome-commander')
-rw-r--r-- | gnome-extra/gnome-commander/gnome-commander-1.12.2.ebuild | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/gnome-extra/gnome-commander/gnome-commander-1.12.2.ebuild b/gnome-extra/gnome-commander/gnome-commander-1.12.2.ebuild index 5bb6f2ca66dc..e858a41efc10 100644 --- a/gnome-extra/gnome-commander/gnome-commander-1.12.2.ebuild +++ b/gnome-extra/gnome-commander/gnome-commander-1.12.2.ebuild @@ -18,14 +18,22 @@ RESTRICT="!test? ( test )" RDEPEND=" app-text/yelp-tools - >=dev-libs/glib-2.62.0:2 - >=gnome-base/gnome-vfs-2.0.0 - >=x11-libs/gtk+-2.24.0:2 + dev-libs/atk + dev-libs/glib:2 + gnome-base/gconf:2 + gnome-base/gnome-vfs + media-libs/fontconfig + media-libs/freetype + media-libs/harfbuzz:= + x11-libs/cairo + x11-libs/gdk-pixbuf:2 + x11-libs/gtk+:2 + x11-libs/pango chm? ( dev-libs/chmlib ) exif? ( >=media-gfx/exiv2-0.14 ) - gsf? ( >=gnome-extra/libgsf-1.12.0 ) + gsf? ( gnome-extra/libgsf:= ) pdf? ( >=app-text/poppler-0.18 ) - samba? ( >=gnome-base/gnome-vfs-2.0.0[samba] ) + samba? ( gnome-base/gnome-vfs:=[samba] ) taglib? ( >=media-libs/taglib-1.4 ) unique? ( >=dev-libs/libunique-0.9.3:1 ) " |