From 273fcc7f58e6f1d731bdcb453f1246ed4dc0fe02 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 26 Dec 2016 22:45:10 +0000 Subject: drop unused --- xfce-extra/thunar-dropbox/Manifest | 1 - .../files/thunar-dropbox-0.2.0-wscript.patch | 36 -------------- .../thunar-dropbox/thunar-dropbox-0.2.0.ebuild | 55 ---------------------- 3 files changed, 92 deletions(-) delete mode 100644 xfce-extra/thunar-dropbox/Manifest delete mode 100644 xfce-extra/thunar-dropbox/files/thunar-dropbox-0.2.0-wscript.patch delete mode 100644 xfce-extra/thunar-dropbox/thunar-dropbox-0.2.0.ebuild (limited to 'xfce-extra/thunar-dropbox') diff --git a/xfce-extra/thunar-dropbox/Manifest b/xfce-extra/thunar-dropbox/Manifest deleted file mode 100644 index 6cfd1bb6..00000000 --- a/xfce-extra/thunar-dropbox/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST thunar-dropbox-0.2.0.tar.bz2 109292 SHA256 1f3419bb50906874d6db1dfcfd002bc9d1edb91e7641de6826ac9f2ed9196700 SHA512 774f78f2afdd983f5cb81ee8cc425579b186d2ede81f26b94a6974e6f66d0c9831c6a9f8aeed3cc7b1e2587a4cb490786c1426bc90dfeeacfead693778d47a6e WHIRLPOOL 277f89c356ef8d0b52a12a47676d2cc36a3f3ecc61eee54ac505a06194d379142ab81c6e39cbc325918ae7c2fa11a9cf01d5064cdffb5f27200b172c34392b38 diff --git a/xfce-extra/thunar-dropbox/files/thunar-dropbox-0.2.0-wscript.patch b/xfce-extra/thunar-dropbox/files/thunar-dropbox-0.2.0-wscript.patch deleted file mode 100644 index cb434205..00000000 --- a/xfce-extra/thunar-dropbox/files/thunar-dropbox-0.2.0-wscript.patch +++ /dev/null @@ -1,36 +0,0 @@ -thunar-dropbox-0.2.0 -Disable gtk-update-icon-cache, install library with proper permissions, -respect --libdir. -slawomir.nizio at sabayon.org ---- wscript -+++ wscript -@@ -13,11 +13,13 @@ - def set_options(opt): - opt.tool_options('compiler_cc') - opt.tool_options('gnu_dirs') -+ opt.add_option('--libdir', action='store', default="/usr/lib", help="libdir") - - def configure(conf): - conf.check_tool('compiler_cc') - conf.check_cfg(package='thunarx-2', uselib_store='THUNARX', mandatory=True, args='--cflags --libs') - conf.check_cfg(package='gio-2.0', uselib_store='GIO', mandatory=True, args='--cflags --libs') -+ conf.env.LIBDIR = Options.options.libdir - - def build(bld): - prog = bld.new_task_gen('cc', 'cshlib') -@@ -27,14 +29,4 @@ - prog.includes = 'src' - prog.find_sources_in_dirs('src') - bld.install_files('${PREFIX}/share/icons/hicolor/16x16/apps', 'data/icons/hicolor/16x16/apps/thunar-dropbox.png') -- bld.install_as('${PREFIX}/lib/thunarx-2/thunar-dropbox.so', 'libthunar-dropbox.so') -- --def shutdown(): -- if Options.commands['install'] or Options.commands['uninstall']: -- dir = '%s/share/icons/hicolor' % Build.bld.env['PREFIX'] -- command = 'gtk-update-icon-cache -q -t -f %s 2> /dev/null' % dir -- try: -- if Utils.exec_command(command): -- Utils.pprint('YELLOW', 'Icon cache not updated.') -- except: -- pass -+ bld.install_as(bld.env.LIBDIR + '/thunarx-2/thunar-dropbox.so', 'libthunar-dropbox.so', chmod=0755) 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 -} -- cgit v1.2.3