Compare commits
10 Commits
e99bb59af9
...
339f6c083a
Author | SHA1 | Date | |
---|---|---|---|
|
339f6c083a | ||
|
ec04cabacb | ||
|
11d9bbd451 | ||
|
3450c4fcda | ||
|
bd97b04962 | ||
|
62a9e1f7dd | ||
|
8789ed25de | ||
|
87627d160d | ||
|
d3882b755b | ||
|
ffb682d457 |
1
.adwaita-icon-theme.metadata
Normal file
1
.adwaita-icon-theme.metadata
Normal file
@ -0,0 +1 @@
|
||||
99caee662d7d92359e707bd83477443a8d9e4b71 adwaita-icon-theme-40.1.1.tar.xz
|
3
.gitignore
vendored
3
.gitignore
vendored
@ -44,3 +44,6 @@
|
||||
/adwaita-icon-theme-3.37.2.tar.xz
|
||||
/adwaita-icon-theme-3.37.92.tar.xz
|
||||
/adwaita-icon-theme-3.38.0.tar.xz
|
||||
/adwaita-icon-theme-40.rc.tar.xz
|
||||
/adwaita-icon-theme-40.0.tar.xz
|
||||
/adwaita-icon-theme-40.1.1.tar.xz
|
||||
|
@ -1,22 +1,24 @@
|
||||
# Set boostrap to 1 for initial bootstrapping when gtk3 is not yet built
|
||||
%global bootstrap 0
|
||||
|
||||
%global tarball_version %%(echo %{version} | tr '~' '.')
|
||||
|
||||
Name: adwaita-icon-theme
|
||||
Version: 3.38.0
|
||||
Release: 2%{?dist}
|
||||
Version: 40.1.1
|
||||
Release: 3%{?dist}
|
||||
Summary: Adwaita icon theme
|
||||
|
||||
License: LGPLv3+ or CC-BY-SA
|
||||
URL: http://www.gnome.org
|
||||
Source0: http://download.gnome.org/sources/adwaita-icon-theme/3.38/%{name}-%{version}.tar.xz
|
||||
URL: https://gitlab.gnome.org/GNOME/adwaita-icon-theme
|
||||
Source0: https://download.gnome.org/sources/adwaita-icon-theme/40/%{name}-%{tarball_version}.tar.xz
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: intltool
|
||||
BuildRequires: librsvg2
|
||||
BuildRequires: make
|
||||
%if ! 0%{bootstrap}
|
||||
BuildRequires: /usr/bin/gtk-encode-symbolic-svg
|
||||
BuildRequires: make
|
||||
%endif
|
||||
|
||||
Requires: adwaita-cursor-theme = %{version}-%{release}
|
||||
@ -40,7 +42,7 @@ The %{name}-devel package contains the pkgconfig file for
|
||||
developing applications that use %{name}.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
%autosetup -p1 -n %{name}-%{tarball_version}
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -86,6 +88,28 @@ gtk-update-icon-cache --force %{_datadir}/icons/Adwaita &>/dev/null || :
|
||||
%{_datadir}/pkgconfig/adwaita-icon-theme.pc
|
||||
|
||||
%changelog
|
||||
* Fri Nov 19 2021 Kalev Lember <klember@redhat.com> - 40.1.1-3
|
||||
- Rebuilt to ship adwaita-icon-theme-devel in CRB
|
||||
- Resolves: #2021357
|
||||
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 40.1.1-2
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Wed May 05 2021 Kalev Lember <klember@redhat.com> - 40.1.1-1
|
||||
- Update to 40.1.1
|
||||
|
||||
* Fri Apr 16 2021 Kalev Lember <klember@redhat.com> - 40.0-1
|
||||
- Update to 40.0
|
||||
- Update upstream URLs
|
||||
|
||||
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 40.0~rc-2
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* Wed Mar 17 2021 Bastien Nocera <bnocera@redhat.com> - 40.0~rc-1
|
||||
+ adwaita-icon-theme-40.0~rc-1
|
||||
- Update to 40.rc
|
||||
|
||||
* Mon Jan 25 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.38.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-9
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional}
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (adwaita-icon-theme-3.38.0.tar.xz) = 710f034ef80476a4e9d60bcb7ba604e340ac561aafc67400b2cee2aac4696bfaab8a7d69a289116f884cce9bad1f8b3a3e0aff77588ecb9262e7bf250740af13
|
||||
SHA512 (adwaita-icon-theme-40.1.1.tar.xz) = 8f0508e660b5b40d8a4b797202236e0d0985dba58ea3473babd6582120b6759c859c699e55f4e0891f169c7c4c7e5c36094b0972378985ed6a6df704538dd1f2
|
||||
|
Loading…
Reference in New Issue
Block a user