add dep patch

Signed-off-by: Owen-sz <owen@fyralabs.com>
This commit is contained in:
Owen-sz
2026-05-26 21:24:11 -05:00
parent 704d7f5109
commit 01e23d8e5d
2 changed files with 14 additions and 0 deletions
@@ -7,6 +7,7 @@ Summary: Additional Budgie Desktop enhancements for user experience
URL: https://ubuntubudgie.org/
Source0: https://github.com/UbuntuBudgie/budgie-extras/releases/download/v%{version}/budgie-extras-%{version}.tar.xz
Patch0: fix-budgie-3.0-name.patch
BuildRequires: rpm_macro(fdupes)
BuildRequires: cmake
@@ -0,0 +1,13 @@
diff --git a/meson.build b/meson.build
index cd709410..3c00cec7 100644
--- a/meson.build
+++ b/meson.build
@@ -72,7 +72,7 @@ conf.set_quoted('PACKAGE_SHAREDIR', datadir)
for_wayland = get_option('for-wayland')
if for_wayland == false
- budgie_dep = dependency('budgie-1.0')
+ budgie_dep = dependency('budgie-3.0')
peas_dep = dependency('libpeas-1.0')
python_loader = 'python3'
else