From 59257c20af50f8cf71398581f011c29268c22904 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 3 Mar 2015 13:18:39 +0200 Subject: cleaned some xfce ebuilds already in portage tree && add xfce 4.12 fresh ebuilds --- xfce-extra/thunar-dropbox/thunar-dropbox-0.2.0.ebuild | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'xfce-extra/thunar-dropbox/thunar-dropbox-0.2.0.ebuild') diff --git a/xfce-extra/thunar-dropbox/thunar-dropbox-0.2.0.ebuild b/xfce-extra/thunar-dropbox/thunar-dropbox-0.2.0.ebuild index beeddfac..3f148481 100644 --- a/xfce-extra/thunar-dropbox/thunar-dropbox-0.2.0.ebuild +++ b/xfce-extra/thunar-dropbox/thunar-dropbox-0.2.0.ebuild @@ -2,8 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 -inherit eutils waf-utils gnome2-utils +EAPI=5 +inherit eutils gnome2-utils DESCRIPTION="Plugin for Thunar that adds context-menu items for Dropbox" HOMEPAGE="http://www.softwarebakery.com/maato/thunar-dropbox.html" @@ -11,7 +11,7 @@ SRC_URI="http://www.softwarebakery.com/maato/files/${PN}/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" COMMON_DEPEND="dev-libs/glib:2 @@ -28,6 +28,18 @@ src_prepare() { epatch "${FILESDIR}/${P}-wscript.patch" } +src_configure() { + python2 waf configure --prefix=/usr +} + +src_compile() { + python2 waf build +} + +src_install() { + python2 waf install --destdir="${D}" +} + pkg_preinst() { gnome2_icon_savelist } -- cgit v1.2.3