Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Oct 2013 20:07:52 +0000 (UTC)
From:      Olivier Duchateau <olivierd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330351 - head/x11-fm/thunar
Message-ID:  <201310142007.r9EK7qmW026729@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olivierd
Date: Mon Oct 14 20:07:52 2013
New Revision: 330351
URL: http://svnweb.freebsd.org/changeset/ports/330351

Log:
  - Support STAGEDIR
  - Convert to new LIB_DEPENDS format

Modified:
  head/x11-fm/thunar/Makefile
  head/x11-fm/thunar/pkg-plist

Modified: head/x11-fm/thunar/Makefile
==============================================================================
--- head/x11-fm/thunar/Makefile	Mon Oct 14 20:03:16 2013	(r330350)
+++ head/x11-fm/thunar/Makefile	Mon Oct 14 20:07:52 2013	(r330351)
@@ -11,7 +11,7 @@ DIST_SUBDIR=	xfce4
 MAINTAINER=	xfce@FreeBSD.org
 COMMENT=	Xfce file manager
 
-LIB_DEPENDS=	tumbler-1:${PORTSDIR}/deskutils/xfce4-tumbler
+LIB_DEPENDS=	libtumbler-1.so:${PORTSDIR}/deskutils/xfce4-tumbler
 
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
@@ -39,13 +39,10 @@ PLUG_WALL_DESC=	Wallpaper plugin
 CONFIGURE_ARGS+=--enable-gio-unix \
 		--disable-gudev
 
-MAN1=		Thunar.1
-
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MDBUS}
-LIB_DEPENDS+=	dbus-glib-1:${PORTSDIR}/devel/dbus-glib
+LIB_DEPENDS+=	libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
 CONFIGURE_ARGS+=--enable-dbus
 PLIST_SUB+=	WITH_DBUS=""
 .else
@@ -63,7 +60,7 @@ PLIST_SUB+=	NLS="@comment "
 .endif
 
 .if ${PORT_OPTIONS:MNOTIFY}
-LIB_DEPENDS+=	notify:${PORTSDIR}/devel/libnotify
+LIB_DEPENDS+=	libnotify.so:${PORTSDIR}/devel/libnotify
 CONFIGURE_ARGS+=--enable-notifications
 .else
 CONFIGURE_ARGS+=--disable-notifications
@@ -78,7 +75,7 @@ PLIST_SUB+=	APIDOCS="@comment "
 .endif
 
 .if ${PORT_OPTIONS:MPLUG_APR}
-LIB_DEPENDS+=	exif:${PORTSDIR}/graphics/libexif
+LIB_DEPENDS+=	libexif.so:${PORTSDIR}/graphics/libexif
 CONFIGURE_ARGS+=--enable-apr-plugin --enable-exif
 PLIST_SUB+=	PLUGIN_APR=""
 .else
@@ -87,7 +84,7 @@ PLIST_SUB+=	PLUGIN_APR="@comment "
 .endif
 
 .if ${PORT_OPTIONS:MPLUG_SBR}
-LIB_DEPENDS+=	pcre:${PORTSDIR}/devel/pcre
+LIB_DEPENDS+=	libpcre.so:${PORTSDIR}/devel/pcre
 CONFIGURE_ARGS+=--enable-sbr-plugin --enable-pcre
 PLIST_SUB+=	PLUGIN_SBR=""
 .else
@@ -121,7 +118,7 @@ PLIST_SUB+=	PLUGIN_WALL="@comment "
 .endif
 
 .if ${PORT_OPTIONS:MSTARTUP}
-LIB_DEPENDS+=	startup-notification-1:${PORTSDIR}/x11/startup-notification
+LIB_DEPENDS+=	libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification
 CONFIGURE_ARGS+=--enable-startup-notification
 .else
 CONFIGURE_ARGS+=--disable-startup-notification

Modified: head/x11-fm/thunar/pkg-plist
==============================================================================
--- head/x11-fm/thunar/pkg-plist	Mon Oct 14 20:03:16 2013	(r330350)
+++ head/x11-fm/thunar/pkg-plist	Mon Oct 14 20:07:52 2013	(r330351)
@@ -29,6 +29,7 @@ lib/libthunarx-2.so.0
 %%PLUGIN_TPA%%lib/xfce4/panel/plugins/libthunar-tpa.la
 %%PLUGIN_TPA%%lib/xfce4/panel/plugins/libthunar-tpa.so
 libdata/pkgconfig/thunarx-2.pc
+man/man1/Thunar.1.gz
 share/Thunar/sendto/thunar-sendto-email.desktop
 share/applications/Thunar-bulk-rename.desktop
 share/applications/Thunar-folder-handler.desktop



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310142007.r9EK7qmW026729>