x11-misc/rofi: Disable gtk-settings.test (bug #646688).
authorJeroen Roovers <jer@gentoo.org>
Mon, 5 Feb 2018 19:43:15 +0000 (20:43 +0100)
committerJeroen Roovers <jer@gentoo.org>
Mon, 5 Feb 2018 19:43:32 +0000 (20:43 +0100)
Package-Manager: Portage-2.3.24, Repoman-2.3.6

x11-misc/rofi/files/rofi-1.5.0-gtk-settings-test.patch [new file with mode: 0644]
x11-misc/rofi/rofi-1.5.0.ebuild

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 (file)
index 0000000..82aa264
--- /dev/null
@@ -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
index 29016aeb7d094eeb4e5298ad4126036ff489cbdf..b1d04b298f2ca2a2c05296a0d836fda37e2b2b8d 100644 (file)
@@ -36,6 +36,7 @@ DEPEND="
 "
 PATCHES=(
        "${FILESDIR}"/${PN}-0.15.12-Werror.patch
+       "${FILESDIR}"/${PN}-1.5.0-gtk-settings-test.patch
 )
 
 src_prepare() {