summaryrefslogtreecommitdiff
path: root/debian/patches/0110-Fix-Build-error.patch
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2020-06-01 17:22:33 +0200
committerJörg Frings-Fürst <debian@jff.email>2020-06-01 17:22:33 +0200
commit6617f5ee51c94d05028ebceb3177ec0e3a87e78d (patch)
treec3784846c919477e71e542ce6e049100f29fd719 /debian/patches/0110-Fix-Build-error.patch
parentcda2ea1ef21e37a3d739b2241a6dcc709ee448da (diff)
parentee8c45fc1fd16e698825c9a983b7d4ba4b7cafc2 (diff)
Merge branch 'release/debian/0.7.2-2'debian/0.7.2-2
Diffstat (limited to 'debian/patches/0110-Fix-Build-error.patch')
-rw-r--r--debian/patches/0110-Fix-Build-error.patch19
1 files changed, 19 insertions, 0 deletions
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 <debian@jff.email>
+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);
+ }
+