Accepting request 1003118 from GNOME:Next

- Update to version 43.beta.1:
  + build: fix dist tarball creation (symlink issue).

- 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

OBS-URL: https://build.opensuse.org/request/show/1003118
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/adwaita-icon-theme?expand=0&rev=79
This commit is contained in:
Dominique Leuenberger 2022-09-13 07:38:15 +00:00 committed by Git OBS Bridge
parent 87bacc4bf0
commit 15af0ce507
4 changed files with 33 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:6f9c7f41de9acaa42a62d90582f682aae24db9347f8c49f2c0cec5fb2b5103c2
size 10388196

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
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.beta.1
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