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

Collapse All | Expand All

(-)kdepim-3.5.9-r1.ebuild (-2 / +3 lines)
Lines 21-31 Link Here
21
		>=dev-libs/cyrus-sasl-2
21
		>=dev-libs/cyrus-sasl-2
22
		gnokii? ( app-mobilephone/gnokii )
22
		gnokii? ( app-mobilephone/gnokii )
23
		>=app-crypt/gpgme-1.1.2-r1
23
		>=app-crypt/gpgme-1.1.2-r1
24
		|| ( >=app-crypt/gnupg-2.0.1-r1 <app-crypt/gnupg-1.9 )
24
		|| ( >=app-crypt/gnupg-2.0.1-r1 <app-crypt/gnupg-1.9 )
25
		x11-libs/libXScrnSaver
25
		x11-libs/libXScrnSaver
26
		app-pda/libopensync
26
		>=app-pda/libopensync-0.35
27
		pda? ( >=app-pda/pilot-link-0.12.0 >=dev-libs/libmal-0.44 )"
27
		pda? ( >=app-pda/pilot-link-0.12.0 >=dev-libs/libmal-0.44 )"
28
28
29
RDEPEND="${DEPEND}
29
RDEPEND="${DEPEND}
30
		app-crypt/pinentry"
30
		app-crypt/pinentry"
31
31
Lines 33-43 Link Here
33
	x11-proto/scrnsaverproto
33
	x11-proto/scrnsaverproto
34
	x11-apps/xhost"
34
	x11-apps/xhost"
35
35
36
PATCHES=( "${FILESDIR}/certmanager-${PV}-fix-kdeenablefinal.patch"
36
PATCHES=( "${FILESDIR}/certmanager-${PV}-fix-kdeenablefinal.patch"
37
			"${FILESDIR}/korganizer-${PV}-kdeenablefinal.patch"
37
			"${FILESDIR}/korganizer-${PV}-kdeenablefinal.patch"
38
			"${FILESDIR}/akregator-${PV}-customcolors.patch" )
38
			"${FILESDIR}/akregator-${PV}-customcolors.patch"
39
			"${FILESDIR}/kitchensync-${PV}-OpenSync0.30API.patch" )
39
40
40
src_unpack() {
41
src_unpack() {
41
	kde_src_unpack
42
	kde_src_unpack
42
43
43
	# Call Qt 3 designer
44
	# Call Qt 3 designer

Return to bug 202974