Skip to content

Commit

Permalink
xfce-extra/thunar-dropbox bump to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
longlene committed Jun 12, 2017
1 parent a03096d commit 819d396
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion 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
@@ -1,11 +1,12 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4
PYTHON_DEPEND="2:2.6"
EAPI=5

inherit gnome2-utils multilib python waf-utils
PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="threads"

inherit gnome2-utils multilib python-r1 waf-utils

DESCRIPTION="Plugin for thunar that adds context-menu items for dropbox."
HOMEPAGE="http://www.softwarebakery.com/maato/thunar-dropbox.html"
Expand All @@ -24,21 +25,20 @@ virtual/pkgconfig"
DOCS=( AUTHORS ChangeLog )

pkg_setup() {
python_set_active_version 2
python_pkg_setup
python_setup 'python2*'
}

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_preinst() {
gnome2_icon_savelist
}

pkg_postinst() {
gnome2_icon_cache_update /usr/share/icons/hicolor;
pkg_postinst() {
gnome2_icon_cache_update /usr/share/icons/hicolor
ewarn
ewarn "thunar-dropbox does work when dropbox is running."
ewarn
Expand Down

0 comments on commit 819d396

Please sign in to comment.