Accepting request 956566 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/956566 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/adwaita-icon-theme?expand=0&rev=31
This commit is contained in:
commit
8d0b22b056
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 21 10:19:36 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Replace Requires(post): gtk3-tools with the 2 following:
|
||||||
|
+ Requires(post): (gtk3-tools if libgtk-3-0)
|
||||||
|
+ Requires(post): (gtk4-tools if libgtk-4-1)
|
||||||
|
Do this as we want gtk3-tools when building and installing a gtk3
|
||||||
|
based package, and gtk4-tools when building and installing a gtk4
|
||||||
|
based package.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 13 07:19:57 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
Mon Sep 13 07:19:57 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package adwaita-icon-theme
|
# spec file for package adwaita-icon-theme
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -31,7 +31,8 @@ BuildRequires: gtk3-tools >= 3.24.2
|
|||||||
|
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
# To make sure the icon theme cache gets generated
|
# To make sure the icon theme cache gets generated
|
||||||
Requires(post): gtk3-tools
|
Requires(post): (gtk3-tools if libgtk-3-0)
|
||||||
|
Requires(post): (gtk4-tools if libgtk-4-1)
|
||||||
Provides: %{name}-devel = %{version}-%{release}
|
Provides: %{name}-devel = %{version}-%{release}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user