diff options
author | olivierd <olivierd@FreeBSD.org> | 2013-10-15 04:07:52 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2013-10-15 04:07:52 +0800 |
commit | 6f39b56edf801e101529de3d73e7998044e4fe07 (patch) | |
tree | 6ffee27402c80bb3c1b6e22d60f3e02aad38dbcb /x11-fm | |
parent | 40ce304b4d75c995025f6c1c4dcef0e61c072584 (diff) | |
download | freebsd-ports-gnome-6f39b56edf801e101529de3d73e7998044e4fe07.tar.gz freebsd-ports-gnome-6f39b56edf801e101529de3d73e7998044e4fe07.tar.zst freebsd-ports-gnome-6f39b56edf801e101529de3d73e7998044e4fe07.zip |
- Support STAGEDIR
- Convert to new LIB_DEPENDS format
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/thunar/Makefile | 15 | ||||
-rw-r--r-- | x11-fm/thunar/pkg-plist | 1 |
2 files changed, 7 insertions, 9 deletions
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 <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 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 |