Update to girara 0.3.0
This commit is contained in:
parent
52947b3b57
commit
766b45331e
@ -1,7 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2018/08/29 07:47:53 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2018/09/19 09:35:19 landry Exp $
|
||||
|
||||
COMMENT = user interface library from pwmt
|
||||
DISTNAME = girara-0.2.9
|
||||
DISTNAME = girara-0.3.0
|
||||
|
||||
SHARED_LIBS += girara-gtk3 1.0 # 3.1
|
||||
EXTRACT_SUFX = .tar.xz
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (girara-0.2.9.tar.xz) = qB8+lMcaL/kr9SKVtALt6BdfgvutGifynBwFpKzLfVI=
|
||||
SIZE (girara-0.2.9.tar.xz) = 57816
|
||||
SHA256 (girara-0.3.0.tar.xz) = t1L6X/CpjPp3O7z2a7il4zemHLsIXWV3s5eReNF+QaI=
|
||||
SIZE (girara-0.3.0.tar.xz) = 57820
|
||||
|
@ -1,16 +1,16 @@
|
||||
$OpenBSD: patch-tests_meson_build,v 1.1 2018/04/28 14:55:47 landry Exp $
|
||||
$OpenBSD: patch-tests_meson_build,v 1.2 2018/09/19 09:35:19 landry Exp $
|
||||
|
||||
env -u (for unset) doesnt exist on OpenBSD
|
||||
|
||||
Index: tests/meson.build
|
||||
--- tests/meson.build.orig
|
||||
+++ tests/meson.build
|
||||
@@ -40,7 +40,7 @@ if check.found()
|
||||
@@ -44,7 +44,7 @@ if check.found()
|
||||
env.set('XDG_TEST_HELPER_PATH', meson.current_build_dir())
|
||||
|
||||
test('tests-without-home', env_bin,
|
||||
- args: ['-u', 'HOME', tests],
|
||||
+ args: ['HOME=', tests],
|
||||
env: env)
|
||||
endif
|
||||
endif
|
||||
+ args: ['HOME', tests],
|
||||
env: env,
|
||||
timeout: 60*60,
|
||||
is_parallel: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user