Gentoo Archives: gentoo-dev

From: Michael Orlitzky <michael@××××××××.com>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] If anyone is intrested in helping around with Xfce...
Date: Thu, 22 Mar 2012 17:51:51
Message-Id: 4F6B666C.6040802@orlitzky.com
In Reply to: Re: [gentoo-dev] If anyone is intrested in helping around with Xfce... by Samuli Suominen
1 On 03/22/2012 03:29 AM, Samuli Suominen wrote:
2 > On 03/22/2012 09:25 AM, Samuli Suominen wrote:
3 >> If anyone is intrested in helping around with Xfce we have 2 bigger
4 >> tasks on going:
5 >>
6 >> 1) Pass --libexecdir="${EPREFIX}" to all plugins installing to
7 >> /usr/libexec/xfce4/ as opposed to /usr/lib/xfce4/
8 >
9 > Typing error.
10 >
11 > inherit multilib xfconf
12 >
13 > --libexecdir="${EPREFIX}"/usr/$(get_libdir)
14 >
15
16
17 I tested this, works fine. Is there a better way to fix it within the
18 package, though?
19
20
21 diff --git a/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.7.ebuild
22 b/xfce-extra/xfce4$
23 index f987178..6ac70b6 100644
24 --- a/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.7.ebuild
25 +++ b/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.7.ebuild
26 @@ -29,6 +29,7 @@ DEPEND="${COMMON_DEPEND}
27 pkg_setup() {
28 XFCONF=(
29 --disable-option-checking
30 + --libexecdir="${EPREFIX}"/usr/$(get_libdir)
31 $(xfconf_use_debug)
32 )

Replies

Subject Author
Re: [gentoo-dev] If anyone is intrested in helping around with Xfce... Samuli Suominen <ssuominen@g.o>