diff options
Diffstat (limited to 'x11-wm/xfce4-panel/Makefile')
-rw-r--r-- | x11-wm/xfce4-panel/Makefile | 36 |
1 files changed, 17 insertions, 19 deletions
diff --git a/x11-wm/xfce4-panel/Makefile b/x11-wm/xfce4-panel/Makefile index f8a71e13b9d7..146ba9361607 100644 --- a/x11-wm/xfce4-panel/Makefile +++ b/x11-wm/xfce4-panel/Makefile @@ -1,5 +1,5 @@ PORTNAME= xfce4-panel -PORTVERSION= 4.20.4 +PORTVERSION= 4.20.5 CATEGORIES= x11-wm xfce MASTER_SITES= XFCE DIST_SUBDIR= xfce4 @@ -13,13 +13,12 @@ LICENSE_COMB= multi LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LIB -LIB_DEPENDS= libdbusmenu-gtk3.so:devel/libdbusmenu \ - libharfbuzz.so:print/harfbuzz +LIB_DEPENDS= libdbusmenu-gtk3.so:devel/libdbusmenu -USES= compiler:c11 desktop-file-utils gettext-tools gmake gnome \ - libtool pathfix perl5 pkgconfig python:build shebangfix \ - tar:bzip2 xfce xorg -USE_GNOME= cairo gdkpixbuf glib20 gtk30 libwnck3 +USES= compiler:c11 desktop-file-utils gettext-tools gnome meson \ + pathfix perl5 pkgconfig python:build shebangfix tar:bzip2 xfce \ + xorg +USE_GNOME= glib20 gtk30 libwnck3 USE_LDCONFIG= yes USE_PERL5= build USE_XFCE= garcon libexo windowing xdt xfconf @@ -27,10 +26,8 @@ USE_XORG= ice sm x11 xext SHEBANG_FILES= xdt-gen-visibility -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-x11 \ - --without-html-dir -INSTALL_TARGET= install-strip +MESON_ARGS= -Ddbusmenu=enabled \ + -Dx11=enabled PORTSCOUT= limitw:1,even @@ -38,21 +35,22 @@ OPTIONS_DEFINE= GIR NLS VAPI WAYLAND OPTIONS_DEFAULT= GIR VAPI WAYLAND OPTIONS_SUB= yes -GIR_DESC= Use Gobject Introspection +GIR_DESC= Use Gobject Introspection GIR_USE= GNOME=introspection:build -GIR_CONFIGURE_ON= --enable-introspection=yes -GIR_CONFIGURE_OFF= --enable-introspection=no +GIR_MESON_TRUE= introspection NLS_USES= gettext-runtime -NLS_CONFIGURE_ENABLE= nls VAPI_IMPLIES= GIR VAPI_USES= vala:build -VAPI_CONFIGURE_ENABLE= vala +VAPI_MESON_ENABLED= vala -WAYLAND_LIB_DEPENDS= libgtk-layer-shell.so:x11-toolkits/gtk-layer-shell \ - libwayland-client.so:graphics/wayland -WAYLAND_CONFIGURE_ENABLE= gtk-layer-shell wayland +WAYLAND_LIB_DEPENDS= libgtk-layer-shell.so:x11-toolkits/gtk-layer-shell \ + libwayland-client.so:graphics/wayland +WAYLAND_MESON_ENABLED= gtk-layer-shell wayland + +post-patch-NLS-off: + @${REINPLACE_CMD} -e "/^subdir('po')/d" ${WRKSRC}/meson.build .include <bsd.port.mk> |