Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/files/, x11-misc/rofi/
Date: Mon, 05 Feb 2018 19:43:38
Message-Id: 1517859812.aeaf9c2da9aeda090277b601a840e6f0d1ae4657.jer@gentoo
1 commit: aeaf9c2da9aeda090277b601a840e6f0d1ae4657
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 5 19:43:15 2018 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 5 19:43:32 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeaf9c2d
7
8 x11-misc/rofi: Disable gtk-settings.test (bug #646688).
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 x11-misc/rofi/files/rofi-1.5.0-gtk-settings-test.patch | 13 +++++++++++++
13 x11-misc/rofi/rofi-1.5.0.ebuild | 1 +
14 2 files changed, 14 insertions(+)
15
16 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
17 new file mode 100644
18 index 00000000000..82aa264ac29
19 --- /dev/null
20 +++ b/x11-misc/rofi/files/rofi-1.5.0-gtk-settings-test.patch
21 @@ -0,0 +1,13 @@
22 +--- a/subprojects/libnkutils/libnkutils-common.mk
23 ++++ b/subprojects/libnkutils/libnkutils-common.mk
24 +@@ -130,8 +130,8 @@
25 + %D%/src/gtk-settings.c \
26 + %D%/src/nkutils-gtk-settings.h
27 +
28 +-_libnkutils_tests += \
29 +- %D%/tests/gtk-settings.test
30 ++#_libnkutils_tests += \
31 ++# %D%/tests/gtk-settings.test
32 + endif
33 +
34 + if NK_ENABLE_XDG_DE
35
36 diff --git a/x11-misc/rofi/rofi-1.5.0.ebuild b/x11-misc/rofi/rofi-1.5.0.ebuild
37 index 29016aeb7d0..b1d04b298f2 100644
38 --- a/x11-misc/rofi/rofi-1.5.0.ebuild
39 +++ b/x11-misc/rofi/rofi-1.5.0.ebuild
40 @@ -36,6 +36,7 @@ DEPEND="
41 "
42 PATCHES=(
43 "${FILESDIR}"/${PN}-0.15.12-Werror.patch
44 + "${FILESDIR}"/${PN}-1.5.0-gtk-settings-test.patch
45 )
46
47 src_prepare() {