You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
1.2 KiB
52 lines
1.2 KiB
6 years ago
|
Name: mint-themes-gtk3
|
||
|
Version: 3.18+17
|
||
|
Release: 3%{?dist}
|
||
|
Summary: Mint themes for GTK3
|
||
|
|
||
|
License: GPLv3+
|
||
|
URL: https://github.com/linuxmint/%{name}
|
||
|
Source0: http://packages.linuxmint.com/pool/main/m/%{name}/%{name}_%{version}.tar.xz
|
||
|
|
||
|
BuildArch: noarch
|
||
|
|
||
|
BuildRequires: fdupes
|
||
|
|
||
|
Requires: mint-themes
|
||
|
Requires: mint-x-icons
|
||
|
|
||
|
%description
|
||
|
A collection of mint themes for GTK3.
|
||
|
|
||
|
|
||
|
%prep
|
||
|
%autosetup -c
|
||
|
|
||
|
|
||
|
%build
|
||
|
# noop.
|
||
|
|
||
|
|
||
|
%install
|
||
|
%{__cp} -pr %{name}%{_prefix} %{buildroot}
|
||
|
%fdupes -s %{buildroot}
|
||
|
|
||
|
|
||
|
%files
|
||
|
%license %{name}/debian/copyright
|
||
|
%doc %{name}/debian/changelog
|
||
|
%{_datadir}/themes/Mint-X*/gtk-3.0/*
|
||
|
|
||
|
|
||
|
%changelog
|
||
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.18+17-3
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||
|
|
||
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.18+17-2
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||
|
|
||
|
* Thu Dec 28 2017 Björn Esser <besser82@fedoraproject.org> - 3.18+17-1
|
||
|
- Initial import (#1529559)
|
||
|
|
||
|
* Thu Dec 28 2017 Björn Esser <besser82@fedoraproject.org> - 3.18+17-0.1
|
||
|
- Initial rpm release (#1529559)
|