diff --git a/x11-misc/rofi/files/rofi-1.5.0-gtk-settings-test.patch b/x11-misc/rofi/files/rofi-1.5.0-gtk-settings-test.patch new file mode 100644 index 0000000000000..82aa264ac29ee --- /dev/null +++ b/x11-misc/rofi/files/rofi-1.5.0-gtk-settings-test.patch @@ -0,0 +1,13 @@ +--- a/subprojects/libnkutils/libnkutils-common.mk ++++ b/subprojects/libnkutils/libnkutils-common.mk +@@ -130,8 +130,8 @@ + %D%/src/gtk-settings.c \ + %D%/src/nkutils-gtk-settings.h + +-_libnkutils_tests += \ +- %D%/tests/gtk-settings.test ++#_libnkutils_tests += \ ++# %D%/tests/gtk-settings.test + endif + + if NK_ENABLE_XDG_DE diff --git a/x11-misc/rofi/rofi-1.5.0.ebuild b/x11-misc/rofi/rofi-1.5.0.ebuild index 29016aeb7d094..b1d04b298f2ca 100644 --- a/x11-misc/rofi/rofi-1.5.0.ebuild +++ b/x11-misc/rofi/rofi-1.5.0.ebuild @@ -36,6 +36,7 @@ DEPEND=" " PATCHES=( "${FILESDIR}"/${PN}-0.15.12-Werror.patch + "${FILESDIR}"/${PN}-1.5.0-gtk-settings-test.patch ) src_prepare() {