summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2015-10-22 13:11:56 +0200
committerChristoph Mende <angelos@gentoo.org>2015-10-22 13:11:56 +0200
commit54cbddc6fd846cd96c53b183759f9ba2833dfce9 (patch)
tree5b3dfa462cc24c31ee9a4a9089ef32e20541e1fe
parentUpdate sync-xfce-overlay.sh (diff)
downloadangelos-54cbddc6fd846cd96c53b183759f9ba2833dfce9.tar.gz
angelos-54cbddc6fd846cd96c53b183759f9ba2833dfce9.tar.bz2
angelos-54cbddc6fd846cd96c53b183759f9ba2833dfce9.zip
xfce-extra/thunar-dropbox: version bump to 0.2.1, migrate to python-r1
Package-Manager: portage-2.2.23
-rw-r--r--xfce-extra/thunar-dropbox/Manifest2
-rw-r--r--xfce-extra/thunar-dropbox/corebin0 -> 348160 bytes
-rw-r--r--xfce-extra/thunar-dropbox/thunar-dropbox-0.2.1.ebuild (renamed from xfce-extra/thunar-dropbox/thunar-dropbox-0.2.0.ebuild)9
3 files changed, 3 insertions, 8 deletions
diff --git a/xfce-extra/thunar-dropbox/Manifest b/xfce-extra/thunar-dropbox/Manifest
index 6cfd1bb..5f9483e 100644
--- a/xfce-extra/thunar-dropbox/Manifest
+++ b/xfce-extra/thunar-dropbox/Manifest
@@ -1 +1 @@
-DIST thunar-dropbox-0.2.0.tar.bz2 109292 SHA256 1f3419bb50906874d6db1dfcfd002bc9d1edb91e7641de6826ac9f2ed9196700 SHA512 774f78f2afdd983f5cb81ee8cc425579b186d2ede81f26b94a6974e6f66d0c9831c6a9f8aeed3cc7b1e2587a4cb490786c1426bc90dfeeacfead693778d47a6e WHIRLPOOL 277f89c356ef8d0b52a12a47676d2cc36a3f3ecc61eee54ac505a06194d379142ab81c6e39cbc325918ae7c2fa11a9cf01d5064cdffb5f27200b172c34392b38
+DIST thunar-dropbox-0.2.1.tar.bz2 109878 SHA256 6eda9b3794696ca2761bb4cea2c786906d58a977df1deac319df43cdffff7023 SHA512 38bcb28a31439d1fad4b8515dd5719b3475652d9586186a056757c66e70d59acad994a5d6f7ab4adf1c11291415bd128f5a633de187e86dc7b552be9f4950dbe WHIRLPOOL 3005ebe52a2ae454bf23839419fe6866b93bdcdc32597d2f18c65d96bd4a7048bae930ac76700f9529d17f0ee2b7a25b4e4d34546705b81a5da004e3559dafdd
diff --git a/xfce-extra/thunar-dropbox/core b/xfce-extra/thunar-dropbox/core
new file mode 100644
index 0000000..b1e31e7
--- /dev/null
+++ b/xfce-extra/thunar-dropbox/core
Binary files differ
diff --git a/xfce-extra/thunar-dropbox/thunar-dropbox-0.2.0.ebuild b/xfce-extra/thunar-dropbox/thunar-dropbox-0.2.1.ebuild
index b2c4cc4..be81c98 100644
--- a/xfce-extra/thunar-dropbox/thunar-dropbox-0.2.0.ebuild
+++ b/xfce-extra/thunar-dropbox/thunar-dropbox-0.2.1.ebuild
@@ -3,9 +3,9 @@
# $Id$
EAPI=4
-PYTHON_DEPEND="2:2.6"
+PYTHON_COMPAT=( python2_7 )
-inherit gnome2-utils multilib python waf-utils
+inherit gnome2-utils multilib python-any-r1 waf-utils
DESCRIPTION="Plugin for thunar that adds context-menu items for dropbox."
HOMEPAGE="http://www.softwarebakery.com/maato/thunar-dropbox.html"
@@ -23,11 +23,6 @@ DEPEND="${RDEPEND}
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"