Import nautilus-sendto-1.0.1
The Nautilus "sendto" plugin provides the Nautilus file manager with a context menu component for quickly sending files through external applications. Supported so far (if installed) are Evolution, Sylpheed, Thunderbird and Gajim.
This commit is contained in:
parent
125249f02d
commit
08b66488fe
68
x11/gnome/nautilus-sendto/Makefile
Normal file
68
x11/gnome/nautilus-sendto/Makefile
Normal file
@ -0,0 +1,68 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/03/05 08:14:58 ajacoutot Exp $
|
||||
|
||||
COMMENT-main= applications integration into Nautilus
|
||||
COMMENT-pidgin= pidgin integration in Nautilus
|
||||
|
||||
GNOME_PROJECT= nautilus-sendto
|
||||
GNOME_VERSION= 1.0.1
|
||||
|
||||
PKGNAME-main= ${DISTNAME}
|
||||
PKGNAME-pidgin= ${GNOME_PROJECT}-pidgin-${GNOME_VERSION}
|
||||
|
||||
CATEGORIES-main= misc
|
||||
CATEGORIES-pidgin= net
|
||||
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
|
||||
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 cairo dbus-1 dbus-glib-1
|
||||
WANTLIB += expat fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0
|
||||
WANTLIB += gio-2.0 glib-2.0 glitz gmodule-2.0 gobject-2.0 gthread-2.0
|
||||
WANTLIB += gtk-x11-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre
|
||||
WANTLIB += pixman-1 png xml2 z
|
||||
|
||||
WANTLIB-main += ${WANTLIB}
|
||||
WANTLIB-main += ORBit-2 ORBitCosNaming-2 asn1 bonobo-2 bonobo-activation
|
||||
WANTLIB-main += c com_err crypto gconf-2 gcrypt glade-2.0 gnome-2 gnomevfs-2
|
||||
WANTLIB-main += gnutls gpg-error gssapi krb5 nspr4 nss3 plc4 plds4
|
||||
WANTLIB-main += popt pthread smime3 softokn3 soup-2.4 sqlite3 ssl ssl3
|
||||
WANTLIB-main += tasn1 util
|
||||
|
||||
WANTLIB-pidgin += ${WANTLIB}
|
||||
WANTLIB-pidgin += ncurses
|
||||
|
||||
MODULES= devel/gettext \
|
||||
x11/gnome
|
||||
|
||||
MULTI_PACKAGES= -main -pidgin
|
||||
|
||||
BUILD_DEPENDS= ::net/gajim
|
||||
|
||||
RUN_DEPENDS-main= ::archivers/zip \
|
||||
::archivers/bzip2
|
||||
LIB_DEPENDS-main= ${LIB_DEPENDS} \
|
||||
camel-1.2,ebook-1.2,edataserver-1.2::databases/evolution-data-server \
|
||||
nautilus-extension.>=2::x11/gnome/nautilus
|
||||
|
||||
RUN_DEPENDS-pidgin= ::${BASE_PKGPATH},-main
|
||||
LIB_DEPENDS-pidgin= ${LIB_DEPENDS} \
|
||||
purple.>=4::net/pidgin
|
||||
|
||||
USE_X11= Yes
|
||||
|
||||
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
||||
--with-gconf-schema-file-dir=${LOCALBASE}/share/schemas/nautilus-sendto \
|
||||
--disable-schemas-install \
|
||||
--with-thunderbird-name=thunderbird \
|
||||
--with-gajim=${LOCALBASE}
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
FAKE_FLAGS= GCONFTOOL="/usr/bin/true" \
|
||||
schemadir=${PREFIX}/share/schemas/nautilus-sendto
|
||||
|
||||
.include <bsd.port.mk>
|
5
x11/gnome/nautilus-sendto/distinfo
Normal file
5
x11/gnome/nautilus-sendto/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (gnome/nautilus-sendto-1.0.1.tar.bz2) = M/Kpsnp2QZZ/l0k0U8pgrA==
|
||||
RMD160 (gnome/nautilus-sendto-1.0.1.tar.bz2) = 6fGeQMvUyiboex9B1QIARRbege4=
|
||||
SHA1 (gnome/nautilus-sendto-1.0.1.tar.bz2) = MJ6LW+6RCZkRuSqgiQkq4g2m4mE=
|
||||
SHA256 (gnome/nautilus-sendto-1.0.1.tar.bz2) = az3IOT3lILW/OqMkmHS+RzrdMSUU/tIipgkflSPQWRU=
|
||||
SIZE (gnome/nautilus-sendto-1.0.1.tar.bz2) = 367316
|
5
x11/gnome/nautilus-sendto/pkg/DESCR-main
Normal file
5
x11/gnome/nautilus-sendto/pkg/DESCR-main
Normal file
@ -0,0 +1,5 @@
|
||||
The Nautilus "sendto" plugin provides the Nautilus file manager with a
|
||||
context menu component for quickly sending files through external
|
||||
applications.
|
||||
Supported so far (if installed) are Evolution, Sylpheed, Thunderbird and
|
||||
Gajim.
|
3
x11/gnome/nautilus-sendto/pkg/DESCR-pidgin
Normal file
3
x11/gnome/nautilus-sendto/pkg/DESCR-pidgin
Normal file
@ -0,0 +1,3 @@
|
||||
The Nautilus "sendto-pidgin" plugin provides the Nautilus file manager
|
||||
with a context menu component for quickly sending files to your pidgin
|
||||
contacts.
|
110
x11/gnome/nautilus-sendto/pkg/PLIST-main
Normal file
110
x11/gnome/nautilus-sendto/pkg/PLIST-main
Normal file
@ -0,0 +1,110 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.1.1.1 2009/03/05 08:14:58 ajacoutot Exp $
|
||||
@bin bin/nautilus-sendto
|
||||
lib/nautilus/
|
||||
lib/nautilus-sendto/
|
||||
lib/nautilus-sendto/plugins/
|
||||
@comment lib/nautilus-sendto/plugins/libnstbluetooth.a
|
||||
@comment lib/nautilus-sendto/plugins/libnstbluetooth.la
|
||||
lib/nautilus-sendto/plugins/libnstbluetooth.so
|
||||
@comment lib/nautilus-sendto/plugins/libnstevolution.a
|
||||
@comment lib/nautilus-sendto/plugins/libnstevolution.la
|
||||
lib/nautilus-sendto/plugins/libnstevolution.so
|
||||
@comment lib/nautilus-sendto/plugins/libnstgajim.a
|
||||
@comment lib/nautilus-sendto/plugins/libnstgajim.la
|
||||
lib/nautilus-sendto/plugins/libnstgajim.so
|
||||
@comment lib/nautilus-sendto/plugins/libnstsylpheed.a
|
||||
@comment lib/nautilus-sendto/plugins/libnstsylpheed.la
|
||||
lib/nautilus-sendto/plugins/libnstsylpheed.so
|
||||
@comment lib/nautilus-sendto/plugins/libnstthunderbird.a
|
||||
@comment lib/nautilus-sendto/plugins/libnstthunderbird.la
|
||||
lib/nautilus-sendto/plugins/libnstthunderbird.so
|
||||
lib/nautilus/extensions-2.0/
|
||||
@comment lib/nautilus/extensions-2.0/libnautilus-sendto.a
|
||||
@comment lib/nautilus/extensions-2.0/libnautilus-sendto.la
|
||||
lib/nautilus/extensions-2.0/libnautilus-sendto.so
|
||||
@man man/man1/nautilus-sendto.1
|
||||
share/locale/ar/
|
||||
share/locale/ar/LC_MESSAGES/
|
||||
share/locale/ar/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/be/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/be@latin/
|
||||
share/locale/be@latin/LC_MESSAGES/
|
||||
share/locale/be@latin/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/bg/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/ca/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/cs/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/da/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/de/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/dz/
|
||||
share/locale/dz/LC_MESSAGES/
|
||||
share/locale/dz/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/el/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/en_CA/
|
||||
share/locale/en_CA/LC_MESSAGES/
|
||||
share/locale/en_CA/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/en_GB/
|
||||
share/locale/en_GB/LC_MESSAGES/
|
||||
share/locale/en_GB/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/es/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/et/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/eu/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/fi/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/fr/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/gl/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/he/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/hu/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/it/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/ja/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/ka/
|
||||
share/locale/ka/LC_MESSAGES/
|
||||
share/locale/ka/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/ko/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/lt/
|
||||
share/locale/lt/LC_MESSAGES/
|
||||
share/locale/lt/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/mk/
|
||||
share/locale/mk/LC_MESSAGES/
|
||||
share/locale/mk/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/nb/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/ne/
|
||||
share/locale/ne/LC_MESSAGES/
|
||||
share/locale/ne/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/nl/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/oc/
|
||||
share/locale/oc/LC_MESSAGES/
|
||||
share/locale/oc/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/or/
|
||||
share/locale/or/LC_MESSAGES/
|
||||
share/locale/or/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/pa/
|
||||
share/locale/pa/LC_MESSAGES/
|
||||
share/locale/pa/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/pl/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/pt/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/ro/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/ru/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/rw/
|
||||
share/locale/rw/LC_MESSAGES/
|
||||
share/locale/rw/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/sk/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/sl/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/sq/
|
||||
share/locale/sq/LC_MESSAGES/
|
||||
share/locale/sq/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/sv/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/th/
|
||||
share/locale/th/LC_MESSAGES/
|
||||
share/locale/th/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/uk/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/vi/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/nautilus-sendto/
|
||||
share/nautilus-sendto/glade/
|
||||
share/nautilus-sendto/glade/nautilus-sendto.glade
|
||||
@unexec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-uninstall-rule %D/share/schemas/nautilus-sendto/*.schemas > /dev/null
|
||||
share/schemas/
|
||||
share/schemas/nautilus-sendto/
|
||||
share/schemas/nautilus-sendto/nst.schemas
|
||||
@exec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-install-rule %D/share/schemas/nautilus-sendto/*.schemas > /dev/null
|
8
x11/gnome/nautilus-sendto/pkg/PLIST-pidgin
Normal file
8
x11/gnome/nautilus-sendto/pkg/PLIST-pidgin
Normal file
@ -0,0 +1,8 @@
|
||||
@comment $OpenBSD: PLIST-pidgin,v 1.1.1.1 2009/03/05 08:14:58 ajacoutot Exp $
|
||||
@comment lib/nautilus-sendto/plugins/libnstpidgin.a
|
||||
@comment lib/nautilus-sendto/plugins/libnstpidgin.la
|
||||
lib/nautilus-sendto/plugins/libnstpidgin.so
|
||||
lib/pidgin/
|
||||
@comment lib/pidgin/nautilus.a
|
||||
@comment lib/pidgin/nautilus.la
|
||||
lib/pidgin/nautilus.so
|
Loading…
x
Reference in New Issue
Block a user