From 2e6828c48dbe6ab92edc308050f451f7395092f9 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Sun, 23 Jan 2022 13:00:09 +0100 Subject: [PATCH] fontmanager: fix build with vala 0.54 --- srcpkgs/fontmanager/patches/vala-0.54.patch | 22 +++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 srcpkgs/fontmanager/patches/vala-0.54.patch diff --git a/srcpkgs/fontmanager/patches/vala-0.54.patch b/srcpkgs/fontmanager/patches/vala-0.54.patch new file mode 100644 index 00000000000..6f6760fd442 --- /dev/null +++ b/srcpkgs/fontmanager/patches/vala-0.54.patch @@ -0,0 +1,22 @@ +From f9c4621389dae5999ca9d2f3c8402c2512a9ea60 Mon Sep 17 00:00:00 2001 +From: Jerry Casiano +Date: Thu, 30 Sep 2021 18:31:10 -0400 +Subject: [PATCH] - Add (skip) annotation to fsType_to_string - Issue #240 + +--- + lib/common/font-manager-freetype.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/lib/common/font-manager-freetype.c b/lib/common/font-manager-freetype.c +index cd0236a4..9d3bfac6 100644 +--- a/lib/common/font-manager-freetype.c ++++ b/lib/common/font-manager-freetype.c +@@ -278,7 +278,7 @@ font_manager_fsType_get_type (void) + } + + /** +- * font_manager_fsType_to_string: ++ * font_manager_fsType_to_string: (skip) + * @fstype: #FontManagerfsType + * + * Returns a description of the fsType field suitable for display.