summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-04-21 05:19:34 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-04-21 05:19:34 +0000
commitc852dadf4e99b4187b23c45b49719b750db7e416 (patch)
tree3a8357a119a61d1a37fbcb4252cebd241f4b2af3 /xfce-extra
parentInstall to libdir instead of libexecdir. (diff)
downloadgentoo-2-c852dadf4e99b4187b23c45b49719b750db7e416.tar.gz
gentoo-2-c852dadf4e99b4187b23c45b49719b750db7e416.tar.bz2
gentoo-2-c852dadf4e99b4187b23c45b49719b750db7e416.zip
Install to libdir instead of libexecdir.
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra')
-rw-r--r--xfce-extra/xfce4-genmon-plugin/ChangeLog6
-rw-r--r--xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-3.3.1.ebuild8
2 files changed, 11 insertions, 3 deletions
diff --git a/xfce-extra/xfce4-genmon-plugin/ChangeLog b/xfce-extra/xfce4-genmon-plugin/ChangeLog
index 27400fbef7a3..7076edbdd192 100644
--- a/xfce-extra/xfce4-genmon-plugin/ChangeLog
+++ b/xfce-extra/xfce4-genmon-plugin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for xfce-extra/xfce4-genmon-plugin
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-genmon-plugin/ChangeLog,v 1.17 2012/04/17 07:37:34 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-genmon-plugin/ChangeLog,v 1.18 2012/04/21 05:19:34 ssuominen Exp $
+
+ 21 Apr 2012; Samuli Suominen <ssuominen@gentoo.org>
+ xfce4-genmon-plugin-3.3.1.ebuild:
+ Install to libdir instead of libexecdir.
17 Apr 2012; Samuli Suominen <ssuominen@gentoo.org>
-xfce4-genmon-plugin-3.3.0.ebuild:
diff --git a/xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-3.3.1.ebuild b/xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-3.3.1.ebuild
index 3acc18711f0d..8eb73dffea9d 100644
--- a/xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-3.3.1.ebuild
+++ b/xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-3.3.1.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-genmon-plugin/xfce4-genmon-plugin-3.3.1.ebuild,v 1.5 2012/02/13 21:55:38 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-3.3.1.ebuild,v 1.6 2012/04/21 05:19:34 ssuominen Exp $
EAPI=4
-inherit xfconf
+inherit multilib xfconf
DESCRIPTION="Cyclically spawns the executable, captures its output and displays the result into the panel."
HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-genmon-plugin"
@@ -21,5 +21,9 @@ DEPEND="${RDEPEND}
dev-util/pkgconfig"
pkg_setup() {
+ XFCONF=(
+ --libexecdir="${EPREFIX}"/usr/$(get_libdir)
+ )
+
DOCS=( AUTHORS ChangeLog NEWS README )
}