mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-01 07:13:26 +00:00
chore: Compile schemas for new gnome extension
This commit is contained in:
parent
e1bdd1e1b6
commit
b8cefd6145
@ -29,10 +29,11 @@ Coverflow like Alt-Tab replacement for Gnome-Shell
|
|||||||
%install
|
%install
|
||||||
mkdir -p %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}
|
mkdir -p %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}
|
||||||
unzip build/%{uuid}.shell-extension.zip -d %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}
|
unzip build/%{uuid}.shell-extension.zip -d %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}
|
||||||
|
glib-compile-schemas %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}/schemas/
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%{_datadir}/gnome-shell/extensions/%{uuid}/
|
%{_datadir}/gnome-shell/extensions/%{uuid}/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
{{{ git_dir_changelog }}}
|
{{{ git_dir_changelog }}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user