diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-04-21 05:34:23 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-04-21 05:34:23 +0000 |
commit | c8d98b8b0c884162a7fa2c62b0c73344d9bd23a5 (patch) | |
tree | c0b10d9cb9736e4c7e03fdea63b6df8fecf7b60e /xfce-extra/xfce4-modemlights-plugin | |
parent | tidy. use libdir instead of libexecdir (diff) | |
download | gentoo-2-c8d98b8b0c884162a7fa2c62b0c73344d9bd23a5.tar.gz gentoo-2-c8d98b8b0c884162a7fa2c62b0c73344d9bd23a5.tar.bz2 gentoo-2-c8d98b8b0c884162a7fa2c62b0c73344d9bd23a5.zip |
Install to libdir instead of libexecdir.
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-modemlights-plugin')
-rw-r--r-- | xfce-extra/xfce4-modemlights-plugin/ChangeLog | 8 | ||||
-rw-r--r-- | xfce-extra/xfce4-modemlights-plugin/xfce4-modemlights-plugin-0.1.3.99.ebuild | 18 |
2 files changed, 17 insertions, 9 deletions
diff --git a/xfce-extra/xfce4-modemlights-plugin/ChangeLog b/xfce-extra/xfce4-modemlights-plugin/ChangeLog index 2b14a84e14ce..f041663c3efd 100644 --- a/xfce-extra/xfce4-modemlights-plugin/ChangeLog +++ b/xfce-extra/xfce4-modemlights-plugin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-extra/xfce4-modemlights-plugin -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-modemlights-plugin/ChangeLog,v 1.3 2011/05/19 21:00:00 ssuominen Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-modemlights-plugin/ChangeLog,v 1.4 2012/04/21 05:34:23 ssuominen Exp $ + + 21 Apr 2012; Samuli Suominen <ssuominen@gentoo.org> + xfce4-modemlights-plugin-0.1.3.99.ebuild: + Install to libdir instead of libexecdir. 19 May 2011; Samuli Suominen <ssuominen@gentoo.org> xfce4-modemlights-plugin-0.1.3.99.ebuild: diff --git a/xfce-extra/xfce4-modemlights-plugin/xfce4-modemlights-plugin-0.1.3.99.ebuild b/xfce-extra/xfce4-modemlights-plugin/xfce4-modemlights-plugin-0.1.3.99.ebuild index 89202dd0bfe0..0fc9710dbdde 100644 --- a/xfce-extra/xfce4-modemlights-plugin/xfce4-modemlights-plugin-0.1.3.99.ebuild +++ b/xfce-extra/xfce4-modemlights-plugin/xfce4-modemlights-plugin-0.1.3.99.ebuild @@ -1,21 +1,21 @@ -# 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-modemlights-plugin/xfce4-modemlights-plugin-0.1.3.99.ebuild,v 1.5 2011/05/19 21:00:00 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-modemlights-plugin/xfce4-modemlights-plugin-0.1.3.99.ebuild,v 1.6 2012/04/21 05:34:23 ssuominen Exp $ EAPI=4 -inherit xfconf +inherit multilib xfconf DESCRIPTION="A panel plug-in intended to simplify establishing a ppp connection" HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-modemlights-plugin" -SRC_URI="mirror://xfce/src/panel-plugins/${PN}/0.1/${P}.tar.bz2" +SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*.*}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" IUSE="debug" -RDEPEND=">=dev-libs/glib-2.8:2 - >=x11-libs/gtk+-2.6:2 +RDEPEND=">=dev-libs/glib-2 + x11-libs/gtk+:2 >=xfce-base/libxfce4util-4.8 >=xfce-base/libxfcegui4-4.8 >=xfce-base/xfce4-panel-4.8" @@ -24,6 +24,10 @@ DEPEND="${RDEPEND} dev-util/pkgconfig" pkg_setup() { - XFCONF=( $(use_enable debug) ) + XFCONF=( + --libexecdir="${EPREFIX}"/usr/$(get_libdir) + $(use_enable debug) + ) + DOCS=( AUTHORS ChangeLog NEWS README ) } |