diff options
author | Saleem Abdulrasool <compnerd@gentoo.org> | 2006-10-15 22:29:30 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@gentoo.org> | 2006-10-15 22:29:30 +0000 |
commit | 9183527b48dcdacc62aa58c0928cad2e6e5496dc (patch) | |
tree | c8d37d2fb24a5f52634ee7f91d9ef2774a9d9c31 /gnome-extra/nautilus-sendto | |
parent | Redigesting, should fix bug 151389. (diff) | |
download | gentoo-2-9183527b48dcdacc62aa58c0928cad2e6e5496dc.tar.gz gentoo-2-9183527b48dcdacc62aa58c0928cad2e6e5496dc.tar.bz2 gentoo-2-9183527b48dcdacc62aa58c0928cad2e6e5496dc.zip |
version bump from upstream
(Portage version: 2.1.2_pre3-r1)
Diffstat (limited to 'gnome-extra/nautilus-sendto')
4 files changed, 92 insertions, 1 deletions
diff --git a/gnome-extra/nautilus-sendto/ChangeLog b/gnome-extra/nautilus-sendto/ChangeLog index d4895b8743c2..48a20d454aa5 100644 --- a/gnome-extra/nautilus-sendto/ChangeLog +++ b/gnome-extra/nautilus-sendto/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for gnome-extra/nautilus-sendto # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-sendto/ChangeLog,v 1.3 2006/07/19 04:05:02 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-sendto/ChangeLog,v 1.4 2006/10/15 22:29:30 compnerd Exp $ + +*nautilus-sendto-0.8 (15 Oct 2006) + + 15 Oct 2006; <compnerd@gentoo.org> + +files/nautilus-sendto-0.8-gaim-2.0-plugin.patch, + +nautilus-sendto-0.8.ebuild: + version bump from upstream *nautilus-sendto-0.7 (19 Jul 2006) diff --git a/gnome-extra/nautilus-sendto/files/digest-nautilus-sendto-0.8 b/gnome-extra/nautilus-sendto/files/digest-nautilus-sendto-0.8 new file mode 100644 index 000000000000..2b9e6b6cd1f3 --- /dev/null +++ b/gnome-extra/nautilus-sendto/files/digest-nautilus-sendto-0.8 @@ -0,0 +1,3 @@ +MD5 19165c7404c4956efd4366a8ebe3ddfa nautilus-sendto-0.8.tar.bz2 310098 +RMD160 46c76f455e42f449c3a3d379d64face106beb557 nautilus-sendto-0.8.tar.bz2 310098 +SHA256 b046c9993029a0e5cc3976252420e5ba1413fa7174541a10815222a41c522c73 nautilus-sendto-0.8.tar.bz2 310098 diff --git a/gnome-extra/nautilus-sendto/files/nautilus-sendto-0.8-gaim-2.0-plugin.patch b/gnome-extra/nautilus-sendto/files/nautilus-sendto-0.8-gaim-2.0-plugin.patch new file mode 100644 index 000000000000..fb549bde170e --- /dev/null +++ b/gnome-extra/nautilus-sendto/files/nautilus-sendto-0.8-gaim-2.0-plugin.patch @@ -0,0 +1,10 @@ +--- gaim_plugin/nautilus-sendto-plugin.c.orig 2006-10-15 17:08:37.000000000 -0500 ++++ gaim_plugin/nautilus-sendto-plugin.c 2006-10-15 17:08:57.000000000 -0500 +@@ -38,6 +38,7 @@ + #include <unistd.h> + #include <dirent.h> + ++#include "plugin.h" + #include "conversation.h" + #include "core.h" + #include "debug.h" diff --git a/gnome-extra/nautilus-sendto/nautilus-sendto-0.8.ebuild b/gnome-extra/nautilus-sendto/nautilus-sendto-0.8.ebuild new file mode 100644 index 000000000000..762b858df2d7 --- /dev/null +++ b/gnome-extra/nautilus-sendto/nautilus-sendto-0.8.ebuild @@ -0,0 +1,71 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-sendto/nautilus-sendto-0.8.ebuild,v 1.1 2006/10/15 22:29:30 compnerd Exp $ + +inherit gnome2 eutils autotools + +DESCRIPTION="A nautilus extension for sending files to locations" +HOMEPAGE="http://www.gnome.org/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="bluetooth eds gaim gajim sylpheed thunderbird" + +RDEPEND=">=x11-libs/gtk+-2.4 + >=dev-libs/glib-2.4 + >=sys-apps/dbus-0.60 + >=gnome-base/libglade-2.5.1 + >=gnome-base/libbonobo-2.13.0 + >=gnome-base/libbonoboui-2.13.0 + >=gnome-base/libgnome-2.13.0 + >=gnome-base/libgnomeui-2.13.0 + >=gnome-base/nautilus-2.13.3 + >=gnome-base/gconf-2.13.0 + bluetooth? ( >=net-wireless/gnome-bluetooth-0.6 ) + eds? ( >=gnome-extra/evolution-data-server-1.5.3 ) + gaim? ( net-im/gaim ) + gajim? ( net-im/gajim ) + sylpheed? ( mail-client/sylpheed ) + thunderbird? ( mail-client/mozilla-thunderbird )" +DEPEND="${RDEPEND} + sys-devel/gettext + >=dev-util/pkgconfig-0.19 + >=dev-util/intltool-0.35" + +DOCS="AUTHORS ChangeLog NEWS README" + +pkg_setup() { + G2CONF="${G2CONF} \ + $(use_enable bluetooth) \ + $(use_enable eds evolution) \ + $(use_enable gaim) \ + $(use_enable gajim) \ + $(use_enable sylpheed) \ + $(use_enable thunderbird)" +} + +src_unpack() { + unpack ${A} + cd ${S} + + # Convert autodetection into hard options + epatch ${FILESDIR}/${PN}-0.7-configure-options.patch + + # Add support for gaim 2.0 + if has_version '=net-im/gaim-2*' ; then + epatch ${FILESDIR}/${PN}-0.8-gaim-2.0-plugin.patch + fi + + # Oh the joys of autotools + eautoreconf +} + +pkg_postinst() { + gnome2_pkg_postinst + + if use gaim ; then + einfo "To enable SendTo support in GAIM, you must enable the plugin in GAIM" + einfo "Check Tools -> Preferences -> Plugins in the GAIM menu." + fi +} |