forked from Aryan20/Logomenu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgnome-shell-extension-logo-menu.spec
41 lines (33 loc) · 1.14 KB
/
gnome-shell-extension-logo-menu.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
%global uuid logomenu@aryan_k
Name: gnome-shell-extension-logo-menu
Version: {{{ git_dir_version }}}
Release: 1%{?dist}
Summary: Quick access menu for the GNOME panel
Group: User Interface/Desktops
License: GPLv2
URL: https://github.com/ublue-os/Logomenu
Source0: %{url}/archive/refs/heads/main.tar.gz
Source1: %{url}/archive/refs/heads/gnome-44.tar.gz
BuildArch: noarch
BuildRequires: unzip
BuildRequires: gettext
BuildRequires: gnome-shell
BuildRequires: glib2
Requires: gnome-shell >= 3.12
%description
Quick access menu for the GNOME panel with options that help ease the workflow for newcomers and power users alike.
%prep
%if 0%{?fedora} == 38
%setup -b 1 -n Logomenu-gnome-44
%else
%setup -n Logomenu-main
%endif
%install
mkdir -p %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}
mv po PrefsLib Resources schemas *.js *.json *.css %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}
glib-compile-schemas %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}/schemas/
%files
%license LICENSE
%{_datadir}/gnome-shell/extensions/%{uuid}/
%changelog
{{{ git_dir_changelog }}}