diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-29 23:02:59 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-30 19:20:20 -0300 |
commit | c3ca33004dd60710fcabf1cd41b32de805cf333c (patch) | |
tree | 31b186ad476be819c2958518d4fc494e35ba71ad /testing/rofi/scrollbar-test.patch | |
parent | 03799b34b949fb2dff431dbdf85d81544fd0acc7 (diff) | |
download | aports-c3ca33004dd60710fcabf1cd41b32de805cf333c.tar.bz2 aports-c3ca33004dd60710fcabf1cd41b32de805cf333c.tar.xz |
testing/rofi: upgrade to 1.5.4
Diffstat (limited to 'testing/rofi/scrollbar-test.patch')
-rw-r--r-- | testing/rofi/scrollbar-test.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/testing/rofi/scrollbar-test.patch b/testing/rofi/scrollbar-test.patch new file mode 100644 index 0000000000..cb480a7bce --- /dev/null +++ b/testing/rofi/scrollbar-test.patch @@ -0,0 +1,28 @@ +diff --git a/meson.build b/meson.build +index db764c7..c1d29e9 100644 +--- a/meson.build ++++ b/meson.build +@@ -328,22 +328,6 @@ test('box test', executable('box.test', [ + dependencies: deps, + )) + +-test('scrollbar test', executable('scrollbar.test', [ +- 'test/scrollbar-test.c', +- theme_parser, +- theme_lexer, +- ], +- objects: rofi.extract_objects([ +- 'source/widgets/widget.c', +- 'source/widgets/scrollbar.c', +- 'source/theme.c', +- 'source/rofi-types.c', +- 'source/css-colors.c', +- 'config/config.c', +- ]), +- dependencies: deps, +-)) +- + test('textbox test', executable('textbox.test', [ + 'test/textbox-test.c', + theme_parser, + |