diff options
author | 2012-04-09 19:28:36 +0000 | |
---|---|---|
committer | 2012-04-09 19:28:36 +0000 | |
commit | 77cdec4d1f999a7f53150d232697ecf537a46e37 (patch) | |
tree | 62f8e140a853486ea973df7b66eac3e6b3ffa0be /xfce-extra | |
parent | Based on 3.2.14 + genpatches-3.2-13 + grsecurity-2.9-3.2.14-201204062020 (diff) | |
download | historical-77cdec4d1f999a7f53150d232697ecf537a46e37.tar.gz historical-77cdec4d1f999a7f53150d232697ecf537a46e37.tar.bz2 historical-77cdec4d1f999a7f53150d232697ecf537a46e37.zip |
Install to libdir instead of libexecdir.
Package-Manager: portage-2.2.0_alpha99/cvs/Linux x86_64
Diffstat (limited to 'xfce-extra')
4 files changed, 26 insertions, 9 deletions
diff --git a/xfce-extra/xfce4-netspeed-plugin/ChangeLog b/xfce-extra/xfce4-netspeed-plugin/ChangeLog index 62c6f23959ad..15053e236086 100644 --- a/xfce-extra/xfce4-netspeed-plugin/ChangeLog +++ b/xfce-extra/xfce4-netspeed-plugin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-extra/xfce4-netspeed-plugin -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-netspeed-plugin/ChangeLog,v 1.1 2011/11/25 02:51:55 ssuominen Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-netspeed-plugin/ChangeLog,v 1.2 2012/04/09 19:28:36 ssuominen Exp $ + + 09 Apr 2012; Samuli Suominen <ssuominen@gentoo.org> + xfce4-netspeed-plugin-0.1.ebuild: + Install to libdir instead of libexecdir. *xfce4-netspeed-plugin-0.1 (25 Nov 2011) diff --git a/xfce-extra/xfce4-netspeed-plugin/xfce4-netspeed-plugin-0.1.ebuild b/xfce-extra/xfce4-netspeed-plugin/xfce4-netspeed-plugin-0.1.ebuild index 81dd4a105d81..d1b4e2c69277 100644 --- a/xfce-extra/xfce4-netspeed-plugin/xfce4-netspeed-plugin-0.1.ebuild +++ b/xfce-extra/xfce4-netspeed-plugin/xfce4-netspeed-plugin-0.1.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-netspeed-plugin/xfce4-netspeed-plugin-0.1.ebuild,v 1.1 2011/11/25 02:51:55 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-netspeed-plugin/xfce4-netspeed-plugin-0.1.ebuild,v 1.2 2012/04/09 19:28:36 ssuominen Exp $ EAPI=4 -inherit xfconf +inherit multilib xfconf DESCRIPTION="A network transfer rate monitoring panel plug-in, inspired by Gnome's Netspeed applet" HOMEPAGE="http://code.google.com/p/xfce4-netspeed-plugin/" @@ -17,13 +17,17 @@ IUSE="" RDEPEND=">=dev-libs/glib-2 >=gnome-base/libgtop-2 x11-libs/gtk+:2 - >=xfce-base/libxfcegui4-4.8 >=xfce-base/libxfce4util-4.8 + >=xfce-base/libxfcegui4-4.8 >=xfce-base/xfce4-panel-4.8" DEPEND="${RDEPEND} dev-util/intltool dev-util/pkgconfig" pkg_setup() { + XFCONF=( + --libexecdir="${EPREFIX}"/usr/$(get_libdir) + ) + DOCS=( AUTHORS README ) } 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 ) } |