mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
@@ -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
|
||||
Reference in New Issue
Block a user