Import elementary-theme-6.1.1-2.el9
This commit is contained in:
commit
55f9ccf4e6
1
.elementary-theme.metadata
Normal file
1
.elementary-theme.metadata
Normal file
@ -0,0 +1 @@
|
||||
58e1becca2e5fcd09573605284293527eee05ad9 SOURCES/stylesheet-6.1.1.tar.gz
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
SOURCES/stylesheet-6.1.1.tar.gz
|
179
SPECS/elementary-theme.spec
Normal file
179
SPECS/elementary-theme.spec
Normal file
@ -0,0 +1,179 @@
|
||||
## START: Set by rpmautospec
|
||||
## (rpmautospec version 0.2.5)
|
||||
%define autorelease(e:s:pb:) %{?-p:0.}%{lua:
|
||||
release_number = 2;
|
||||
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
||||
print(release_number + base_release_number - 1);
|
||||
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{?dist}
|
||||
## END: Set by rpmautospec
|
||||
|
||||
%global srcname stylesheet
|
||||
%global appname io.elementary.stylesheet
|
||||
|
||||
Name: elementary-theme
|
||||
Summary: elementary GTK+ Stylesheet
|
||||
Version: 6.1.1
|
||||
Release: %autorelease
|
||||
License: GPLv3
|
||||
|
||||
URL: https://github.com/elementary/stylesheet
|
||||
Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: gettext
|
||||
BuildRequires: libappstream-glib
|
||||
BuildRequires: meson
|
||||
BuildRequires: sassc
|
||||
|
||||
# gtk-version-specific subpackages were dropped in Fedora 34
|
||||
Obsoletes: %{name}-gtk2 < 5.4.2-4.20210216.gitf0c3b7f
|
||||
Obsoletes: %{name}-gtk3 < 5.4.2-4.20210216.gitf0c3b7f
|
||||
Provides: %{name}-gtk3 = %{version}-%{release}
|
||||
|
||||
%description
|
||||
An original Gtk.CSS stylesheet designed specifically for elementary OS
|
||||
and its desktop environment: Pantheon.
|
||||
|
||||
|
||||
%package plank
|
||||
Summary: elementary GTK+ Stylesheet for plank
|
||||
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: plank
|
||||
|
||||
Supplements: (%{name} and plank)
|
||||
|
||||
%description plank
|
||||
An original Gtk.CSS stylesheet designed specifically for elementary OS
|
||||
and its desktop environment: Pantheon.
|
||||
|
||||
This package contains the plank theme.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -n %{srcname}-%{version} -p1
|
||||
|
||||
|
||||
%build
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
|
||||
|
||||
%check
|
||||
appstream-util validate-relax --nonet \
|
||||
%{buildroot}/%{_datadir}/metainfo/%{appname}.appdata.xml
|
||||
|
||||
|
||||
%files
|
||||
%doc README.md
|
||||
%license COPYING
|
||||
|
||||
%dir %{_datadir}/themes/%{appname}.*/
|
||||
%{_datadir}/themes/%{appname}.*/gtk-3.0/
|
||||
|
||||
%{_datadir}/metainfo/%{appname}.appdata.xml
|
||||
|
||||
%files plank
|
||||
%{_datadir}/themes/%{appname}.*/plank/
|
||||
%{_datadir}/themes/%{appname}.*/plank-dark/
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> 6.1.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Wed Nov 24 2021 Fabio Valentini <decathorpe@gmail.com> 6.1.1-1
|
||||
- Update to version 6.1.1; Fixes RHBZ#2026173
|
||||
|
||||
* Thu Oct 28 2021 Fabio Valentini <decathorpe@gmail.com> 6.1.0-1
|
||||
- Update to version 6.1.0; Fixes RHBZ#2016734
|
||||
|
||||
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> 6.0.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Fri Jul 16 2021 Fabio Valentini <decathorpe@gmail.com> 6.0.0-1
|
||||
- Update to version 6.0.0; Fixes RHBZ#1982938
|
||||
|
||||
* Thu Feb 18 2021 Fabio Valentini <decathorpe@gmail.com> - 5.4.2-4.20210216.gitf0c3b7f
|
||||
- Bump to commit f0c3b7f. Drop gtk2 subpackage, merge gtk3 subpackage.
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.4.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.4.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Sat Feb 29 2020 Fabio Valentini <decathorpe@gmail.com> - 5.4.2-1
|
||||
- Update to version 5.4.2.
|
||||
|
||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.4.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Wed Jan 22 2020 Fabio Valentini <decathorpe@gmail.com> - 5.4.1-1
|
||||
- Update to version 5.4.1.
|
||||
|
||||
* Mon Dec 30 2019 Fabio Valentini <decathorpe@gmail.com> - 5.4.0-1
|
||||
- Update to version 5.4.0.
|
||||
|
||||
* Sat Nov 02 2019 Fabio Valentini <decathorpe@gmail.com> - 5.3.0-1
|
||||
- Update to version 5.3.0.
|
||||
|
||||
* Sun Aug 04 2019 Fabio Valentini <decathorpe@gmail.com> - 5.2.5-1
|
||||
- Update to version 5.2.5.
|
||||
|
||||
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.2.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Tue Jul 02 2019 Fabio Valentini <decathorpe@gmail.com> - 5.2.4-1
|
||||
- Update to version 5.2.4.
|
||||
|
||||
* Thu Apr 18 2019 Fabio Valentini <decathorpe@gmail.com> - 5.2.3-1
|
||||
- Update to version 5.2.3.
|
||||
|
||||
* Fri Mar 01 2019 Fabio Valentini <decathorpe@gmail.com> - 5.2.2-1
|
||||
- Update to version 5.2.2.
|
||||
|
||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.2.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Tue Dec 18 2018 Fabio Valentini <decathorpe@gmail.com> - 5.2.1-1
|
||||
- Update to version 5.2.1.
|
||||
|
||||
* Fri Oct 19 2018 Fabio Valentini <decathorpe@gmail.com> - 5.2.0-1
|
||||
- Update to version 5.2.0.
|
||||
|
||||
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.1.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.1.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Thu Oct 12 2017 Fabio Valentini <decathorpe@gmail.com> - 5.1.1-1
|
||||
- Update to version 5.1.1.
|
||||
|
||||
* Sat Aug 12 2017 Fabio Valentini <decathorpe@gmail.com> - 5.1.0-1
|
||||
- Update to version 5.1.0.
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Thu Apr 27 2017 Fabio Valentini <decathorpe@gmail.com> - 5.0.4-1
|
||||
- Update to version 5.0.4.
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.3-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Sat Jan 21 2017 Fabio Valentini <decathorpe@gmail.com> - 5.0.3-3
|
||||
- Remove unused Source file.
|
||||
|
||||
* Fri Jan 20 2017 Fabio Valentini <decathorpe@gmail.com> - 5.0.3-2
|
||||
- Clean up spec file.
|
||||
|
||||
* Fri Jan 20 2017 Fabio Valentini <decathorpe@gmail.com> - 5.0.3-1
|
||||
- Initial package.
|
||||
|
Loading…
Reference in New Issue
Block a user