FreeBSD Bugzilla – Attachment 221960 Details for
Bug 253043
x11/rofi: convert to USES=meson
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
v1
bug253043.diff (text/plain), 1.47 KB, created by
Jan Beich
on 2021-01-27 12:47:36 UTC
(
hide
)
Description:
v1
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2021-01-27 12:47:36 UTC
Size:
1.47 KB
patch
obsolete
>From ffcb7ee654bd47ba946433b43b09e90d2c12048b Mon Sep 17 00:00:00 2001 >From: Jan Beich <jbeich@FreeBSD.org> >Date: Wed, 27 Jan 2021 12:19:16 +0000 >Subject: [PATCH] x11/rofi: convert to USES=meson > >PR: 253043 >Approved by: nomoo@nomoo.ru (maintainer) > >--- > x11/rofi/Makefile | 13 ++++++------- > 1 file changed, 6 insertions(+), 7 deletions(-) > >diff --git a/x11/rofi/Makefile b/x11/rofi/Makefile >index 7a4c81792fe7..695b19c1a797 100644 >--- a/x11/rofi/Makefile >+++ b/x11/rofi/Makefile >@@ -11,8 +11,6 @@ COMMENT= Window switcher, run dialog and dmenu replacement > 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-notification \ > 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 253043
: 221960