diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-04-09 21:23:22 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-04-09 21:23:22 +0000 |
commit | e38e707a5c62f5d862e64e0752786e3b28f8dcbf (patch) | |
tree | 0f7ace50789689ab1f54219d4805dea46ec07281 /xfce-extra/xfce4-cpufreq-plugin | |
parent | Use libdir instead of libexecdir. (diff) | |
download | gentoo-2-e38e707a5c62f5d862e64e0752786e3b28f8dcbf.tar.gz gentoo-2-e38e707a5c62f5d862e64e0752786e3b28f8dcbf.tar.bz2 gentoo-2-e38e707a5c62f5d862e64e0752786e3b28f8dcbf.zip |
Use libdir instead of libexecdir.
(Portage version: 2.2.0_alpha99/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-cpufreq-plugin')
-rw-r--r-- | xfce-extra/xfce4-cpufreq-plugin/ChangeLog | 8 | ||||
-rw-r--r-- | xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-1.0.0.ebuild | 12 |
2 files changed, 14 insertions, 6 deletions
diff --git a/xfce-extra/xfce4-cpufreq-plugin/ChangeLog b/xfce-extra/xfce4-cpufreq-plugin/ChangeLog index 23fff0aeb02d..64761952e4f1 100644 --- a/xfce-extra/xfce4-cpufreq-plugin/ChangeLog +++ b/xfce-extra/xfce4-cpufreq-plugin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-extra/xfce4-cpufreq-plugin -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpufreq-plugin/ChangeLog,v 1.5 2011/03/22 20:49:54 xarthisius Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpufreq-plugin/ChangeLog,v 1.6 2012/04/09 21:23:22 ssuominen Exp $ + + 09 Apr 2012; Samuli Suominen <ssuominen@gentoo.org> + xfce4-cpufreq-plugin-1.0.0.ebuild: + Use libdir instead of libexecdir. 22 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> xfce4-cpufreq-plugin-1.0.0.ebuild: diff --git a/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-1.0.0.ebuild b/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-1.0.0.ebuild index 5b72c3e4235d..6a1423379894 100644 --- a/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-1.0.0.ebuild +++ b/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-1.0.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-1.0.0.ebuild,v 1.5 2011/05/19 21:29:58 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-1.0.0.ebuild,v 1.6 2012/04/09 21:23:22 ssuominen Exp $ EAPI=4 -inherit xfconf +inherit multilib xfconf DESCRIPTION="A panel plugin for showing information about cpufreq settings" HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin" @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="amd64 ppc ppc64 x86" IUSE="" -RDEPEND=">=x11-libs/gtk+-2.6:2 +RDEPEND="x11-libs/gtk+:2 >=xfce-base/libxfce4util-4.8 >=xfce-base/libxfcegui4-4.8 >=xfce-base/xfce4-panel-4.8" @@ -24,5 +24,9 @@ DEPEND="${RDEPEND} sys-devel/gettext" pkg_setup() { + XFCONF=( + --libexecdir="${EPREFIX}"/usr/$(get_libdir) + ) + DOCS=( AUTHORS ChangeLog NEWS README ) } |