Updating link to change in openSUSE:Factory/hicolor-icon-theme revision 9.0

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/hicolor-icon-theme?expand=0&rev=16f7ba4186ad4760186728dd5bba957c
This commit is contained in:
OBS User buildservice-autocommit 2009-12-08 10:40:48 +00:00 committed by Git OBS Bridge
parent 0f2535b2ec
commit a585c7c8ad
7 changed files with 226 additions and 535 deletions

File diff suppressed because one or more lines are too long

View File

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

View File

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Dec 4 17:10:24 CET 2009 - vuntz@opensuse.org
- Update to version 0.11:
+ Added 256x256 size. (fdo#15231)
+ Build system updates.
- Remove call to suse_update_config macro, it's not needed.
- Update hicolor-256.patch to handle the missing parts, not done by
the upstream fix.
- Update hicolor-scalable-sizes.patch to not added useless
contexts.
- Drop hicolor-kde-bits.patch: it should not be needed, since the
hicolor theme cannot be selected by the user (confirmed by some
usptream KDE people).
-------------------------------------------------------------------
Tue Nov 3 19:09:20 UTC 2009 - coolo@novell.com

View File

@ -1,5 +1,5 @@
#
# spec file for package hicolor-icon-theme (Version 0.10)
# spec file for package hicolor-icon-theme (Version 0.11)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -20,19 +20,16 @@
Name: hicolor-icon-theme
Summary: Fallback Icon Theme
License: GPL v2 or later
License: GPLv2+
Group: System/X11/Utilities
AutoReqProv: on
Version: 0.10
Release: 105
Version: 0.11
Release: 1
Url: http://icon-theme.freedesktop.org/wiki/HicolorTheme
Source: %{name}-%{version}.tar.bz2
# PATCH-FIX-UPSTREAM hicolor-scalable-sizes.patch bnc162222 dobey@suse.de
Patch: hicolor-scalable-sizes.patch
# PATCH-FIX-UPSTREAM hicolor-kde-bits.patch stbinner@suse.de -- Extensions to .theme files for KDE3 and KDE4
Patch1: hicolor-kde-bits.patch
# PATCH-FIX-UPSTREAM hicolor-256.patch vuntz@novell.com -- Add 256 size, for alacarte. This wasn't sent upstream yet since I couldn't update the bug in g.fd.o (filed a bug for that...)
Patch2: hicolor-256.patch
# PATCH-FIX-UPSTREAM hicolor-256.patch fdo15231 vuntz@opensuse.org -- Fix the newly added 256x256 directories
Patch0: hicolor-256.patch
# PATCH-FIX-UPSTREAM hicolor-scalable-sizes.patch fdo25449 vuntz@opensuse.org -- Add some MinSize for scalable, since the icons won't look that good at small sizes
Patch1: hicolor-scalable-sizes.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
@ -40,14 +37,10 @@ BuildArch: noarch
This is the default fallback theme used by implementations of the icon
theme specification.
%prep
%setup -q
%patch
%patch1
%patch2 -p1
%{?suse_update_config:%{suse_update_config}}
%patch0 -p1
%patch1 -p1
%build
%configure
@ -58,11 +51,11 @@ theme specification.
chmod -x COPYING
%clean
rm -rf $RPM_BUILD_ROOT
rm -rf %{buildroot}
%files
%defattr(-, root, root)
%doc COPYING ChangeLog README
%{_prefix}/share/icons/hicolor
%{_datadir}/icons/hicolor/
%changelog

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long