ceaf80b2创建于 2023年11月23日历史提交
%global vergit  20230606

Name:           gnome-shell-theme-flat-remix
Version:        0.0.%{vergit}
Release:        1
Summary:        Pretty simple theme inspired on material design
BuildArch:      noarch

License:        CC-BY-SA-4.0
URL:            https://drasite.com/flat-remix-gnome
Source:         https://github.com/daniruiz/flat-remix-gnome/archive/%{vergit}/%{name}-%{version}.tar.gz

Requires:       gnome-shell >= 42.0

Recommends:     flat-remix-gtk2-theme
Recommends:     flat-remix-gtk3-theme
Recommends:     flat-remix-gtk4-theme
Recommends:     flat-remix-icon-theme
Recommends:     flat-remix-theme

%description
Flat Remix GNOME theme is a pretty simple shell theme inspired on material
design following a modern design using "flat" colors with high contrasts and
sharp borders.

%prep
%autosetup -n flat-remix-gnome-%{vergit}

%build
echo "Skip building for now. It's broken".
%dnl %make_build

%install
mkdir -p %{buildroot}%{_datadir}/themes/
cp -ap themes/Flat-Remix* %{buildroot}%{_datadir}/themes/

%files
%license LICENSE
%doc README.md CHANGELOG
%{_datadir}/themes/Flat-Remix-*/

%changelog
* Thu Nov 23 2023 zhangxianting <zhangxianting@uniontech.com> - 0.0.20230606-1
- update to version 0.0.20230606

* Mon Jun 20 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 0.0.20210226-2
- add gnome-shell-theme-flat-remix.yaml

* Mon Jul 26 2021 guoshengsheng <guoshengsheng@kylinos.cn> - 0.0.20210226-1
- init package