Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Mar 2025 04:42:39 GMT
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9ce897ff1bfc - main - x11/budgie-desktop: Unbreak build after Vala upgrade
Message-ID:  <202503240442.52O4gdoW032193@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9ce897ff1bfc4fb39b211fab12c5c996327c2468

commit 9ce897ff1bfc4fb39b211fab12c5c996327c2468
Author:     Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org>
AuthorDate: 2025-03-24 04:41:54 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2025-03-24 04:42:32 +0000

    x11/budgie-desktop: Unbreak build after Vala upgrade
    
    PR:             285289
    Approved by:    Olivier Duchateau <duchateau.olivier@gmail.com> (maintainer)
---
 x11/budgie-desktop/Makefile                                    |  2 +-
 x11/budgie-desktop/files/patch-src_lib_animation.vala          | 10 ++++++++++
 .../files/patch-src_panel_applets_icon-tasklist_animation.vala | 10 ++++++++++
 x11/budgie-desktop/files/patch-src_panel_manager.vala          | 10 ++++++++++
 x11/budgie-desktop/files/patch-src_panel_settings_themes.vala  | 10 ++++++++++
 5 files changed, 41 insertions(+), 1 deletion(-)

diff --git a/x11/budgie-desktop/Makefile b/x11/budgie-desktop/Makefile
index da452dfc0891..a1f2fd7e0afe 100644
--- a/x11/budgie-desktop/Makefile
+++ b/x11/budgie-desktop/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	budgie-desktop
 DISTVERSION=	10.8.2
-PORTREVISION=	3
+PORTREVISION=	4
 DISTVERSIONPREFIX=	v
 CATEGORIES=	x11 budgie
 MASTER_SITES=	BUDGIE
diff --git a/x11/budgie-desktop/files/patch-src_lib_animation.vala b/x11/budgie-desktop/files/patch-src_lib_animation.vala
new file mode 100644
index 000000000000..48676a0bb202
--- /dev/null
+++ b/x11/budgie-desktop/files/patch-src_lib_animation.vala
@@ -0,0 +1,10 @@
+--- src/lib/animation.vala.orig	2025-03-22 02:16:00 UTC
++++ src/lib/animation.vala
+@@ -27,7 +27,6 @@ namespace Budgie {
+ 	* Utility to struct to enable easier animations
+ 	* Inspired by Clutter.
+ 	*/
+-	[Compact]
+ 	public class Animation : GLib.Object {
+ 		public int64 start_time; /**<Start time (microseconds) of animation */
+ 		public int64 length; /**<Length of animation in microseconds */
diff --git a/x11/budgie-desktop/files/patch-src_panel_applets_icon-tasklist_animation.vala b/x11/budgie-desktop/files/patch-src_panel_applets_icon-tasklist_animation.vala
new file mode 100644
index 000000000000..32a6baed199e
--- /dev/null
+++ b/x11/budgie-desktop/files/patch-src_panel_applets_icon-tasklist_animation.vala
@@ -0,0 +1,10 @@
+--- src/panel/applets/icon-tasklist/animation.vala.orig	2025-03-22 02:28:21 UTC
++++ src/panel/applets/icon-tasklist/animation.vala
+@@ -27,7 +27,6 @@ namespace BudgieTaskList {
+ 	* Utility to struct to enable easier animations
+ 	* Inspired by Clutter.
+ 	*/
+-	[Compact]
+ 	public class Animation : GLib.Object {
+ 		public int64 start_time; /**<Start time (microseconds) of animation */
+ 		public int64 length; /**<Length of animation in microseconds */
diff --git a/x11/budgie-desktop/files/patch-src_panel_manager.vala b/x11/budgie-desktop/files/patch-src_panel_manager.vala
new file mode 100644
index 000000000000..c2f4f48a6075
--- /dev/null
+++ b/x11/budgie-desktop/files/patch-src_panel_manager.vala
@@ -0,0 +1,10 @@
+--- src/panel/manager.vala.orig	2025-03-22 02:20:18 UTC
++++ src/panel/manager.vala
+@@ -23,7 +23,6 @@ namespace Budgie {
+ 	/**
+ 	* Available slots
+ 	*/
+-	[Compact]
+ 	class Screen : GLib.Object {
+ 		public PanelPosition slots;
+ 		public Gdk.Rectangle area;
diff --git a/x11/budgie-desktop/files/patch-src_panel_settings_themes.vala b/x11/budgie-desktop/files/patch-src_panel_settings_themes.vala
new file mode 100644
index 000000000000..cda0e865699c
--- /dev/null
+++ b/x11/budgie-desktop/files/patch-src_panel_settings_themes.vala
@@ -0,0 +1,10 @@
+--- src/panel/settings/themes.vala.orig	2025-03-22 02:24:35 UTC
++++ src/panel/settings/themes.vala
+@@ -15,7 +15,6 @@ public enum ThemeType {
+ 	CURSOR_THEME
+ }
+ 
+-[Compact]
+ class ThemeInfo : GLib.Object {
+ 	private ThemeType theme_type;
+ 	private List<string> paths;


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202503240442.52O4gdoW032193>