From 771c8fca90279d544ab718fa8d9d7d74879692cd Mon Sep 17 00:00:00 2001 From: Christoph Mende Date: Sun, 5 Aug 2012 18:15:19 +0200 Subject: thunar-dropbox: Initial import (Portage version: 2.2.0_alpha120/git/Linux x86_64, signed Manifest commit with key 84F20B43) --- xfce-extra/thunar-dropbox/Manifest | 13 ++++++++ xfce-extra/thunar-dropbox/metadata.xml | 9 +++++ .../thunar-dropbox/thunar-dropbox-0.2.0.ebuild | 38 ++++++++++++++++++++++ 3 files changed, 60 insertions(+) create mode 100644 xfce-extra/thunar-dropbox/Manifest create mode 100644 xfce-extra/thunar-dropbox/metadata.xml create mode 100644 xfce-extra/thunar-dropbox/thunar-dropbox-0.2.0.ebuild diff --git a/xfce-extra/thunar-dropbox/Manifest b/xfce-extra/thunar-dropbox/Manifest new file mode 100644 index 0000000..18db832 --- /dev/null +++ b/xfce-extra/thunar-dropbox/Manifest @@ -0,0 +1,13 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA256 + +DIST thunar-dropbox-0.2.0.tar.bz2 109292 SHA256 1f3419bb50906874d6db1dfcfd002bc9d1edb91e7641de6826ac9f2ed9196700 SHA512 774f78f2afdd983f5cb81ee8cc425579b186d2ede81f26b94a6974e6f66d0c9831c6a9f8aeed3cc7b1e2587a4cb490786c1426bc90dfeeacfead693778d47a6e WHIRLPOOL 277f89c356ef8d0b52a12a47676d2cc36a3f3ecc61eee54ac505a06194d379142ab81c6e39cbc325918ae7c2fa11a9cf01d5064cdffb5f27200b172c34392b38 +EBUILD thunar-dropbox-0.2.0.ebuild 962 SHA256 d712cc7bbe8163636c341f0b8c7e086e77675f0377da7f52b209c28a8f230c3c SHA512 b7f8ea620b7514eccd02cfffe64e0bd41a5c0a6e532fb6f9fc76ae0845c7302286122087ef614767c43728bc2fe7e42fa378410126f1089b59b0ad66491e6720 WHIRLPOOL 4faf95900bdcd0e94fc40ed5ad5c5593c74f1559c56672ce8c69034902f60a5c9527f633f01715786e7ad3f63051f629dc510373c7ba050e878d21513c386c96 +MISC metadata.xml 236 SHA256 3d0f545d018f4339358833ccd9c96f191d49a0ec57538a6555b1e8309950ffc4 SHA512 1b0218005e78814a9faddb69385f8c52c70735859380dd678148021c65ae7010fd045e14ce87945a01e6ec3a5114f060a6be64cde6ecc5d6e142179bcfffbd7b WHIRLPOOL 17efdd67f82ebefdaef81327ecff218d23085003b7c1eea0eef873ade2c2ea2a3de078e44a46290cb359212a1b62b48cc795c84219bb8fb05d71039996e3eeef +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.19 (GNU/Linux) + +iF4EAREIAAYFAlAenBcACgkQmWq1bYTyC0MjLgEAulafL+qYaQByPSq1kaqlb0X+ +EkRJQFAE9tyjvYTkW/cBAJAaHjBkXqhwU7HHl8sCh8LL2387pfEtNQGWnYSA2nli +=XFkn +-----END PGP SIGNATURE----- diff --git a/xfce-extra/thunar-dropbox/metadata.xml b/xfce-extra/thunar-dropbox/metadata.xml new file mode 100644 index 0000000..fb7ec4a --- /dev/null +++ b/xfce-extra/thunar-dropbox/metadata.xml @@ -0,0 +1,9 @@ + + + + + angelos@gentoo.org + Christoph Mende + + + diff --git a/xfce-extra/thunar-dropbox/thunar-dropbox-0.2.0.ebuild b/xfce-extra/thunar-dropbox/thunar-dropbox-0.2.0.ebuild new file mode 100644 index 0000000..1bb9df5 --- /dev/null +++ b/xfce-extra/thunar-dropbox/thunar-dropbox-0.2.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 +PYTHON_DEPEND="2:2.6" + +inherit gnome2-utils multilib python waf-utils + +DESCRIPTION="Plugin for thunar that adds context-menu items for dropbox." +HOMEPAGE="http://www.softwarebakery.com/maato/thunar-dropbox.html" +SRC_URI="http://www.softwarebakery.com/maato/files/${PN}/${P}.tar.bz2" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="net-misc/dropbox + >=xfce-base/thunar-1.2" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +DOCS=( AUTHORS ChangeLog ) + +pkg_setup() { + python_set_active_version 2 + python_pkg_setup +} + +src_prepare() { + sed -e "s:gtk-update-icon-cache.*:/bin/true':" \ + -e "s:/lib/:/$(get_libdir)/:" -i wscript || die "sed failed" +} + +pkg_preinst() { gnome2_icon_savelist; } +pkg_postinst() { gnome2_icon_cache_update /usr/share/icons/hicolor; } +pkg_postrm() { gnome2_icon_cache_update /usr/share/icons/hicolor; } -- cgit v1.2.3-65-gdbad