Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-wmdock-plugin: xfce4-wmdock-plugin-0.6.0.ebuild ChangeLog
Date: Sat, 21 Jun 2014 10:20:29
Message-Id: 20140621102026.33CBF2004F@flycatcher.gentoo.org
1 ssuominen 14/06/21 10:20:26
2
3 Modified: xfce4-wmdock-plugin-0.6.0.ebuild ChangeLog
4 Log:
5 Fix building with eg. LINGUAS="es" because the release tarball doesn't have po/es.po file wrt #508486 by Dominique Michel
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
8
9 Revision Changes Path
10 1.4 xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild
11
12 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
13 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
14 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
15
16 Index: xfce4-wmdock-plugin-0.6.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- xfce4-wmdock-plugin-0.6.0.ebuild 20 Apr 2014 08:50:30 -0000 1.3
23 +++ xfce4-wmdock-plugin-0.6.0.ebuild 21 Jun 2014 10:20:26 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $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 $
28 +# $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 $
29
30 EAPI=5
31 inherit multilib xfconf
32 @@ -15,17 +15,19 @@
33 IUSE="debug"
34
35 RDEPEND="x11-libs/gtk+:2
36 - >=xfce-base/libxfce4util-4.8
37 - >=xfce-base/libxfcegui4-4.8
38 - >=xfce-base/xfce4-panel-4.8
39 + >=xfce-base/libxfce4util-4.10
40 + >=xfce-base/libxfcegui4-4.10
41 + >=xfce-base/xfce4-panel-4.10
42 >=x11-libs/libwnck-2.8.1:1
43 x11-libs/libX11"
44 DEPEND="${RDEPEND}
45 dev-util/intltool
46 - virtual/pkgconfig
47 - sys-devel/gettext"
48 + sys-devel/gettext
49 + virtual/pkgconfig"
50
51 pkg_setup() {
52 + PATCHES=( "${FILESDIR}"/${P}-LINGUAS.patch )
53 +
54 XFCONF=(
55 --libexecdir="${EPREFIX}"/usr/$(get_libdir)
56 $(xfconf_use_debug)
57
58
59
60 1.17 xfce-extra/xfce4-wmdock-plugin/ChangeLog
61
62 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog?rev=1.17&view=markup
63 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog?rev=1.17&content-type=text/plain
64 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog?r1=1.16&r2=1.17
65
66 Index: ChangeLog
67 ===================================================================
68 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v
69 retrieving revision 1.16
70 retrieving revision 1.17
71 diff -u -r1.16 -r1.17
72 --- ChangeLog 22 Apr 2014 14:00:55 -0000 1.16
73 +++ ChangeLog 21 Jun 2014 10:20:26 -0000 1.17
74 @@ -1,6 +1,12 @@
75 # ChangeLog for xfce-extra/xfce4-wmdock-plugin
76 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
77 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 1.16 2014/04/22 14:00:55 ssuominen Exp $
78 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 1.17 2014/06/21 10:20:26 ssuominen Exp $
79 +
80 + 21 Jun 2014; Samuli Suominen <ssuominen@g.o>
81 + +files/xfce4-wmdock-plugin-0.6.0-LINGUAS.patch,
82 + xfce4-wmdock-plugin-0.6.0.ebuild:
83 + Fix building with eg. LINGUAS="es" because the release tarball doesn't have
84 + po/es.po file wrt #508486 by Dominique Michel
85
86 22 Apr 2014; Samuli Suominen <ssuominen@g.o>
87 -xfce4-wmdock-plugin-0.3.4.ebuild: