From 263a2c93196c25a7f03668dc8dab78a55efdc02b Mon Sep 17 00:00:00 2001 From: Olivier Duchateau Date: Mon, 14 Oct 2013 20:07:52 +0000 Subject: - Support STAGEDIR - Convert to new LIB_DEPENDS format --- x11-fm/thunar/Makefile | 15 ++++++--------- x11-fm/thunar/pkg-plist | 1 + 2 files changed, 7 insertions(+), 9 deletions(-) (limited to 'x11-fm/thunar') diff --git a/x11-fm/thunar/Makefile b/x11-fm/thunar/Makefile index 5410ef15bb3e..41e69315fa24 100644 --- a/x11-fm/thunar/Makefile +++ b/x11-fm/thunar/Makefile @@ -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 .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 diff --git a/x11-fm/thunar/pkg-plist b/x11-fm/thunar/pkg-plist index 8a2aee6eb624..471fd6e86ca0 100644 --- a/x11-fm/thunar/pkg-plist +++ b/x11-fm/thunar/pkg-plist @@ -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 -- cgit v1.2.3