diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-04-21 05:21:01 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-04-21 05:21:01 +0000 |
commit | c43ddc6fa49906cd3b796fb31dfbcfc644001a30 (patch) | |
tree | 637dc47685881f576184c7e0fb5bbf9d1a448328 /xfce-extra | |
parent | Install to libdir instead of libexecdir. (diff) | |
download | gentoo-2-c43ddc6fa49906cd3b796fb31dfbcfc644001a30.tar.gz gentoo-2-c43ddc6fa49906cd3b796fb31dfbcfc644001a30.tar.bz2 gentoo-2-c43ddc6fa49906cd3b796fb31dfbcfc644001a30.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-indicator-plugin/ChangeLog | 8 | ||||
-rw-r--r-- | xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.4.0.ebuild | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/xfce-extra/xfce4-indicator-plugin/ChangeLog b/xfce-extra/xfce4-indicator-plugin/ChangeLog index 6b92fe48c9aa..ba11e0597a1e 100644 --- a/xfce-extra/xfce4-indicator-plugin/ChangeLog +++ b/xfce-extra/xfce4-indicator-plugin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-extra/xfce4-indicator-plugin -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-indicator-plugin/ChangeLog,v 1.11 2011/11/26 16:30:20 ssuominen Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-indicator-plugin/ChangeLog,v 1.12 2012/04/21 05:21:01 ssuominen Exp $ + + 21 Apr 2012; Samuli Suominen <ssuominen@gentoo.org> + xfce4-indicator-plugin-0.4.0.ebuild: + Install to libdir instead of libexecdir. 26 Nov 2011; Samuli Suominen <ssuominen@gentoo.org> xfce4-indicator-plugin-0.4.0.ebuild: diff --git a/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.4.0.ebuild b/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.4.0.ebuild index d30ff8e5af48..b8a2fa071b06 100644 --- a/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.4.0.ebuild +++ b/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.4.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-indicator-plugin/xfce4-indicator-plugin-0.4.0.ebuild,v 1.2 2011/11/26 16:30:20 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.4.0.ebuild,v 1.3 2012/04/21 05:21:01 ssuominen Exp $ EAPI=4 -inherit xfconf +inherit multilib xfconf DESCRIPTION="A panel plugin that uses indicator-applet to show new messages" HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-indicator-plugin" @@ -14,7 +14,6 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug" -# note: pull in SLOT="0" for GTK+-2.0 support RDEPEND=">=dev-libs/libindicator-0.4:0 x11-libs/gtk+:2 >=xfce-base/libxfce4util-4.8 @@ -26,6 +25,7 @@ DEPEND="${RDEPEND} pkg_setup() { XFCONF=( + --libexecdir="${EPREFIX}"/usr/$(get_libdir) --disable-static $(xfconf_use_debug) ) |