pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
rofi: bash is needed at runtime; add test target
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Wed Jan 22 13:34:20 2025 +0100
Changeset: bcdd2516a2b4dc114f0778612cd64ca8355f00d3
Modified Files:
rofi/Makefile
Log Message:
rofi: bash is needed at runtime; add test target
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=bcdd2516a2b4dc114f0778612cd64ca8355f00d3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
rofi/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diffs:
diff --git a/rofi/Makefile b/rofi/Makefile
index 3be66fadc7..22b06df858 100644
--- a/rofi/Makefile
+++ b/rofi/Makefile
@@ -12,7 +12,7 @@ HOMEPAGE= https://github.com/davatorium/rofi
COMMENT= Window switcher, run dialog and dmenu replacement
LICENSE= x11
-USE_TOOLS+= pkg-config bash flex bison
+USE_TOOLS+= pkg-config bash:run flex bison
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= YACC='bison -y'
@@ -20,6 +20,8 @@ CONFIGURE_ARGS+= YACC='bison -y'
REPLACE_BASH+= script/rofi-sensible-terminal
REPLACE_BASH+= script/rofi-theme-selector
+TEST_TARGET= check
+
.include "../../devel/check/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/pango/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index