Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 60540
Collapse All | Expand All

(-)sylpheed-0.9.12-r2.ebuild (-3 / +14 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2004 Gentoo Foundation
1
# Copyright 1999-2004 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/mail-client/sylpheed/sylpheed-0.9.12-r2.ebuild,v 1.3 2004/06/27 19:34:16 kugelfang Exp $
3
# $Header: $
4
4
5
inherit eutils
5
inherit eutils
6
6
Lines 29-35 Link Here
29
	ssl? ( dev-libs/openssl )
29
	ssl? ( dev-libs/openssl )
30
	pda? ( app-pda/jpilot )
30
	pda? ( app-pda/jpilot )
31
	ldap? ( >=net-nds/openldap-2.0.11 )
31
	ldap? ( >=net-nds/openldap-2.0.11 )
32
	crypt? ( <app-crypt/gpgme-0.4 )
32
	crypt? ( =app-crypt/gpgme-0.3.14-r1 )
33
	xface? ( >=media-libs/compface-1.4 )"
33
	xface? ( >=media-libs/compface-1.4 )"
34
RDEPEND="${DEPEND}
34
RDEPEND="${DEPEND}
35
	app-misc/mime-types
35
	app-misc/mime-types
Lines 45-51 Link Here
45
45
46
	if use gtk2; then
46
	if use gtk2; then
47
		epatch ${WORKDIR}/${P}-gtk2-${GTK2_PATCHVER}.diff
47
		epatch ${WORKDIR}/${P}-gtk2-${GTK2_PATCHVER}.diff
48
		epatch ${FILESDIR}/${P}-64bit.patch
49
		! use crypt && cp ac/missing/gpgme.m4 ac
48
		! use crypt && cp ac/missing/gpgme.m4 ac
50
		./autogen.sh
49
		./autogen.sh
51
	fi
50
	fi
Lines 56-61 Link Here
56
55
57
	local myconf
56
	local myconf
58
57
58
	# for gpgme support
59
	export GPGME_CONFIG=${ROOT}/usr/bin/gpgme3-config
60
61
	# For gnupg-1.9
62
	if [ -x ${ROOT}/usr/bin/gpg ];
63
	then
64
		export GPG_PATH=${ROOT}/usr/bin/gpg
65
	elif [ -x ${ROOT}/usr/bin/gpg2 ];
66
	then
67
		export GPG_PATH=${ROOT}/usr/bin/gpg2
68
	fi
69
	
59
	if use gtk2; then
70
	if use gtk2; then
60
		myconf="--enable-gdk-pixbuf"
71
		myconf="--enable-gdk-pixbuf"
61
72

Return to bug 60540