x11-fm/thunar: Update/correct dependencies

- xfce4-tumbler is being used at runtime via dbus
- --enable-pcre configure option was retired
- the sbr-plugin option is depending on pcre2, which is not used
  otherwise
This commit is contained in:
Guido Falsi 2023-10-02 11:06:38 +02:00
parent d72c96279d
commit 0cd8f4d003

View file

@ -1,5 +1,6 @@
PORTNAME= thunar
DISTVERSION= 4.18.7
PORTREVISION= 1
CATEGORIES= x11-fm xfce
MASTER_SITES= XFCE
DIST_SUBDIR= xfce4
@ -13,10 +14,9 @@ LICENSE_COMB= multi
LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING
LICENSE_FILE_LGPL20= ${WRKSRC}/COPYING.LIB
LIB_DEPENDS= libharfbuzz.so:print/harfbuzz \
libpcre2-8.so:devel/pcre2 \
libtumbler-1.so:deskutils/xfce4-tumbler
RUN_DEPENDS= pkexec:sysutils/polkit
LIB_DEPENDS= libharfbuzz.so:print/harfbuzz
RUN_DEPENDS= pkexec:sysutils/polkit \
xfce4-tumbler>0:deskutils/xfce4-tumbler
USES= compiler:c11 cpe desktop-file-utils gettext-tools gmake gnome \
libtool pathfix perl5 pkgconfig tar:bzip2 xfce xorg
@ -62,8 +62,8 @@ NOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify
PLUG_APR_CONFIGURE_ENABLE= apr-plugin exif
PLUG_APR_LIB_DEPENDS= libexif.so:graphics/libexif
PLUG_SBR_CONFIGURE_ENABLE= pcre sbr-plugin
PLUG_SBR_LIB_DEPENDS= libpcre.so:devel/pcre
PLUG_SBR_CONFIGURE_ENABLE= sbr-plugin
PLUG_SBR_LIB_DEPENDS= libpcre2-8.so:devel/pcre2
PLUG_TPA_CONFIGURE_ENABLE= tpa-plugin
PLUG_TPA_USE= GNOME=gvfs \