Accepting request 1159519 from GNOME:Factory

GNOME 46 (forwarded request 1159247 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/1159519
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/adwaita-icon-theme?expand=0&rev=36
This commit is contained in:
Dominique Leuenberger 2024-03-20 20:12:15 +00:00 committed by Git OBS Bridge
commit c1999fd378
6 changed files with 77 additions and 7 deletions

19
_service Normal file
View File

@ -0,0 +1,19 @@
<?xml version="1.0"?>
<services>
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/GNOME/adwaita-icon-theme.git</param>
<param name="revision">46.0</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">v?(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
<!-- <param name="changesgenerate">enable</param> -->
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">zst</param>
</service>
<service name="set_version" mode="manual" />
</services>

BIN
adwaita-icon-theme-45.0.tar.xz (Stored with Git LFS)

Binary file not shown.

View File

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

View File

@ -1,3 +1,50 @@
-------------------------------------------------------------------
Tue Mar 19 07:45:29 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 46.0:
+ Stable release: no changes since 46.rc.
-------------------------------------------------------------------
Mon Mar 4 08:51:24 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 46.rc:
+ cursors: fix windows build.
+ cursors: reinstate some x11 cursor names.
+ symbolic: thunderbolt, phone & export fixes.
+ index.theme: remove duplicate entries .
-------------------------------------------------------------------
Thu Feb 29 07:43:42 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 46.beta+6:
+ build: Reinstate symlinks from X11 cursor names to closest CSS
names.
-------------------------------------------------------------------
Mon Feb 12 15:31:05 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 46.beta:
+ cursors: clean up shapes, sync DND metaphors with macos.
+ symbolic: revert about metaphor.
+ symbolic: shared screen metaphor update.
-------------------------------------------------------------------
Tue Jan 23 14:28:27 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Create symlinks for hand2, xterm and left_ptr cursors
(glgo#GNOME/adwaita-icon-theme#274).
-------------------------------------------------------------------
Tue Jan 16 07:30:58 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 46.alpha:
+ fullcolor: antialias 16x16 a little more.
+ symbolic: replace filled silhouettes with outlines.
+ cursors: only cover the CSS named.
+ symbolic: help-about metaphor.
+ symbolic: sync not-junk metaphor.
+ symbolic: cleaned up export with Symbolic Preview.
-------------------------------------------------------------------
Mon Sep 18 11:41:10 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -0,0 +1,4 @@
name: adwaita-icon-theme
version: 46.0
mtime: 1710787584
commit: 7d2510820199ff7f233511a00895043f3843dbcd

View File

@ -1,7 +1,7 @@
#
# spec file for package adwaita-icon-theme
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,18 +17,18 @@
Name: adwaita-icon-theme
Version: 45.0
Version: 46.0
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/45/%{name}-%{version}.tar.xz
Source0: %{name}-%{version}.tar.zst
BuildRequires: fdupes
BuildRequires: gdk-pixbuf-loader-rsvg
BuildRequires: gtk3-tools >= 3.24.2
BuildRequires: meson
BuildRequires: meson >= 0.64.0
BuildRequires: pkgconfig
# To make sure the icon theme cache gets generated
Requires(post): (gtk3-tools if libgtk-3-0)