View | Details | Raw Unified | Return to bug 273430
Collapse All | Expand All

(-)b/deskutils/caja-extensions/Makefile (-8 / +5 lines)
Lines 1-6 Link Here
1
PORTNAME=	caja-extensions
1
PORTNAME=	caja-extensions
2
PORTVERSION=	1.26.0
2
PORTVERSION=	1.26.0
3
PORTREVISION=	4
3
PORTREVISION=	5
4
CATEGORIES=	deskutils mate
4
CATEGORIES=	deskutils mate
5
MASTER_SITES=	MATE
5
MASTER_SITES=	MATE
6
DIST_SUBDIR=	mate
6
DIST_SUBDIR=	mate
Lines 12-26 WWW= https://mate-desktop.org/ Link Here
12
LICENSE=	GPLv2
12
LICENSE=	GPLv2
13
LICENSE_FILE=	${WRKSRC}/COPYING
13
LICENSE_FILE=	${WRKSRC}/COPYING
14
14
15
LIB_DEPENDS=	libgupnp-1.2.so:net/gupnp14 \
15
BUILD_DEPENDS=	gtkdocize:textproc/gtk-doc
16
		libstartup-notification-1.so:x11/startup-notification \
16
LIB_DEPENDS=	libstartup-notification-1.so:x11/startup-notification \
17
		libdbus-1.so:devel/dbus \
17
		libdbus-1.so:devel/dbus \
18
		libdbus-glib-1.so:devel/dbus-glib
18
		libdbus-glib-1.so:devel/dbus-glib
19
19
20
PORTSCOUT=	limitw:1,even
20
PORTSCOUT=	limitw:1,even
21
21
22
USES=		compiler:c11 gettext gmake gnome libtool localbase mate \
22
USES=		autoreconf compiler:c11 gettext gmake gnome libtool \
23
		pathfix pkgconfig tar:xz
23
		localbase mate pathfix pkgconfig tar:xz
24
USE_MATE=	caja desktop
24
USE_MATE=	caja desktop
25
USE_GNOME=	cairo gdkpixbuf2 gtk30 intltool
25
USE_GNOME=	cairo gdkpixbuf2 gtk30 intltool
26
USE_LDCONFIG=	yes
26
USE_LDCONFIG=	yes
Lines 31-37 INSTALL_TARGET= install-strip Link Here
31
GLIB_SCHEMAS=	org.mate.Caja.Sendto.gschema.xml \
31
GLIB_SCHEMAS=	org.mate.Caja.Sendto.gschema.xml \
32
		org.mate.caja-open-terminal.gschema.xml
32
		org.mate.caja-open-terminal.gschema.xml
33
33
34
post-patch:
35
	@${REINPLACE_CMD} -e 's|gupnp-1.0|gupnp-1.2|' ${WRKSRC}/configure
36
37
.include <bsd.port.mk>
34
.include <bsd.port.mk>
(-)b/deskutils/caja-extensions/files/patch-configure.ac (+20 lines)
Added Link Here
1
--- configure.ac.orig	2021-08-06 19:34:59 UTC
2
+++ configure.ac
3
@@ -100,7 +100,7 @@ if test "x$enable_sendto" = "xyes"; then
4
         GTHREAD_REQUIRED=2.6.0
5
         DBUS_REQUIRED=1.0
6
         DBUS_GLIB_REQUIRED=0.60
7
-        GUPNP_REQUIRED=0.13
8
+#        GUPNP_REQUIRED=0.13
9
         PKG_CHECK_MODULES(SENDTO,
10
                 glib-2.0    >= $GLIB_REQUIRED
11
                 gthread-2.0 >= $GTHREAD_REQUIRED
12
@@ -111,7 +111,7 @@ if test "x$enable_sendto" = "xyes"; then
13
         AC_SUBST(SENDTO_LIBS)
14
 
15
     # The full list of plugins
16
-    allowed_sendto_plugins="emailclient gajim caja-burn pidgin removable-devices upnp"
17
+    allowed_sendto_plugins="emailclient gajim caja-burn pidgin removable-devices"
18
 
19
     sendto_plugin_error_or_ignore()
20
     {
(-)b/deskutils/caja-extensions/pkg-plist (-1 lines)
Lines 5-11 lib/caja-sendto/plugins/libnstemailclient.so Link Here
5
lib/caja-sendto/plugins/libnstgajim.so
5
lib/caja-sendto/plugins/libnstgajim.so
6
lib/caja-sendto/plugins/libnstpidgin.so
6
lib/caja-sendto/plugins/libnstpidgin.so
7
lib/caja-sendto/plugins/libnstremovable_devices.so
7
lib/caja-sendto/plugins/libnstremovable_devices.so
8
lib/caja-sendto/plugins/libnstupnp.so
9
lib/caja/extensions-2.0/libcaja-image-converter.so
8
lib/caja/extensions-2.0/libcaja-image-converter.so
10
lib/caja/extensions-2.0/libcaja-open-terminal.so
9
lib/caja/extensions-2.0/libcaja-open-terminal.so
11
lib/caja/extensions-2.0/libcaja-sendto.so
10
lib/caja/extensions-2.0/libcaja-sendto.so

Return to bug 273430