diff options
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/xfce4-dict/ChangeLog | 5 | ||||
-rw-r--r-- | xfce-extra/xfce4-dict/xfce4-dict-0.3.0.ebuild | 7 |
2 files changed, 10 insertions, 2 deletions
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 <drac@gentoo.org> 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 |