summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/libgdata-glib-duplicate-tests.patch
diff options
context:
space:
mode:
authorKei Kebreau <kei@openmailbox.org>2017-05-26 01:13:23 -0400
committerKei Kebreau <kei@openmailbox.org>2017-05-30 13:13:16 -0400
commitadc5cb1b499d4878be5663e1aea2b290898f82d0 (patch)
tree557b396e9d78b597e02fd4c68653dd53c1103a90 /gnu/packages/patches/libgdata-glib-duplicate-tests.patch
parent6f8cda185e3439777e1c3252cb3d75f0b19376fe (diff)
downloadgnu-guix-adc5cb1b499d4878be5663e1aea2b290898f82d0.tar
gnu-guix-adc5cb1b499d4878be5663e1aea2b290898f82d0.tar.gz
gnu: Add libgdata.
* gnu/packages/gnome.scm (libgdata): New variable. * gnu/packages/patches/libgdata-fix-tests.patch, gnu/packages/patches/libgdata-glib-duplicate-tests.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them.
Diffstat (limited to 'gnu/packages/patches/libgdata-glib-duplicate-tests.patch')
-rw-r--r--gnu/packages/patches/libgdata-glib-duplicate-tests.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/gnu/packages/patches/libgdata-glib-duplicate-tests.patch b/gnu/packages/patches/libgdata-glib-duplicate-tests.patch
new file mode 100644
index 0000000000..d5d8d064de
--- /dev/null
+++ b/gnu/packages/patches/libgdata-glib-duplicate-tests.patch
@@ -0,0 +1,16 @@
+diff -ur a/gdata/tests/oauth1-authorizer.c b/gdata/tests/oauth1-authorizer.c
+--- a/gdata/tests/oauth1-authorizer.c 1969-12-31 19:00:00.000000000 -0500
++++ b/gdata/tests/oauth1-authorizer.c 2017-05-27 19:35:30.551725678 -0400
+@@ -1045,10 +1045,10 @@
+ /* Sync request-authentication-uri tests */
+ g_test_add ("/oauth1-authorizer/request-authentication-uri/sync", OAuth1AuthorizerData, NULL, set_up_oauth1_authorizer_data,
+ test_oauth1_authorizer_request_authentication_uri_sync, tear_down_oauth1_authorizer_data);
+- g_test_add ("/oauth1-authorizer/request-authentication-uri/sync/multiple-domains", OAuth1AuthorizerData, NULL,
++ g_test_add ("/oauth1-authorizer/request-authentication-uri/sync/multiple-domains1", OAuth1AuthorizerData, NULL,
+ set_up_oauth1_authorizer_data_multiple_domains, test_oauth1_authorizer_request_authentication_uri_sync,
+ tear_down_oauth1_authorizer_data);
+- g_test_add ("/oauth1-authorizer/request-authentication-uri/sync/multiple-domains", OAuth1AuthorizerData, NULL,
++ g_test_add ("/oauth1-authorizer/request-authentication-uri/sync/multiple-domains2", OAuth1AuthorizerData, NULL,
+ set_up_oauth1_authorizer_data_locale, test_oauth1_authorizer_request_authentication_uri_sync,
+ tear_down_oauth1_authorizer_data);
+ g_test_add ("/oauth1-authorizer/request-authentication-uri/sync/cancellation", OAuth1AuthorizerData, NULL,