From 6d31ccab24c30c20a2b8de8b1ebd756517f2ed1d Mon Sep 17 00:00:00 2001 From: Samuli Suominen Date: Sat, 7 Aug 2010 12:33:45 +0000 Subject: Fix LDFLAGS vs. LDADD mistake in Makefile.am and link to libxfcegui4 wrt #331501 by Diego E. Pettenò. (Portage version: 2.2_rc67/cvs/Linux x86_64) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../xfce4-mailwatch-plugin-1.1.0.ebuild | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.1.0.ebuild') 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 f4debee752a7..43ae78fb794f 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,8 +1,9 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 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.2 2009/10/08 17:36:19 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.1.0.ebuild,v 1.3 2010/08/07 12:33:44 ssuominen Exp $ EAPI=2 +EAUTORECONF=yes inherit xfconf DESCRIPTION="Mail notification panel plugin" @@ -23,10 +24,13 @@ DEPEND="${RDEPEND} dev-util/pkgconfig" pkg_setup() { - DOCS="AUTHORS ChangeLog NEWS README TODO" + PATCHES=( + "${FILESDIR}"/${P}-no-ssl.patch + "${FILESDIR}"/${P}-link_to_libxfcegui4.patch + ) XFCONF="--disable-dependency-tracking $(use_enable ssl) $(use_enable ipv6) - $(use_enable debug)" - PATCHES=( "${FILESDIR}/${P}-no-ssl.patch" ) + $(xfconf_use_debug)" + DOCS="AUTHORS ChangeLog NEWS README TODO" } -- cgit v1.2.3-65-gdbad