Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/
Date: Thu, 02 Sep 2021 12:54:46
Message-Id: 1630587272.c32dfd87cbb848085cf9bb53d29888815a6a83d7.juippis@gentoo
1 commit: c32dfd87cbb848085cf9bb53d29888815a6a83d7
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 2 12:51:20 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 2 12:54:32 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c32dfd87
7
8 gnome-extra/gnome-commander: add some missing deps for 1.12.2
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 .../gnome-commander/gnome-commander-1.12.2.ebuild | 18 +++++++++++++-----
13 1 file changed, 13 insertions(+), 5 deletions(-)
14
15 diff --git a/gnome-extra/gnome-commander/gnome-commander-1.12.2.ebuild b/gnome-extra/gnome-commander/gnome-commander-1.12.2.ebuild
16 index 5bb6f2ca66d..e858a41efc1 100644
17 --- a/gnome-extra/gnome-commander/gnome-commander-1.12.2.ebuild
18 +++ b/gnome-extra/gnome-commander/gnome-commander-1.12.2.ebuild
19 @@ -18,14 +18,22 @@ RESTRICT="!test? ( test )"
20
21 RDEPEND="
22 app-text/yelp-tools
23 - >=dev-libs/glib-2.62.0:2
24 - >=gnome-base/gnome-vfs-2.0.0
25 - >=x11-libs/gtk+-2.24.0:2
26 + dev-libs/atk
27 + dev-libs/glib:2
28 + gnome-base/gconf:2
29 + gnome-base/gnome-vfs
30 + media-libs/fontconfig
31 + media-libs/freetype
32 + media-libs/harfbuzz:=
33 + x11-libs/cairo
34 + x11-libs/gdk-pixbuf:2
35 + x11-libs/gtk+:2
36 + x11-libs/pango
37 chm? ( dev-libs/chmlib )
38 exif? ( >=media-gfx/exiv2-0.14 )
39 - gsf? ( >=gnome-extra/libgsf-1.12.0 )
40 + gsf? ( gnome-extra/libgsf:= )
41 pdf? ( >=app-text/poppler-0.18 )
42 - samba? ( >=gnome-base/gnome-vfs-2.0.0[samba] )
43 + samba? ( gnome-base/gnome-vfs:=[samba] )
44 taglib? ( >=media-libs/taglib-1.4 )
45 unique? ( >=dev-libs/libunique-0.9.3:1 )
46 "