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 | b87f96b4c85055af6484f878cdd65ef1a53f9175 (patch) | |
tree | 556d74fe146288cd8e6452b353dc7c0b696f4db8 /xfce-extra/xfce4-timer-plugin | |
parent | tidy. use libdir instead of libexecdir (diff) | |
download | historical-b87f96b4c85055af6484f878cdd65ef1a53f9175.tar.gz historical-b87f96b4c85055af6484f878cdd65ef1a53f9175.tar.bz2 historical-b87f96b4c85055af6484f878cdd65ef1a53f9175.zip |
Install to libdir instead of libexecdir.
Package-Manager: portage-2.2.0_alpha100/cvs/Linux x86_64
Diffstat (limited to 'xfce-extra/xfce4-timer-plugin')
-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 ) } |