forked from pool/hicolor-icon-theme
This commit is contained in:
parent
14b30aab9d
commit
a97e34e58c
168
hicolor-256.patch
Normal file
168
hicolor-256.patch
Normal file
File diff suppressed because one or more lines are too long
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 15 14:51:43 CEST 2008 - vuntz@novell.com
|
||||||
|
|
||||||
|
- Add hicolor-256.patch to add 256x256 directories. Needed to fix
|
||||||
|
alacarte build.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 18 16:38:06 CEST 2008 - jpr@suse.de
|
Fri Jul 18 16:38:06 CEST 2008 - jpr@suse.de
|
||||||
|
|
||||||
|
@ -2,9 +2,16 @@
|
|||||||
# spec file for package hicolor-icon-theme (Version 0.10)
|
# spec file for package hicolor-icon-theme (Version 0.10)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
|
||||||
# package are under the same license as the package itself.
|
|
||||||
#
|
#
|
||||||
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
@ -17,13 +24,15 @@ License: GPL v2 or later
|
|||||||
Group: System/X11/Utilities
|
Group: System/X11/Utilities
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 0.10
|
Version: 0.10
|
||||||
Release: 80
|
Release: 102
|
||||||
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-scalable-sizes.patch bnc162222 dobey@suse.de
|
||||||
Patch: hicolor-scalable-sizes.patch
|
Patch: hicolor-scalable-sizes.patch
|
||||||
# PATCH-FIX-UPSTREAM hicolor-kde-bits.patch stbinner@suse.de -- Extensions to .theme files for KDE3 and KDE4
|
# PATCH-FIX-UPSTREAM hicolor-kde-bits.patch stbinner@suse.de -- Extensions to .theme files for KDE3 and KDE4
|
||||||
Patch1: hicolor-kde-bits.patch
|
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
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -37,6 +46,7 @@ theme specification.
|
|||||||
%setup -q
|
%setup -q
|
||||||
%patch0
|
%patch0
|
||||||
%patch1
|
%patch1
|
||||||
|
%patch2 -p1
|
||||||
%{?suse_update_config:%{suse_update_config}}
|
%{?suse_update_config:%{suse_update_config}}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -56,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_prefix}/share/icons/hicolor
|
%{_prefix}/share/icons/hicolor
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 15 2008 vuntz@novell.com
|
||||||
|
- Add hicolor-256.patch to add 256x256 directories. Needed to fix
|
||||||
|
alacarte build.
|
||||||
* Fri Jul 18 2008 jpr@suse.de
|
* Fri Jul 18 2008 jpr@suse.de
|
||||||
- Tag patches
|
- Tag patches
|
||||||
* Tue Mar 25 2008 lrupp@suse.de
|
* Tue Mar 25 2008 lrupp@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user