summaryrefslogtreecommitdiff
path: root/sysutils/nautilus-sendto/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2009-07-23 12:20:20 +0000
committerwiz <wiz>2009-07-23 12:20:20 +0000
commit692a8228013f8184ea7779abbe5b564d6c8107b7 (patch)
tree745dc99073f16f7d43b43c955e602d3b1dad8324 /sysutils/nautilus-sendto/Makefile
parentf2df6bc27c184aceadbe96b2560a95be3ee532c0 (diff)
downloadpkgsrc-692a8228013f8184ea7779abbe5b564d6c8107b7.tar.gz
Update to 1.1.5. Convert to user-destdir. Set LICENSE.
============= Version 1.1.5 ============= Nautilus Sendto Bug fixes: - Fix the plugins not getting translated properly - Remove mention of "Evolution" in the mail plugin =============== Version 1.1.4.1 =============== Nautilus Sendto Bug fixes: - Fix infinite loop in the Pidgin plugin ============= Version 1.1.4 ============= Nautilus Sendto Bug fixes: - Fix crash in the Pidgin plugin when the file system is full - Pidgin plugin cleanups Other changes: - Remove Gaim plugin ============= Version 1.1.3 ============= Nautilus Sendto Bug fixes: * Use new EmpathyContactSelector and update for latest Empathy ============= Version 1.1.2 ============= Nautilus Sendto New features: * Add an evolution plugin to allow sending arbitrary attachments through nautilus-sendto * Add a "Removable devices" plugin * Enable the "burn" plugin by default Bug fixes: * Remove the separate mailer plugins, and use the default GNOME mailer instead * Fix no plugins being able to send files (oops) * Be more lax when checking whether a device supports ObexFTP, also check for the File Transfer profile, and update the profiles if a supported on doesn't appear * Make it possible for plugins to support sending directories * Support the "Pecan" Pidgin MSN plugin * Fix a few memory leaks
Diffstat (limited to 'sysutils/nautilus-sendto/Makefile')
-rw-r--r--sysutils/nautilus-sendto/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/sysutils/nautilus-sendto/Makefile b/sysutils/nautilus-sendto/Makefile
index 60f8d1fadca..dcda810f5c5 100644
--- a/sysutils/nautilus-sendto/Makefile
+++ b/sysutils/nautilus-sendto/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2009/07/22 09:01:47 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2009/07/23 12:20:20 wiz Exp $
#
-DISTNAME= nautilus-sendto-1.1.1
+DISTNAME= nautilus-sendto-1.1.5
CATEGORIES= sysutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/nautilus-sendto/1.1/}
EXTRACT_SUFX= .tar.bz2
@@ -9,6 +9,9 @@ EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnome.org/projects/nautilus/
COMMENT= Convenience application to send a file via email or instant messenger
+LICENSE= gnu-gpl-v2
+
+PKG_DESTDIR_SUPPORT= user-destdir
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake intltool msgfmt pkg-config
@@ -25,13 +28,13 @@ GNU_CONFIGURE= yes
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/libglade/buildlink3.mk"
.include "../../mail/evolution-data-server/buildlink3.mk"
-# XXX: add option for thunderbird support? buildlink3.mk doesn't exist yet.
-#.include "../../mail/thunderbird/buildlink3.mk"
+.include "../../mail/evolution/buildlink3.mk"
.include "../../sysutils/dbus/buildlink3.mk"
.include "../../sysutils/dbus-glib/buildlink3.mk"
.include "../../sysutils/nautilus/buildlink3.mk"
# not possible to enable it yet, see
# http://bugzilla.gnome.org/show_bug.cgi?id=556774
-#.include "../../sysutils/nautilus-cd-burner/buildlink3.mk"
+.include "../../sysutils/nautilus-cd-burner/buildlink3.mk"
+# no gupnp-av package available
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"