Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 517018 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/app-arch/engrampa/engrampa-1.8.1.ebuild (-5 / +4 lines)
Lines 1-4 Link Here
1
# Copyright 1999-2014 Gentoo Foundation
1
# Copyright 1999-2015 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/app-arch/engrampa/engrampa-1.8.1.ebuild,v 1.1 2014/12/09 22:35:42 tamiko Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-arch/engrampa/engrampa-1.8.1.ebuild,v 1.1 2014/12/09 22:35:42 tamiko Exp $
4
4
Lines 21-36 Link Here
21
21
22
IUSE="caja"
22
IUSE="caja"
23
23
24
# GLib-GIO-ERROR **: Settings schema 'org.mate.caja.preferences' is not installed
25
#
26
# ... thus we depend on Caja regardless of the Caja USE flag. Patches welcome.
27
RDEPEND=">=x11-libs/gtk+-2.21.4:2
24
RDEPEND=">=x11-libs/gtk+-2.21.4:2
28
	>=dev-libs/glib-2.25.5:2
25
	>=dev-libs/glib-2.25.5:2
29
	>=dev-libs/json-glib-0.14:0
26
	>=dev-libs/json-glib-0.14:0
30
	x11-libs/gdk-pixbuf:2
27
	x11-libs/gdk-pixbuf:2
31
	x11-libs/pango:0
28
	x11-libs/pango:0
32
	virtual/libintl:0
29
	virtual/libintl:0
33
	|| ( >=mate-base/caja-1.8:0 >=mate-base/mate-file-manager-1.6:0 )
30
	x11-libs/libSM
31
	caja? ( || ( >=mate-base/caja-1.8:0 >=mate-base/mate-file-manager-1.6:0 ) )
34
	!!app-arch/mate-file-archiver"
32
	!!app-arch/mate-file-archiver"
35
33
36
DEPEND="${RDEPEND}
34
DEPEND="${RDEPEND}
Lines 41-46 Link Here
41
	virtual/pkgconfig:*"
39
	virtual/pkgconfig:*"
42
40
43
src_prepare() {
41
src_prepare() {
42
	epatch "${FILESDIR}/engrampa-1.8.1-caja-schema-fix.patch"
44
	gnome2_src_prepare
43
	gnome2_src_prepare
45
44
46
	# Drop DEPRECATED flags as configure option doesn't do it, bug #385453
45
	# Drop DEPRECATED flags as configure option doesn't do it, bug #385453

Return to bug 517018