diff options
Diffstat (limited to 'x11/xfce4-dashboard/Makefile')
-rw-r--r-- | x11/xfce4-dashboard/Makefile | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/x11/xfce4-dashboard/Makefile b/x11/xfce4-dashboard/Makefile index 6463bfff08f6..ca774be26601 100644 --- a/x11/xfce4-dashboard/Makefile +++ b/x11/xfce4-dashboard/Makefile @@ -1,6 +1,5 @@ PORTNAME= dashboard -PORTVERSION= 1.0.0 -PORTREVISION= 3 +PORTVERSION= 1.1.0 CATEGORIES= x11 xfce MASTER_SITES= XFCE/apps PKGNAMEPREFIX= xfce4- @@ -15,24 +14,27 @@ LICENSE= GPLv2 LIB_DEPENDS= libclutter-1.0.so:graphics/clutter \ libcogl.so:graphics/cogl \ - libharfbuzz.so:print/harfbuzz \ libjson-glib-1.0.so:devel/json-glib -USES= compiler:c11 gettext-tools gl gmake gnome libtool localbase \ - pathfix perl5 pkgconfig tar:bzip2 xfce xorg +USES= compiler:c11 gettext-tools gl gnome meson pathfix perl5 \ + pkgconfig tar:xz xfce xorg USE_GL= egl -USE_GNOME= cairo gdkpixbuf glib20 gtk30 intltool libwnck3 +USE_GNOME= glib20 gtk30 libwnck3 USE_LDCONFIG= yes USE_XFCE= garcon xfconf USE_XORG= x11 xcomposite xdamage xext xfixes xi xinerama xrandr -GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip +MESON_ARGS= -Dclutter-gdk=enabled \ + -Dxcomposite=enabled \ + -Dxdamage=enabled \ + -Dxinerama=enabled OPTIONS_DEFINE= NLS OPTIONS_SUB= yes -NLS_USES= gettext-runtime -NLS_CONFIGURE_ENABLE= nls +NLS_USES= gettext-runtime + +post-patch-NLS-off: + @${REINPLACE_CMD} -e "/^subdir('po')/d" ${WRKSRC}/meson.build .include <bsd.port.mk> |