Merge the -pidgin subpackage into -main now that we only need to depend on
libpurple and not the whole pidgin package itself.
This commit is contained in:
parent
b3bc385ab5
commit
3a6b34574c
@ -1,16 +1,15 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2009/06/11 18:26:44 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2009/06/16 20:07:33 ajacoutot Exp $
|
||||
|
||||
COMMENT-main= applications integration into Nautilus
|
||||
COMMENT-pidgin= pidgin integration in Nautilus
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= applications integration into Nautilus
|
||||
|
||||
GNOME_PROJECT= nautilus-sendto
|
||||
GNOME_VERSION= 1.0.1
|
||||
|
||||
PKGNAME-main= ${DISTNAME}p3
|
||||
PKGNAME-pidgin= ${GNOME_PROJECT}-pidgin-${GNOME_VERSION}p0
|
||||
PKGNAME= ${DISTNAME}p4
|
||||
|
||||
CATEGORIES-main= misc
|
||||
CATEGORIES-pidgin= net
|
||||
CATEGORIES= misc net
|
||||
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
@ -18,46 +17,33 @@ 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 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 avahi-client avahi-common avahi-glib
|
||||
|
||||
WANTLIB-pidgin += ${WANTLIB}
|
||||
WANTLIB-pidgin += ncurses
|
||||
WANTLIB += ORBit-2 ORBitCosNaming-2 X11 Xau Xcomposite Xcursor
|
||||
WANTLIB += Xdamage Xdmcp Xext Xfixes Xi Xinerama Xrandr Xrender
|
||||
WANTLIB += asn1 atk-1.0 avahi-client avahi-common avahi-glib bonobo-2
|
||||
WANTLIB += bonobo-activation c cairo com_err crypto dbus-1 dbus-glib-1
|
||||
WANTLIB += expat fontconfig freetype gcrypt gdk-x11-2.0 gdk_pixbuf-2.0
|
||||
WANTLIB += gio-2.0 glade-2.0 glib-2.0 glitz gmodule-2.0 gnome-2
|
||||
WANTLIB += gnomevfs-2 gnutls gobject-2.0 gpg-error gssapi gthread-2.0
|
||||
WANTLIB += gtk-x11-2.0 krb5 m ncurses nspr4 nss3 pango-1.0 pangocairo-1.0
|
||||
WANTLIB += pangoft2-1.0 pcre pixman-1 plc4 plds4 png popt pthread
|
||||
WANTLIB += smime3 softokn3 soup-2.4 sqlite3 ssl ssl3 tasn1 util
|
||||
WANTLIB += xml2 z
|
||||
|
||||
MODULES= devel/gettext \
|
||||
x11/gnome \
|
||||
devel/gconf2
|
||||
|
||||
MULTI_PACKAGES= -main -pidgin
|
||||
BUILD_DEPENDS= ::net/gajim \
|
||||
::net/pidgin
|
||||
|
||||
BUILD_DEPENDS= ::net/gajim
|
||||
|
||||
RUN_DEPENDS-main= ${RUN_DEPENDS} \
|
||||
::archivers/zip \
|
||||
RUN_DEPENDS= ::archivers/zip \
|
||||
::archivers/bzip2
|
||||
LIB_DEPENDS-main= ${LIB_DEPENDS} \
|
||||
${MODGCONF2_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
|
||||
LIB_DEPENDS= camel-1.2,ebook-1.2,edataserver-1.2::databases/evolution-data-server \
|
||||
nautilus-extension.>=2::x11/gnome/nautilus \
|
||||
purple.>=4::net/pidgin,-libpurple
|
||||
|
||||
USE_X11= Yes
|
||||
MODGCONF2_SCHEMAS_DIR= nautilus-sendto
|
||||
MODGCONF2_LIBDEP= No
|
||||
|
||||
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
||||
--with-thunderbird-name=thunderbird \
|
||||
@ -65,7 +51,7 @@ CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
FAKE_FLAGS= GCONFTOOL="/usr/bin/true" \
|
||||
schemadir=${PREFIX}/share/schemas/nautilus-sendto
|
||||
#FAKE_FLAGS= GCONFTOOL="/usr/bin/true"
|
||||
FAKE_FLAGS= schemadir=${PREFIX}/share/schemas/nautilus-sendto
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +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.
|
||||
Supported so far (if installed) are Evolution, Sylpheed, Thunderbird,
|
||||
Gajim and Pidgin.
|
@ -1,3 +0,0 @@
|
||||
The Nautilus "sendto-pidgin" plugin provides the Nautilus file manager
|
||||
with a context menu component for quickly sending files to your pidgin
|
||||
contacts.
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.2 2009/06/07 11:16:04 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.1 2009/06/16 20:07:33 ajacoutot Exp $
|
||||
@conflict nautilus-sendto-pidgin-*
|
||||
@pkgpath x11/gnome/nautilus-sendto,-main
|
||||
@bin bin/nautilus-sendto
|
||||
lib/nautilus/
|
||||
lib/nautilus-sendto/
|
||||
@ -12,6 +14,9 @@ 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/libnstpidgin.a
|
||||
@comment lib/nautilus-sendto/plugins/libnstpidgin.la
|
||||
lib/nautilus-sendto/plugins/libnstpidgin.so
|
||||
@comment lib/nautilus-sendto/plugins/libnstsylpheed.a
|
||||
@comment lib/nautilus-sendto/plugins/libnstsylpheed.la
|
||||
lib/nautilus-sendto/plugins/libnstsylpheed.so
|
||||
@ -22,28 +27,22 @@ 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
|
||||
lib/pidgin/
|
||||
@comment lib/pidgin/nautilus.a
|
||||
@comment lib/pidgin/nautilus.la
|
||||
lib/pidgin/nautilus.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
|
||||
@ -55,46 +54,26 @@ 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
|
@ -1,8 +0,0 @@
|
||||
@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