summaryrefslogtreecommitdiff
path: root/xfce-extra/thunar-dropbox/thunar-dropbox-0.2.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2016-12-26 22:45:10 +0000
committerV3n3RiX <venerix@redcorelinux.org>2016-12-26 22:45:10 +0000
commit273fcc7f58e6f1d731bdcb453f1246ed4dc0fe02 (patch)
tree2c9512ef6c5eaf6c9468449ac9b754b98314d51b /xfce-extra/thunar-dropbox/thunar-dropbox-0.2.0.ebuild
parent13c3574ff2eafdf1fe7bfa79a65a4d2791c20439 (diff)
drop unused
Diffstat (limited to 'xfce-extra/thunar-dropbox/thunar-dropbox-0.2.0.ebuild')
-rw-r--r--xfce-extra/thunar-dropbox/thunar-dropbox-0.2.0.ebuild55
1 files changed, 0 insertions, 55 deletions
diff --git a/xfce-extra/thunar-dropbox/thunar-dropbox-0.2.0.ebuild b/xfce-extra/thunar-dropbox/thunar-dropbox-0.2.0.ebuild
deleted file mode 100644
index 3f148481..00000000
--- a/xfce-extra/thunar-dropbox/thunar-dropbox-0.2.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-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"
-SRC_URI="http://www.softwarebakery.com/maato/files/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-COMMON_DEPEND="dev-libs/glib:2
- xfce-base/thunar
-"
-DEPEND="${COMMON_DEPEND}
- virtual/pkgconfig
-"
-RDEPEND="${COMMON_DEPEND}
- net-misc/dropbox
-"
-
-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
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update /usr/share/icons/hicolor
- gtk-update-icon-cache
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update /usr/share/icons/hicolor
- gtk-update-icon-cache
-}