summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-04-21 05:21:01 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-04-21 05:21:01 +0000
commit9f4b4ccf5bf979b5d73dc7b230cc117ec28bd1d6 (patch)
treef512790bf55f48c50d4f2443139d0d6fffcdd2a7 /xfce-extra/xfce4-indicator-plugin
parentUpdate Mog deps for the new features. (diff)
downloadhistorical-9f4b4ccf5bf979b5d73dc7b230cc117ec28bd1d6.tar.gz
historical-9f4b4ccf5bf979b5d73dc7b230cc117ec28bd1d6.tar.bz2
historical-9f4b4ccf5bf979b5d73dc7b230cc117ec28bd1d6.zip
Install to libdir instead of libexecdir.
Package-Manager: portage-2.2.0_alpha100/cvs/Linux x86_64
Diffstat (limited to 'xfce-extra/xfce4-indicator-plugin')
-rw-r--r--xfce-extra/xfce4-indicator-plugin/ChangeLog8
-rw-r--r--xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.4.0.ebuild8
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)
)