From a6b3c0319e2175d9c38337951249b65a58e917b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 31 May 2020 10:46:41 +0200 Subject: New d/p/0110-Fix-Build-error.patch --- debian/patches/0110-Fix-Build-error.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 debian/patches/0110-Fix-Build-error.patch (limited to 'debian/patches/0110-Fix-Build-error.patch') diff --git a/debian/patches/0110-Fix-Build-error.patch b/debian/patches/0110-Fix-Build-error.patch new file mode 100644 index 0000000..0ec2925 --- /dev/null +++ b/debian/patches/0110-Fix-Build-error.patch @@ -0,0 +1,19 @@ +Description: Fix build errors +Author: Jörg Frings-Fürst +forwarded: https://github.com/Simmesimme/Gnome-Pie/issues/177 +Last-Update: 2020-05-31 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +Index: trunk/src/actions/action.vala +=================================================================== +--- trunk.orig/src/actions/action.vala ++++ trunk/src/actions/action.vala +@@ -69,7 +69,7 @@ public abstract class Action : GLib.Obje + /// C'tor, initializes all members. + ///////////////////////////////////////////////////////////////////// + +- public Action(string name, string icon, bool is_quickaction) { ++ Action(string name, string icon, bool is_quickaction) { + GLib.Object(name : name, icon : icon, is_quickaction : is_quickaction); + } + -- cgit v1.2.3