summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordudemanguy2017-07-12 14:20:47 -0500
committerdudemanguy2017-07-12 14:20:47 -0500
commite0751ce67be29b2825bba5dd04ed1504f1964866 (patch)
tree74610620629707874a3cedf07c8f8ae082f7e603
parent3b4e2a4b003353584a72d8194ca2a2f3e621a698 (diff)
downloadaur-e0751ce67be29b2825bba5dd04ed1504f1964866.tar.gz
update 2.52.3
-rw-r--r--.SRCINFO2
-rw-r--r--skip-broken-timer-test.patch12
2 files changed, 13 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 475fda7b91ef..4b78c3ae2efd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Nov 15 07:45:24 UTC 2016
+# Wed Jul 12 19:19:46 UTC 2017
pkgbase = glib2-patched-thumbnailer
pkgdesc = GLib2 patched with ahodesuka's thumbnailer patch.
pkgver = 2.50.2
diff --git a/skip-broken-timer-test.patch b/skip-broken-timer-test.patch
new file mode 100644
index 000000000000..a19c684f36c4
--- /dev/null
+++ b/skip-broken-timer-test.patch
@@ -0,0 +1,12 @@
+diff --git i/glib/tests/Makefile.am w/glib/tests/Makefile.am
+index 43b11f05da63fa02..37406ecdf17e0094 100644
+--- i/glib/tests/Makefile.am
++++ w/glib/tests/Makefile.am
+@@ -106,7 +106,6 @@ test_programs = \
+ test-printf \
+ thread \
+ timeout \
+- timer \
+ tree \
+ utf8-performance \
+ utf8-pointer \