summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-03-22 06:45:34 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-03-22 06:45:34 +0000
commite7a6f74b4fc846102676734edb35d402b638281e (patch)
treeb4fb185133ae92b9c590d685b16f166bdc79a53f /xfce-extra
parentBe prefix friendly and use EPREFIX... (diff)
downloadgentoo-2-e7a6f74b4fc846102676734edb35d402b638281e.tar.gz
gentoo-2-e7a6f74b4fc846102676734edb35d402b638281e.tar.bz2
gentoo-2-e7a6f74b4fc846102676734edb35d402b638281e.zip
Install to libdir instead of libexecdir.
(Portage version: 2.2.0_alpha92/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra')
-rw-r--r--xfce-extra/xfce4-places-plugin/ChangeLog6
-rw-r--r--xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0-r1.ebuild13
2 files changed, 13 insertions, 6 deletions
diff --git a/xfce-extra/xfce4-places-plugin/ChangeLog b/xfce-extra/xfce4-places-plugin/ChangeLog
index 4636553aad99..c03b21a1e62a 100644
--- a/xfce-extra/xfce4-places-plugin/ChangeLog
+++ b/xfce-extra/xfce4-places-plugin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for xfce-extra/xfce4-places-plugin
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-places-plugin/ChangeLog,v 1.20 2012/01/02 13:04:40 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-places-plugin/ChangeLog,v 1.21 2012/03/22 06:45:34 ssuominen Exp $
+
+ 22 Mar 2012; Samuli Suominen <ssuominen@gentoo.org>
+ xfce4-places-plugin-1.2.0-r1.ebuild:
+ Install to libdir instead of libexecdir.
02 Jan 2012; Samuli Suominen <ssuominen@gentoo.org>
-xfce4-places-plugin-1.2.0.ebuild,
diff --git a/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0-r1.ebuild b/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0-r1.ebuild
index 39eadcc39565..a1d1280f0d72 100644
--- a/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0-r1.ebuild
+++ b/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0-r1.ebuild
@@ -1,15 +1,17 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0-r1.ebuild,v 1.6 2012/01/02 13:03:47 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0-r1.ebuild,v 1.7 2012/03/22 06:45:34 ssuominen Exp $
EAPI=4
EAUTORECONF=yes
-inherit xfconf
+inherit multilib xfconf
-DESCRIPTION="Places menu plug-in for panel, like GNOME's"
+DEBIAN_REVISION=3
+
+DESCRIPTION="A panel plug-in to provide quick access to files, folders and removable media"
HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-places-plugin"
-SRC_URI="mirror://xfce/src/panel-plugins/${PN}/1.2/${P}.tar.bz2
- mirror://debian/pool/main/x/${PN}/${PN}_${PV}-3.debian.tar.gz"
+SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2
+ mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}-${DEBIAN_REVISION}.debian.tar.gz"
LICENSE="GPL-2"
SLOT="0"
@@ -29,6 +31,7 @@ DEPEND="${RDEPEND}
pkg_setup() {
XFCONF=(
+ --libexecdir="${EPREFIX}"/usr/$(get_libdir)
$(use_enable libnotify notifications)
$(xfconf_use_debug)
)