Dominique Leuenberger 2022-09-21 12:41:21 +00:00 committed by Git OBS Bridge
commit d69bb184d0
4 changed files with 39 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5e85b5adc8dee666900fcaf271ba717f7dcb9d0a03d96dae08f9cbd27e18b1e0
size 10407000

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2e3ac77d32a6aa5554155df37e8f0a0dd54fc5a65fd721e88d505f970da32ec6
size 10399380

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Tue Sep 20 17:56:43 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 43:
+ No changes, stable bump only.
-------------------------------------------------------------------
Fri Aug 12 06:25:33 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 43.beta.1:
+ build: fix dist tarball creation (symlink issue).
-------------------------------------------------------------------
Mon Aug 8 10:55:58 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 43.beta:
+ Fix build
+ fullcolor:
- drag accept gradient
- fix trash transparency
+ inkscape 1.2 compatibility
+ symbolic:
- auth-face for face unlock
- bluetooth off
- folder icons
- modem updates
- package icons
- restore
- revert RTL changes for media seek
- selection-mode tweaks
- starred updates
- update style to the contemporary rounded outlines
-------------------------------------------------------------------
Mon Mar 21 19:24:03 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -17,13 +17,13 @@
Name: adwaita-icon-theme
Version: 42.0
Version: 43
Release: 0
Summary: GNOME Icon Theme
License: CC-BY-SA-3.0 OR LGPL-3.0-or-later
Group: System/GUI/GNOME
URL: https://gitlab.gnome.org/GNOME/adwaita-icon-theme
Source0: https://download.gnome.org/sources/adwaita-icon-theme/42/%{name}-%{version}.tar.xz
Source0: https://download.gnome.org/sources/adwaita-icon-theme/43/%{name}-%{version}.tar.xz
BuildRequires: fdupes
BuildRequires: gdk-pixbuf-loader-rsvg
@ -59,7 +59,7 @@ mkdir -p %{buildroot}%{_datadir}/icons/Adwaita/scalable/mimetypes
mkdir -p %{buildroot}%{_datadir}/icons/Adwaita/scalable/places
mkdir -p %{buildroot}%{_datadir}/icons/Adwaita/scalable/status
mkdir -p %{buildroot}%{_datadir}/icons/Adwaita/scalable/stock/generic
# Add internet-web-browser symling (to web-browser) to adwaita-icon-theme (bnc#767437)
# Add internet-web-browser symlink (to web-browser) to adwaita-icon-theme (bnc#767437)
for folder in %{buildroot}%{_datadir}/icons/Adwaita/*x[0-9]*; do
ln ${folder}/apps/web-browser.png ${folder}/apps/internet-web-browser.png || :
done