aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/patches')
-rw-r--r--gnu/packages/patches/python2-pygobject-2-gi-info-type-error-domain.patch39
1 files changed, 39 insertions, 0 deletions
diff --git a/gnu/packages/patches/python2-pygobject-2-gi-info-type-error-domain.patch b/gnu/packages/patches/python2-pygobject-2-gi-info-type-error-domain.patch
new file mode 100644
index 0000000000..6a08e56351
--- /dev/null
+++ b/gnu/packages/patches/python2-pygobject-2-gi-info-type-error-domain.patch
@@ -0,0 +1,39 @@
+From e5df32ffbf37481dbb6a70c4d4e7b7b9778c5549 Mon Sep 17 00:00:00 2001
+From: "John (J5) Palmieri" <johnp@redhat.com>
+Date: Sat, 13 Aug 2011 04:13:28 -0400
+Subject: remove references to deprecated GI_INFO_TYPE_ERROR_DOMAIN
+
+
+diff --git a/gi/pygi-info.c b/gi/pygi-info.c
+index 8729e25..007b609 100644
+--- a/gi/pygi-info.c
++++ b/gi/pygi-info.c
+@@ -165,9 +165,6 @@ _pygi_info_new (GIBaseInfo *info)
+ case GI_INFO_TYPE_CONSTANT:
+ type = &PyGIConstantInfo_Type;
+ break;
+- case GI_INFO_TYPE_ERROR_DOMAIN:
+- type = &PyGIErrorDomainInfo_Type;
+- break;
+ case GI_INFO_TYPE_UNION:
+ type = &PyGIUnionInfo_Type;
+ break;
+@@ -484,7 +481,6 @@ _pygi_g_type_info_size (GITypeInfo *type_info)
+ case GI_INFO_TYPE_INVALID:
+ case GI_INFO_TYPE_FUNCTION:
+ case GI_INFO_TYPE_CONSTANT:
+- case GI_INFO_TYPE_ERROR_DOMAIN:
+ case GI_INFO_TYPE_VALUE:
+ case GI_INFO_TYPE_SIGNAL:
+ case GI_INFO_TYPE_PROPERTY:
+@@ -863,7 +859,6 @@ pygi_g_struct_info_is_simple (GIStructInfo *struct_info)
+ case GI_INFO_TYPE_INVALID:
+ case GI_INFO_TYPE_FUNCTION:
+ case GI_INFO_TYPE_CONSTANT:
+- case GI_INFO_TYPE_ERROR_DOMAIN:
+ case GI_INFO_TYPE_VALUE:
+ case GI_INFO_TYPE_SIGNAL:
+ case GI_INFO_TYPE_PROPERTY:
+--
+cgit v0.10.1
+
ix....Ludovic Courtès 2018-04-08cuirass: Factorize hydra-to-cuirass CI job translation....Ludovic Courtès 2018-04-08build: Add 'as-derivation' target....Ludovic Courtès 2018-04-08Add (guix self)....Ludovic Courtès 2018-03-31build: Fix reference to non-existent 'bin/guix.in' in Makefile.am....Ludovic Courtès 2018-03-28build: Build (guix ci) and (guix scripts weather) when HAVE_GUILE_JSON....Ludovic Courtès 2018-03-28Add (guix ci)....Ludovic Courtès 2018-03-24tests: Add tests for "guix pack"....Chris Marusich 2018-03-20Correct name and Email for ng0....ng0 2018-03-02Add (guix glob)....Ludovic Courtès 2018-02-09Merge branch 'master' into core-updatesMark H Weaver 2018-02-07etc: Add SELinux policy for the daemon....Ricardo Wurmus 2018-02-01Merge branch 'master' into core-updatesMarius Bakke 2018-01-30gnu: linux-libre: Update to 4.15, while retaining 4.14 LTS....Mark H Weaver 2018-01-30etc: Add installation script....Ricardo Wurmus 2018-01-23Merge branch 'master' into core-updatesMark H Weaver 2018-01-23build: Expand ‘scripts/guix’ at Make time....Mathieu Lirzin 2018-01-19Merge branch 'master' into core-updatesMark H Weaver 2018-01-16etc: Add completions for fish....ng0