summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-04-21 05:21:01 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-04-21 05:21:01 +0000
commit9f4b4ccf5bf979b5d73dc7b230cc117ec28bd1d6 (patch)
treef512790bf55f48c50d4f2443139d0d6fffcdd2a7 /xfce-extra/xfce4-genmon-plugin
parentUpdate Mog deps for the new features. (diff)
downloadhistorical-9f4b4ccf5bf979b5d73dc7b230cc117ec28bd1d6.tar.gz
historical-9f4b4ccf5bf979b5d73dc7b230cc117ec28bd1d6.tar.bz2
historical-9f4b4ccf5bf979b5d73dc7b230cc117ec28bd1d6.zip
Install to libdir instead of libexecdir.
Package-Manager: portage-2.2.0_alpha100/cvs/Linux x86_64
Diffstat (limited to 'xfce-extra/xfce4-genmon-plugin')
-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 )
}