From 4803e0839fadfdb7d3944cd4ad67e57b8430d6ee Mon Sep 17 00:00:00 2001 From: guibuilder_pel7x64builder0 Date: Wed, 28 Nov 2018 11:17:31 +0100 Subject: [PATCH] mint-y-theme package update Signed-off-by: guibuilder_pel7x64builder0 --- SPECS/mint-y-theme.spec | 63 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 SPECS/mint-y-theme.spec diff --git a/SPECS/mint-y-theme.spec b/SPECS/mint-y-theme.spec new file mode 100644 index 0000000..d01b28c --- /dev/null +++ b/SPECS/mint-y-theme.spec @@ -0,0 +1,63 @@ +Name: mint-y-theme +Version: 1.2.4 +Release: 3%{?dist} +Summary: The Mint-Y theme + +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 +BuildRequires: rubygem-sass +BuildRequires: optipng +BuildRequires: python%{python3_pkgversion}-devel + +Requires: mint-y-icons + +%description +The Mint-Y theme. This theme is based on the Arc theme. + + +%prep +%autosetup -c + + +%build +pushd %{name}/src +%{__python3} build-themes.py +popd +%{_bindir}/find %{name}%{_prefix} -type f | %{_bindir}/xargs %{__chmod} -c 0644 +%{_bindir}/find %{name}%{_prefix} -type d | %{_bindir}/xargs %{__chmod} -c 0755 + + +%install +%{__cp} -pr %{name}%{_prefix} %{buildroot} +%fdupes -s %{buildroot} + + +%files +%license %{name}/debian/copyright +%doc %{name}/debian/changelog +%{_datadir}/themes/Mint-Y* + + +%changelog +* Fri Jul 13 2018 Fedora Release Engineering - 1.2.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Thu Feb 08 2018 Fedora Release Engineering - 1.2.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Sat Jan 20 2018 Björn Esser - 1.2.4-1 +- New upstream release + +* Mon Jan 15 2018 Björn Esser - 1.2.3-2 +- Rebuilt for proper inclusion in EPEL7 after un-retirement (#1534274) + +* Thu Dec 28 2017 Björn Esser - 1.2.3-1 +- Import after retirement (#1529516) + +* Thu Dec 28 2017 Björn Esser - 1.2.3-0.1 +- Initial rpm release (#1411154)