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

(-)geary-0.8.1.ebuild (-1 / +13 lines)
Lines 6-12 Link Here
6
6
7
VALA_MIN_API_VERSION=0.22
7
VALA_MIN_API_VERSION=0.22
8
8
9
inherit eutils fdo-mime gnome2-utils vala cmake-utils
9
inherit eutils fdo-mime gnome2-utils vala cmake-utils pax-utils
10
10
11
MY_P=${P/_pre/pr}
11
MY_P=${P/_pre/pr}
12
DESCRIPTION="A lightweight, easy-to-use, feature-rich email client"
12
DESCRIPTION="A lightweight, easy-to-use, feature-rich email client"
Lines 79-84 Link Here
79
	cmake-utils_src_configure
79
	cmake-utils_src_configure
80
}
80
}
81
81
82
src_install() {
83
	cmake-utils_src_install
84
85
	if has_version '<app-crypt/p11-kit-0.20.3-r1' || has_version 'app-crypt/p11-kit[libffi]'; then
86
		if has_version '>=dev-libs/libffi-3.0.13[pax_kernel]'; then
87
			pax-mark E "${ED}usr/bin/geary"
88
		else
89
			pax-mark m "${ED}usr/bin/geary"
90
		fi
91
	fi
92
}
93
82
pkg_preinst() {
94
pkg_preinst() {
83
	gnome2_icon_savelist
95
	gnome2_icon_savelist
84
	gnome2_schemas_savelist
96
	gnome2_schemas_savelist

Return to bug 527334