ssuominen 14/06/21 10:20:26 Modified: xfce4-wmdock-plugin-0.6.0.ebuild ChangeLog Log: Fix building with eg. LINGUAS="es" because the release tarball doesn't have po/es.po file wrt #508486 by Dominique Michel (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path 1.4 xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild?r1=1.3&r2=1.4 Index: xfce4-wmdock-plugin-0.6.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- xfce4-wmdock-plugin-0.6.0.ebuild 20 Apr 2014 08:50:30 -0000 1.3 +++ xfce4-wmdock-plugin-0.6.0.ebuild 21 Jun 2014 10:20:26 -0000 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v 1.3 2014/04/20 08:50:30 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v 1.4 2014/06/21 10:20:26 ssuominen Exp $ EAPI=5 inherit multilib xfconf @@ -15,17 +15,19 @@ IUSE="debug" RDEPEND="x11-libs/gtk+:2 - >=xfce-base/libxfce4util-4.8 - >=xfce-base/libxfcegui4-4.8 - >=xfce-base/xfce4-panel-4.8 + >=xfce-base/libxfce4util-4.10 + >=xfce-base/libxfcegui4-4.10 + >=xfce-base/xfce4-panel-4.10 >=x11-libs/libwnck-2.8.1:1 x11-libs/libX11" DEPEND="${RDEPEND} dev-util/intltool - virtual/pkgconfig - sys-devel/gettext" + sys-devel/gettext + virtual/pkgconfig" pkg_setup() { + PATCHES=( "${FILESDIR}"/${P}-LINGUAS.patch ) + XFCONF=( --libexecdir="${EPREFIX}"/usr/$(get_libdir) $(xfconf_use_debug) 1.17 xfce-extra/xfce4-wmdock-plugin/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog?rev=1.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog?r1=1.16&r2=1.17 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- ChangeLog 22 Apr 2014 14:00:55 -0000 1.16 +++ ChangeLog 21 Jun 2014 10:20:26 -0000 1.17 @@ -1,6 +1,12 @@ # ChangeLog for xfce-extra/xfce4-wmdock-plugin # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 1.16 2014/04/22 14:00:55 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 1.17 2014/06/21 10:20:26 ssuominen Exp $ + + 21 Jun 2014; Samuli Suominen <[email protected]> + +files/xfce4-wmdock-plugin-0.6.0-LINGUAS.patch, + xfce4-wmdock-plugin-0.6.0.ebuild: + Fix building with eg. LINGUAS="es" because the release tarball doesn't have + po/es.po file wrt #508486 by Dominique Michel 22 Apr 2014; Samuli Suominen <[email protected]> -xfce4-wmdock-plugin-0.3.4.ebuild:
