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; /** paths;