diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-04-21 05:43:14 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-04-21 05:43:14 +0000 |
commit | 1bf7400ad3f1223e7543ec9707c0f0a483022818 (patch) | |
tree | dfb48e9e5a0a17bf3fbfd46420144597b3eb88dd /xfce-extra | |
parent | Install to libdir instead of libexecdir. (diff) | |
download | gentoo-2-1bf7400ad3f1223e7543ec9707c0f0a483022818.tar.gz gentoo-2-1bf7400ad3f1223e7543ec9707c0f0a483022818.tar.bz2 gentoo-2-1bf7400ad3f1223e7543ec9707c0f0a483022818.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-timer-plugin/ChangeLog | 6 | ||||
-rw-r--r-- | xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-0.6.4.ebuild | 8 |
2 files changed, 11 insertions, 3 deletions
diff --git a/xfce-extra/xfce4-timer-plugin/ChangeLog b/xfce-extra/xfce4-timer-plugin/ChangeLog index d4f6d194d195..3a7aba3c350c 100644 --- a/xfce-extra/xfce4-timer-plugin/ChangeLog +++ b/xfce-extra/xfce4-timer-plugin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-extra/xfce4-timer-plugin # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-timer-plugin/ChangeLog,v 1.23 2012/04/17 07:33:31 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-timer-plugin/ChangeLog,v 1.24 2012/04/21 05:43:14 ssuominen Exp $ + + 21 Apr 2012; Samuli Suominen <ssuominen@gentoo.org> + xfce4-timer-plugin-0.6.4.ebuild: + Install to libdir instead of libexecdir. 17 Apr 2012; Samuli Suominen <ssuominen@gentoo.org> -xfce4-timer-plugin-0.6.2.ebuild: diff --git a/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-0.6.4.ebuild b/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-0.6.4.ebuild index 9339108ca17a..c4836236dc0e 100644 --- a/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-0.6.4.ebuild +++ b/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-0.6.4.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-timer-plugin/xfce4-timer-plugin-0.6.4.ebuild,v 1.1 2012/02/14 04:20:45 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-0.6.4.ebuild,v 1.2 2012/04/21 05:43:14 ssuominen Exp $ EAPI=4 -inherit xfconf +inherit multilib xfconf DESCRIPTION="A simple timer plug-in for the Xfce desktop environment" HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-timer-plugin" @@ -22,5 +22,9 @@ DEPEND="${RDEPEND} dev-util/pkgconfig" pkg_setup() { + XFCONF=( + --libexecdir="${EPREFIX}"/usr/$(get_libdir) + ) + DOCS=( AUTHORS ChangeLog README TODO ) } |