forked from pool/hicolor-icon-theme
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:
parent
0f2535b2ec
commit
a585c7c8ad
File diff suppressed because one or more lines are too long
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:18e4a354838d590b46f0e1202031c9db0638a995bdd286f982b26ba56f5636fc
|
|
||||||
size 28879
|
|
3
hicolor-icon-theme-0.11.tar.bz2
Normal file
3
hicolor-icon-theme-0.11.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5d69ed2955584464b8bc594ceffcf56d7d29323f355d96528bc43271dc13dbcb
|
||||||
|
size 32433
|
@ -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
|
Tue Nov 3 19:09:20 UTC 2009 - coolo@novell.com
|
||||||
|
|
||||||
|
@ -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.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -20,19 +20,16 @@
|
|||||||
|
|
||||||
Name: hicolor-icon-theme
|
Name: hicolor-icon-theme
|
||||||
Summary: Fallback Icon Theme
|
Summary: Fallback Icon Theme
|
||||||
License: GPL v2 or later
|
License: GPLv2+
|
||||||
Group: System/X11/Utilities
|
Group: System/X11/Utilities
|
||||||
AutoReqProv: on
|
Version: 0.11
|
||||||
Version: 0.10
|
Release: 1
|
||||||
Release: 105
|
|
||||||
Url: http://icon-theme.freedesktop.org/wiki/HicolorTheme
|
Url: http://icon-theme.freedesktop.org/wiki/HicolorTheme
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
# PATCH-FIX-UPSTREAM hicolor-scalable-sizes.patch bnc162222 dobey@suse.de
|
# PATCH-FIX-UPSTREAM hicolor-256.patch fdo15231 vuntz@opensuse.org -- Fix the newly added 256x256 directories
|
||||||
Patch: hicolor-scalable-sizes.patch
|
Patch0: hicolor-256.patch
|
||||||
# PATCH-FIX-UPSTREAM hicolor-kde-bits.patch stbinner@suse.de -- Extensions to .theme files for KDE3 and KDE4
|
# 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-kde-bits.patch
|
Patch1: hicolor-scalable-sizes.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
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -40,14 +37,10 @@ BuildArch: noarch
|
|||||||
This is the default fallback theme used by implementations of the icon
|
This is the default fallback theme used by implementations of the icon
|
||||||
theme specification.
|
theme specification.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch
|
%patch0 -p1
|
||||||
%patch1
|
%patch1 -p1
|
||||||
%patch2 -p1
|
|
||||||
%{?suse_update_config:%{suse_update_config}}
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -58,11 +51,11 @@ theme specification.
|
|||||||
chmod -x COPYING
|
chmod -x COPYING
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%doc COPYING ChangeLog README
|
%doc COPYING ChangeLog README
|
||||||
%{_prefix}/share/icons/hicolor
|
%{_datadir}/icons/hicolor/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user