Gentoo Archives: gentoo-dev

From: Pacho Ramos <pacho@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] gnome-games.eclass: Eclass for installing all gnome-games
Date: Thu, 27 Jun 2013 20:43:59
Message-Id: 1372365826.12846.12.camel@localhost
In Reply to: Re: [gentoo-dev] gnome-games.eclass: Eclass for installing all gnome-games by hasufell
1 El jue, 27-06-2013 a las 22:38 +0200, hasufell escribió:
2 > On 06/27/2013 10:25 PM, Pacho Ramos wrote:
3 > > Another try that finally fixes pending problems
4 > >
5 >
6 > > --localstatedir=/var \
7 >
8 > is there a problem with
9 >
10 > --localstatedir="${GAMES_STATEDIR}" \
11 >
12
13 Yes, it ends up being /var/games/games because all gnome-games consumers
14 already append "games" by default
15
16 > > gnome-games_src_prepare() {
17 >
18 > I find it very strange that you run intltoolize and eautoreconf
19 > unconditionally in an eclass.
20 >
21 >
22
23 The same -> Until a new intltool version is released, all consumers of
24 this eclass will need it to get proper localedir being respected