mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-29 22:20:21 +00:00
chore: Compile schemas for compiz windows effect
This commit is contained in:
parent
12a21c5bc2
commit
4a0e362911
@ -11,6 +11,8 @@ URL: https://github.com/hermes83/compiz-windows-effect
|
|||||||
Source0: https://github.com/KyleGospo/compiz-windows-effect/archive/refs/heads/master.tar.gz
|
Source0: https://github.com/KyleGospo/compiz-windows-effect/archive/refs/heads/master.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
|
BuildRequires: glib2
|
||||||
|
|
||||||
Requires: gnome-shell >= 3.12
|
Requires: gnome-shell >= 3.12
|
||||||
%description
|
%description
|
||||||
Compiz wobbly windows effect with compiz plugin engine.
|
Compiz wobbly windows effect with compiz plugin engine.
|
||||||
@ -26,6 +28,7 @@ rm -rf assets
|
|||||||
rm README.md
|
rm README.md
|
||||||
mkdir -p %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}
|
mkdir -p %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}
|
||||||
cp -r * %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}/
|
cp -r * %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}/
|
||||||
|
glib-compile-schemas %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}/schemas/
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user