Accepting request 586727 from GNOME:Factory
(forwarded request 586712 from dimstar) OBS-URL: https://build.opensuse.org/request/show/586727 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/adwaita-icon-theme?expand=0&rev=17
This commit is contained in:
commit
b89779891d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:28ba7392c7761996efd780779167ea6c940eedfb1bf37cfe9bccb7021f54d79d
|
|
||||||
size 20729696
|
|
3
adwaita-icon-theme-3.28.0.tar.xz
Normal file
3
adwaita-icon-theme-3.28.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7aae8c1dffd6772fd1a21a3d365a0ea28b7c3988bdbbeafbf8742cda68242150
|
||||||
|
size 19992224
|
@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 14 03:59:37 UTC 2018 - luc14n0@linuxmail.org
|
||||||
|
|
||||||
|
- Update to version 3.28.0:
|
||||||
|
+ No visible changes.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 28 16:22:44 UTC 2018 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Modernize spec-file by calling spec-cleaner
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 8 23:57:28 UTC 2018 - luc14n0@linuxmail.org
|
||||||
|
|
||||||
|
- Update to version 3.27.90:
|
||||||
|
+ Camera-switch-symbolic (bgo#750285).
|
||||||
|
+ Highres sizing issue (bgo#785574).
|
||||||
|
+ Vpn-noroute.
|
||||||
|
+ Optional zopfli png optimizer.
|
||||||
|
+ Audio-volume-* fuzzy (bgo#709131).
|
||||||
|
+ Audio-volume-overamplified.
|
||||||
|
+ New metaphors for settings -- notifications, volume and
|
||||||
|
privacy.
|
||||||
|
- Drop unneeded %icon_theme_cache_post posttrans scriptlet: it's
|
||||||
|
no longer needed since RPM File Triggers.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 27 21:09:58 UTC 2017 - luc14n0@linuxmail.org
|
Mon Nov 27 21:09:58 UTC 2017 - luc14n0@linuxmail.org
|
||||||
|
|
||||||
@ -7,7 +33,7 @@ Mon Nov 27 21:09:58 UTC 2017 - luc14n0@linuxmail.org
|
|||||||
- Point fdupes to the data directory instead of the build root,
|
- Point fdupes to the data directory instead of the build root,
|
||||||
which is a practice that must be avoided.
|
which is a practice that must be avoided.
|
||||||
- Drop adwaita-symbolic-audio-volume-fix.patch: fixed upstream.
|
- Drop adwaita-symbolic-audio-volume-fix.patch: fixed upstream.
|
||||||
- Drop intltool BuildRequires once there is no translations to deal
|
- Drop intltool BuildRequires as there are no translations to deal
|
||||||
with in the package.
|
with in the package.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package adwaita-icon-theme
|
# spec file for package adwaita-icon-theme
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -17,16 +17,16 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: adwaita-icon-theme
|
Name: adwaita-icon-theme
|
||||||
Version: 3.26.1
|
Version: 3.28.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GNOME Icon Theme
|
Summary: GNOME Icon Theme
|
||||||
License: LGPL-3.0+ or CC-BY-SA-3.0
|
License: LGPL-3.0-or-later OR CC-BY-SA-3.0
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
Url: https://www.gnome.org
|
URL: https://www.gnome.org
|
||||||
Source0: http://download.gnome.org/sources/adwaita-icon-theme/3.26/%{name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/adwaita-icon-theme/3.28/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gdk-pixbuf-loader-rsvg
|
BuildRequires: gdk-pixbuf-loader-rsvg
|
||||||
BuildRequires: pkg-config
|
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
|
||||||
Provides: %{name}-devel = %{version}-%{release}
|
Provides: %{name}-devel = %{version}-%{release}
|
||||||
@ -60,16 +60,12 @@ mkdir -p %{buildroot}%{_datadir}/icons/Adwaita/scalable/stock/generic
|
|||||||
for folder in %{buildroot}%{_datadir}/icons/Adwaita/*x[0-9]*; do
|
for folder in %{buildroot}%{_datadir}/icons/Adwaita/*x[0-9]*; do
|
||||||
ln ${folder}/apps/web-browser.png ${folder}/apps/internet-web-browser.png || :
|
ln ${folder}/apps/web-browser.png ${folder}/apps/internet-web-browser.png || :
|
||||||
done
|
done
|
||||||
%icon_theme_cache_create_ghost Adwaita
|
%{icon_theme_cache_create_ghost Adwaita}
|
||||||
%fdupes %{buildroot}%{_datadir}
|
%fdupes %{buildroot}%{_datadir}
|
||||||
|
|
||||||
%posttrans
|
|
||||||
%icon_theme_cache_post Adwaita
|
|
||||||
|
|
||||||
# No need for %%icon_theme_cache_postun in %%postun since the theme won't exist anymore
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc AUTHORS COPYING COPYING_LGPL COPYING_CCBYSA3 NEWS README
|
%license COPYING COPYING_LGPL COPYING_CCBYSA3
|
||||||
|
%doc AUTHORS NEWS README
|
||||||
%ghost %{_datadir}/icons/Adwaita/icon-theme.cache
|
%ghost %{_datadir}/icons/Adwaita/icon-theme.cache
|
||||||
%{_datadir}/icons/Adwaita/
|
%{_datadir}/icons/Adwaita/
|
||||||
%{_datadir}/pkgconfig/adwaita-icon-theme.pc
|
%{_datadir}/pkgconfig/adwaita-icon-theme.pc
|
||||||
|
Loading…
Reference in New Issue
Block a user