Skip to content

Commit

Permalink
feat(staging): Spec for supergfxctl GNOME shell extension
Browse files Browse the repository at this point in the history
Adds package spec for supergfxctl gex

Signed-off-by: RJ Sampson <[email protected]>
  • Loading branch information
EyeCantCU committed Nov 24, 2024
1 parent 0c1a63a commit f6663fa
Showing 1 changed file with 35 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
%global extdir %{_datadir}/gnome-shell/extensions/[email protected]

Name: gnome-shell-extension-supergfxctl-gex
Version: 33
Release: 2%{?dist}
Summary: Extension for visualizing supergfxctl settings and status.

License: MIT
URL: https://extensions.gnome.org/extension/5344/supergfxctl-gex
Source0: https://extensions.gnome.org/extension-data/supergfxctl-gexasus-linux.org.v33.shell-extension.zip
BuildArch: noarch

BuildRequires: wget

Requires: gnome-shell-extension-common
Requires: dconf-editor
Requires: dconf
Requires: supergfxctl

%description
Extension for visualizing supergfxctl settings and status.

%prep
wget -q https://extensions.gnome.org/extension-data/supergfxctl-gexasus-linux.org.v33.shell-extension.zip -O %{name}.zip
unzip %{name}.zip
rm -f %{name}.zip

%install
mkdir -p %{buildroot}%{extdir}/
mv * %{buildroot}%{extdir}/

%files
%{extdir}

%changelog

0 comments on commit f6663fa

Please sign in to comment.