summaryrefslogtreecommitdiff
path: root/deskutils/xfce4-xkb-plugin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/xfce4-xkb-plugin/Makefile')
-rw-r--r--deskutils/xfce4-xkb-plugin/Makefile26
1 files changed, 14 insertions, 12 deletions
diff --git a/deskutils/xfce4-xkb-plugin/Makefile b/deskutils/xfce4-xkb-plugin/Makefile
index 50be403c762b..c7ba60530ea4 100644
--- a/deskutils/xfce4-xkb-plugin/Makefile
+++ b/deskutils/xfce4-xkb-plugin/Makefile
@@ -1,5 +1,5 @@
PORTNAME= xfce4-xkb-plugin
-PORTVERSION= 0.8.5
+PORTVERSION= 0.9.0
CATEGORIES= deskutils xfce
MASTER_SITES= XFCE/panel-plugins
@@ -9,22 +9,24 @@ WWW= https://docs.xfce.org/panel-plugins/xfce4-xkb-plugin
LICENSE= GPLv2
-LIB_DEPENDS= libxklavier.so:x11/libxklavier \
- libharfbuzz.so:print/harfbuzz
+LIB_DEPENDS= libxklavier.so:x11/libxklavier
-USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \
- tar:bzip2 xfce xorg
-USE_GNOME= cairo gtk30 librsvg2 libwnck3
+USES= compiler:c11 gettext-tools gnome meson pkgconfig tar:xz xfce \
+ xorg
+USE_GNOME= gtk30 librsvg2 libwnck3
USE_XFCE= garcon libmenu panel xfconf
USE_XORG= x11
-GNU_CONFIGURE= yes
-INSTALL_TARGET= install-strip
-
-OPTIONS_DEFINE= NLS
+OPTIONS_DEFINE= NLS NOTIFY
+OPTIONS_DEFAULT= NOTIFY
OPTIONS_SUB= yes
-NLS_CONFIGURE_ENABLE= nls
-NLS_USES= gettext-runtime
+NLS_USES= gettext-runtime
+
+NOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify
+NOTIFY_MESON_ENABLED= libnotify
+
+post-patch-NLS-off:
+ @${REINPLACE_CMD} -e "/^subdir('po')/d" ${WRKSRC}/meson.build
.include <bsd.port.mk>