summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2020-05-31 10:46:41 +0200
committerJörg Frings-Fürst <debian@jff.email>2020-05-31 10:46:41 +0200
commita6b3c0319e2175d9c38337951249b65a58e917b1 (patch)
tree550ef7b1916df16147d910173a9e27743ae904a3
parent3db1d9f0a869e82b67064afb2cfd602d96c7fa6a (diff)
New d/p/0110-Fix-Build-error.patch
-rw-r--r--debian/changelog7
-rw-r--r--debian/patches/0110-Fix-Build-error.patch19
-rw-r--r--debian/patches/series1
3 files changed, 27 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 469c60b..74def09 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+gnome-pie (0.7.2-2) UNRELEASED; urgency=medium
+
+ * New debian/patches/0110-Fix-Build-error.patch (Closes: 948129):
+ - Fix build error.
+
+ -- Jörg Frings-Fürst <debian@jff.email> Sun, 05 Jan 2020 11:45:22 +0100
+
gnome-pie (0.7.2-1) unstable; urgency=medium
* New upstream release:
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);
+ }
+
diff --git a/debian/patches/series b/debian/patches/series
index e0a3e26..af26029 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,5 @@
#0500_bamf3-vapi.patch
+0110-Fix-Build-error.patch
0700-ayatana-appindicator.patch
0105-spelling_errors.patch
#0100-fix-ftbfs_vala_0_42.patch