summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-04-09 19:25:35 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-04-09 19:25:35 +0000
commita7b1240ba20ddb14bcef028f15bfcded13401fb3 (patch)
tree39cf79b39693175a89e25bf040d37d532fe5cf60 /xfce-extra/xfce4-time-out-plugin
parentBased on 2.6.32.59 + genpatches-2.6.32-48 + grsecurity-2.9-2.6.32.59-20120406... (diff)
downloadgentoo-2-a7b1240ba20ddb14bcef028f15bfcded13401fb3.tar.gz
gentoo-2-a7b1240ba20ddb14bcef028f15bfcded13401fb3.tar.bz2
gentoo-2-a7b1240ba20ddb14bcef028f15bfcded13401fb3.zip
Install to libdir instead of libexecdir.
(Portage version: 2.2.0_alpha99/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-time-out-plugin')
-rw-r--r--xfce-extra/xfce4-time-out-plugin/ChangeLog6
-rw-r--r--xfce-extra/xfce4-time-out-plugin/xfce4-time-out-plugin-1.0.0-r1.ebuild9
2 files changed, 12 insertions, 3 deletions
diff --git a/xfce-extra/xfce4-time-out-plugin/ChangeLog b/xfce-extra/xfce4-time-out-plugin/ChangeLog
index 186c6fa7337e..430920a62991 100644
--- a/xfce-extra/xfce4-time-out-plugin/ChangeLog
+++ b/xfce-extra/xfce4-time-out-plugin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for xfce-extra/xfce4-time-out-plugin
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-time-out-plugin/ChangeLog,v 1.11 2012/02/15 04:57:04 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-time-out-plugin/ChangeLog,v 1.12 2012/04/09 19:25:35 ssuominen Exp $
+
+ 09 Apr 2012; Samuli Suominen <ssuominen@gentoo.org>
+ xfce4-time-out-plugin-1.0.0-r1.ebuild:
+ Install to libdir instead of libexecdir.
*xfce4-time-out-plugin-1.0.0-r1 (15 Feb 2012)
diff --git a/xfce-extra/xfce4-time-out-plugin/xfce4-time-out-plugin-1.0.0-r1.ebuild b/xfce-extra/xfce4-time-out-plugin/xfce4-time-out-plugin-1.0.0-r1.ebuild
index 882c9da6111f..f64b3ed52f06 100644
--- a/xfce-extra/xfce4-time-out-plugin/xfce4-time-out-plugin-1.0.0-r1.ebuild
+++ b/xfce-extra/xfce4-time-out-plugin/xfce4-time-out-plugin-1.0.0-r1.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-time-out-plugin/xfce4-time-out-plugin-1.0.0-r1.ebuild,v 1.1 2012/02/15 04:57:04 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-time-out-plugin/xfce4-time-out-plugin-1.0.0-r1.ebuild,v 1.2 2012/04/09 19:25:35 ssuominen Exp $
EAPI=4
-inherit xfconf
+inherit multilib xfconf
DESCRIPTION="A panel plug-in to take periodical breaks from the computer"
HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-time-out-plugin"
@@ -24,5 +24,10 @@ DEPEND="${RDEPEND}
pkg_setup() {
PATCHES=( "${FILESDIR}"/${P}-assertion_percentage_failed.patch )
+
+ XFCONF=(
+ --libexecdir="${EPREFIX}"/usr/$(get_libdir)
+ )
+
DOCS=( AUTHORS ChangeLog NEWS README THANKS )
}