mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-01 12:02:58 +00:00
35 lines
944 B
RPMSpec
35 lines
944 B
RPMSpec
%global uuid tofumenu@tofu
|
|
|
|
Name: gnome-shell-extension-bazzite-menu
|
|
Version: {{{ git_dir_version }}}
|
|
Release: 1%{?dist}
|
|
Summary: Tofu Menu fork that provides helpful shortcuts for the Steam Deck
|
|
|
|
Group: User Interface/Desktops
|
|
License: GPLv2
|
|
URL: https://github.com/KyleGospo/tofumenu
|
|
Source0: https://github.com/KyleGospo/tofumenu/archive/refs/heads/main.tar.gz
|
|
BuildArch: noarch
|
|
|
|
Requires: gnome-shell >= 3.12
|
|
%description
|
|
Gnome shell extension that provides a Steam Deck icon in the top bar and helpful shortcuts. A fork of Tofu Menu.
|
|
|
|
%prep
|
|
%autosetup -n tofumenu-main
|
|
|
|
%build
|
|
# Nothing to build
|
|
|
|
%install
|
|
rm makefile
|
|
rm {preview,screenshot1,screenshot2}.png
|
|
mkdir -p %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}
|
|
cp -r * %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}/
|
|
|
|
%files
|
|
%license LICENSE
|
|
%{_datadir}/gnome-shell/extensions/%{uuid}/
|
|
|
|
%changelog
|
|
{{{ git_dir_changelog }}} |