diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-04-09 19:36:18 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-04-09 19:36:18 +0000 |
commit | f54335f10a7cb4761221abf23ef73dcad08da788 (patch) | |
tree | df3930f5673e50e348e0aafe6f3a95da6f1256e3 /xfce-extra | |
parent | Remove buggy older unstable versions (diff) | |
download | gentoo-2-f54335f10a7cb4761221abf23ef73dcad08da788.tar.gz gentoo-2-f54335f10a7cb4761221abf23ef73dcad08da788.tar.bz2 gentoo-2-f54335f10a7cb4761221abf23ef73dcad08da788.zip |
Install to libdir instead of libexecdir.
(Portage version: 2.2.0_alpha99/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/xfce4-xkb-plugin/ChangeLog | 6 | ||||
-rw-r--r-- | xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.4.3.ebuild | 10 |
2 files changed, 12 insertions, 4 deletions
diff --git a/xfce-extra/xfce4-xkb-plugin/ChangeLog b/xfce-extra/xfce4-xkb-plugin/ChangeLog index 3319b8372fca..c0e211cde1bc 100644 --- a/xfce-extra/xfce4-xkb-plugin/ChangeLog +++ b/xfce-extra/xfce4-xkb-plugin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-extra/xfce4-xkb-plugin # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xkb-plugin/ChangeLog,v 1.39 2012/02/10 12:38:00 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xkb-plugin/ChangeLog,v 1.40 2012/04/09 19:36:18 ssuominen Exp $ + + 09 Apr 2012; Samuli Suominen <ssuominen@gentoo.org> + xfce4-xkb-plugin-0.5.4.3.ebuild: + Install to libdir instead of libexecdir. 10 Feb 2012; Samuli Suominen <ssuominen@gentoo.org> -xfce4-xkb-plugin-0.5.4.2.ebuild: diff --git a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.4.3.ebuild b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.4.3.ebuild index 6ea5d90fded8..660bef82082d 100644 --- a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.4.3.ebuild +++ b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.4.3.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.4.3.ebuild,v 1.3 2012/02/10 12:27:57 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.4.3.ebuild,v 1.4 2012/04/09 19:36:18 ssuominen Exp $ EAPI=4 -inherit xfconf +inherit multilib xfconf DESCRIPTION="XKB layout switching panel plug-in for the Xfce desktop environment" HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin" @@ -27,6 +27,10 @@ DEPEND="${RDEPEND} x11-proto/kbproto" pkg_setup() { - XFCONF=( $(xfconf_use_debug) ) + XFCONF=( + --libexecdir="${EPREFIX}"/usr/$(get_libdir) + $(xfconf_use_debug) + ) + DOCS=( AUTHORS ChangeLog README ) } |