From 5543e3b6b75a7aa24ff0987282cd70368f72e5d1 Mon Sep 17 00:00:00 2001 From: Samuli Suominen Date: Sun, 4 May 2008 11:11:05 +0000 Subject: Fix 'make check' wrt #219860, thanks to Michal Kiedrowicz. Package-Manager: portage-2.1.5_rc6 --- xfce-extra/xfce4-dict/ChangeLog | 5 ++++- xfce-extra/xfce4-dict/xfce4-dict-0.3.0.ebuild | 7 ++++++- 2 files changed, 10 insertions(+), 2 deletions(-) (limited to 'xfce-extra') diff --git a/xfce-extra/xfce4-dict/ChangeLog b/xfce-extra/xfce4-dict/ChangeLog index cc0f707e5a27..d47bc37e3ab1 100644 --- a/xfce-extra/xfce4-dict/ChangeLog +++ b/xfce-extra/xfce4-dict/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for xfce-extra/xfce4-dict # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog,v 1.11 2008/04/27 02:14:48 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog,v 1.12 2008/05/04 11:11:05 drac Exp $ + + 04 May 2008; Samuli Suominen xfce4-dict-0.3.0.ebuild: + Fix 'make check' wrt #219860, thanks to Michal Kiedrowicz. *xfce4-dict-0.3.0 (27 Apr 2008) diff --git a/xfce-extra/xfce4-dict/xfce4-dict-0.3.0.ebuild b/xfce-extra/xfce4-dict/xfce4-dict-0.3.0.ebuild index 6d81699f4847..16bbb8c2f7c3 100644 --- a/xfce-extra/xfce4-dict/xfce4-dict-0.3.0.ebuild +++ b/xfce-extra/xfce4-dict/xfce4-dict-0.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.3.0.ebuild,v 1.1 2008/04/27 02:14:48 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.3.0.ebuild,v 1.2 2008/05/04 11:11:05 drac Exp $ inherit xfce44 @@ -15,4 +15,9 @@ DEPEND="dev-util/intltool" DOCS="AUTHORS ChangeLog README" +src_unpack() { + unpack ${A} + echo panel-plugin/aspell.c >> "${S}"/po/POTFILES.skip +} + xfce44_goodies_panel_plugin -- cgit v1.2.3-65-gdbad