svn commit: r550691 - head/x11/gnome-pie/files

Baptiste Daroussin bapt at FreeBSD.org
Wed Sep 30 12:08:52 UTC 2020


Author: bapt
Date: Wed Sep 30 12:08:51 2020
New Revision: 550691
URL: https://svnweb.freebsd.org/changeset/ports/550691

Log:
  Fix build with recent vala

Added:
  head/x11/gnome-pie/files/patch-src_actions_action.vala   (contents, props changed)

Added: head/x11/gnome-pie/files/patch-src_actions_action.vala
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/gnome-pie/files/patch-src_actions_action.vala	Wed Sep 30 12:08:51 2020	(r550691)
@@ -0,0 +1,11 @@
+--- src/actions/action.vala.orig	2015-01-23 11:49:05 UTC
++++ src/actions/action.vala
+@@ -63,7 +63,7 @@ public abstract class Action : GLib.Object {
+     /// 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);
+     }
+ 


More information about the svn-ports-all mailing list