summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-04-21 05:31:24 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-04-21 05:31:24 +0000
commit25b561120f5c55900e6b2882d4a426b4cbd57bc4 (patch)
treef0fd0e3c8b62b83e23ca69d25c7b1ba68b93e064 /xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.1.0.ebuild
parentBypass grepping of files in /usr/include #411337 by Leho Kraav. (diff)
downloadhistorical-25b561120f5c55900e6b2882d4a426b4cbd57bc4.tar.gz
historical-25b561120f5c55900e6b2882d4a426b4cbd57bc4.tar.bz2
historical-25b561120f5c55900e6b2882d4a426b4cbd57bc4.zip
tidy. use libdir instead of libexecdir
Package-Manager: portage-2.2.0_alpha100/cvs/Linux x86_64
Diffstat (limited to 'xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.1.0.ebuild')
-rw-r--r--xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.1.0.ebuild12
1 files changed, 8 insertions, 4 deletions
diff --git a/xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.1.0.ebuild b/xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.1.0.ebuild
index 76356842ec0c..23793f151940 100644
--- a/xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.1.0.ebuild
+++ b/xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.1.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.1.0.ebuild,v 1.6 2011/05/31 11:08:37 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.1.0.ebuild,v 1.7 2012/04/21 05:31:24 ssuominen Exp $
EAPI=4
EAUTORECONF=yes
-inherit xfconf
+inherit multilib xfconf
DESCRIPTION="Mail notification panel plugin"
HOMEPAGE="http://spuriousinterrupt.org/projects/mailwatch"
@@ -18,7 +18,10 @@ IUSE="debug ipv6 ssl"
RDEPEND=">=xfce-base/libxfce4util-4.8
>=xfce-base/libxfcegui4-4.8
>=xfce-base/xfce4-panel-4.8
- ssl? ( >=net-libs/gnutls-1.2 )"
+ ssl? (
+ dev-libs/libgcrypt
+ >=net-libs/gnutls-2
+ )"
DEPEND="${RDEPEND}
dev-util/intltool
dev-util/pkgconfig"
@@ -31,6 +34,7 @@ pkg_setup() {
)
XFCONF=(
+ --libexecdir="${EPREFIX}"/usr/$(get_libdir)
$(use_enable ssl)
$(use_enable ipv6)
$(xfconf_use_debug)