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-quicklauncher-plugin: ChangeLog xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
Date: Mon, 02 Jul 2012 17:42:33
Message-Id: 20120702174217.B4C202004B@flycatcher.gentoo.org
1 ssuominen 12/07/02 17:42:17
2
3 Modified: ChangeLog
4 xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
5 Log:
6 Stop using eautoreconf to avoid glib-gettextize and call intltoolize, _elibtoolize, eaclocal, eautoconf, eautoheader and eautomake by hand wrt #424531
7
8 (Portage version: 2.2.0_alpha114/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.13 xfce-extra/xfce4-quicklauncher-plugin/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/ChangeLog?rev=1.13&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/ChangeLog?rev=1.13&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/ChangeLog?r1=1.12&r2=1.13
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/ChangeLog,v
20 retrieving revision 1.12
21 retrieving revision 1.13
22 diff -u -r1.12 -r1.13
23 --- ChangeLog 22 May 2012 10:52:14 -0000 1.12
24 +++ ChangeLog 2 Jul 2012 17:42:17 -0000 1.13
25 @@ -1,6 +1,12 @@
26 # ChangeLog for xfce-extra/xfce4-quicklauncher-plugin
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/ChangeLog,v 1.12 2012/05/22 10:52:14 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/ChangeLog,v 1.13 2012/07/02 17:42:17 ssuominen Exp $
30 +
31 + 02 Jul 2012; Samuli Suominen <ssuominen@g.o>
32 + xfce4-quicklauncher-plugin-1.9.4-r1.ebuild:
33 + Stop using eautoreconf to avoid glib-gettextize and call intltoolize,
34 + _elibtoolize, eaclocal, eautoconf, eautoheader and eautomake by hand wrt
35 + #424531
36
37 22 May 2012; Samuli Suominen <ssuominen@g.o>
38 xfce4-quicklauncher-plugin-1.9.4-r1.ebuild:
39
40
41
42 1.13 xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild?rev=1.13&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild?rev=1.13&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild?r1=1.12&r2=1.13
47
48 Index: xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild,v
51 retrieving revision 1.12
52 retrieving revision 1.13
53 diff -u -r1.12 -r1.13
54 --- xfce4-quicklauncher-plugin-1.9.4-r1.ebuild 22 May 2012 10:52:14 -0000 1.12
55 +++ xfce4-quicklauncher-plugin-1.9.4-r1.ebuild 2 Jul 2012 17:42:17 -0000 1.13
56 @@ -1,10 +1,10 @@
57 # Copyright 1999-2012 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild,v 1.12 2012/05/22 10:52:14 ssuominen Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild,v 1.13 2012/07/02 17:42:17 ssuominen Exp $
61
62 EAPI=4
63 -EAUTORECONF=yes
64 -inherit xfconf
65 +#EAUTORECONF=yes
66 +inherit autotools xfconf
67
68 DESCRIPTION="A quicklauncher plug-in for the Xfce panel"
69 HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-quicklauncher-plugin"
70 @@ -19,6 +19,7 @@
71 >=xfce-base/libxfcegui4-4.8"
72 DEPEND="${RDEPEND}
73 dev-util/intltool
74 + >=dev-util/xfce4-dev-tools-4.8
75 virtual/pkgconfig"
76
77 pkg_setup() {
78 @@ -36,5 +37,14 @@
79 -e "/^AC_INIT/s/quicklauncher_version()/quicklauncher_version/" \
80 configure.ac || die
81
82 + # Prevent glib-gettextize from running wrt #423115
83 + intltoolize --automake --copy --force
84 + _elibtoolize --copy --force --install
85 + AT_M4DIR=${EPREFIX}/usr/share/xfce4/dev-tools/m4macros
86 + eaclocal
87 + eautoconf
88 + eautoheader
89 + eautomake
90 +
91 xfconf_src_prepare
92 }