Date: Tue, 16 Mar 2021 16:35:38 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568581 - head/x11/rofi Message-ID: <202103161635.12GGZc1i092954@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Tue Mar 16 16:35:38 2021 New Revision: 568581 URL: https://svnweb.freebsd.org/changeset/ports/568581 Log: x11/rofi: convert to USES=meson PR: 253043 Approved by: nomoo@nomoo.ru (maintainer) Modified: head/x11/rofi/Makefile (contents, props changed) Modified: head/x11/rofi/Makefile ============================================================================== --- head/x11/rofi/Makefile Tue Mar 16 16:35:27 2021 (r568580) +++ head/x11/rofi/Makefile Tue Mar 16 16:35:38 2021 (r568581) @@ -11,8 +11,6 @@ COMMENT= Window switcher, run dialog and dmenu replace LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= checkmk:devel/check \ - ${LOCALBASE}/bin/flex:textproc/flex LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification \ libxcb-ewmh.so:x11/xcb-util-wm \ libxcb-icccm.so:x11/xcb-util-wm \ @@ -20,16 +18,17 @@ LIB_DEPENDS= libstartup-notification-1.so:x11/startup- libxcb-xrm.so:x11/xcb-util-xrm \ libxkbcommon-x11.so:x11/libxkbcommon -USES= bison gmake gnome libtool pkgconfig shebangfix xorg +USES= bison gnome meson pkgconfig shebangfix xorg USE_GNOME= cairo gdkpixbuf2 librsvg2 pango USE_XORG= xcb - -GNU_CONFIGURE= yes -CONFIGURE_ENV= LEX="${LOCALBASE}/bin/flex" SHEBANG_FILES= script/get_git_rev.sh \ script/rofi-sensible-terminal bash_CMD= /bin/sh -TEST_TARGET= check + +OPTIONS_DEFINE= TEST + +TEST_BUILD_DEPENDS= checkmk:devel/check +TEST_MESON_ENABLED= check post-patch: # Fix rofi-theme-selector which assumes we have GNU sed
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103161635.12GGZc1i092954>