Skip to content

Commit

Permalink
chore: Compile schemas for new gnome extension
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo authored Feb 5, 2025
1 parent e1bdd1e commit b8cefd6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@ Coverflow like Alt-Tab replacement for Gnome-Shell
%install
mkdir -p %{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
%license COPYING
%{_datadir}/gnome-shell/extensions/%{uuid}/

%changelog
{{{ git_dir_changelog }}}
{{{ git_dir_changelog }}}

0 comments on commit b8cefd6

Please sign in to comment.