Skip to content

Commit

Permalink
chore: Use make for new gnome extension
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Feb 4, 2025
1 parent dc58e6f commit ac156d7
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Source0: https://github.com/dsheeler/CoverflowAltTab/archive/refs/tags/v%{ve
BuildArch: noarch

BuildRequires: glib2
BuildRequires: make
BuildRequires: gnome-shell

Requires: gnome-shell >= 3.12
%description
Expand All @@ -21,14 +23,12 @@ Coverflow like Alt-Tab replacement for Gnome-Shell
%autosetup -n CoverflowAltTab-%{version}

%build
# Nothing to build
%set_build_flags
%make_build

%install
rm -rf assets
rm README.md
mkdir -p %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}
cp -r * %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}/
glib-compile-schemas %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}/schemas/
unzip build/%{uuid}.shell-extension.zip -d %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}

%files
%license COPYING
Expand Down

0 comments on commit ac156d7

Please # to comment.