File mingw64-gnome-icon-theme-symbolic.spec of Package mingw64-gnome-icon-theme-symbolic
#
# spec file for package mingw64-gnome-icon-theme-symbolic
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# 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/
#
Name: mingw64-gnome-icon-theme-symbolic
Version: 3.8.2.2
Release: 0
Summary: Symbolic icon theme for GNOME
License: CC-BY-SA-3.0
Group: Development/Libraries
Url: http://www.gnome.org/
Source0: ftp://ftp.gnome.org/pub/gnome/sources/gnome-icon-theme-symbolic/3.8/gnome-icon-theme-symbolic-%{version}.tar.xz
Source1000: %{name}-rpmlintrc
# Native one for gtk-update-icon-cache
BuildRequires: gtk2
#!BuildIgnore: post-build-checks
BuildRequires: intltool >= 0.40.0
BuildRequires: mingw64-cross-binutils
BuildRequires: mingw64-cross-gcc
BuildRequires: mingw64-cross-pkg-config
BuildRequires: mingw64-filesystem >= 23
BuildRequires: mingw64-icon-naming-utils
BuildRequires: xz
Requires: mingw64-gnome-icon-theme
BuildArch: noarch
%_mingw64_package_header_debug
%description
The purpose of this icon theme is to extend the base icon theme that
follows the Tango style guidelines for specific purposes. This would
include OSD messages, panel system/notification area, and possibly
menu icons.
Icons follow the naming specification, but have a -symbolic suffix, so
only applications specifically looking up these symbolic icons will
render them. If a -symbolic icon is missing, the app will fall back to
the regular name.
%package devel
Summary: Symbolic icon theme for GNOME
Group: Development/Libraries
%description devel
The purpose of this icon theme is to extend the base icon theme that
follows the Tango style guidelines for specific purposes. This would
include OSD messages, panel system/notification area, and possibly
menu icons.
Icons follow the naming specification, but have a -symbolic suffix, so
only applications specifically looking up these symbolic icons will
render them. If a -symbolic icon is missing, the app will fall back to
the regular name.
%prep
%setup -q -n gnome-icon-theme-symbolic-%{version}
%build
%{_mingw64_configure} --enable-icon-mapping
%{_mingw64_make} %{?_smp_mflags} || %{_mingw64_make}
%install
make DESTDIR=%{buildroot} install %{?_smp_mflags}
%files
%defattr(-,root,root)
%{_mingw64_datadir}/icons/gnome
%files devel
%defattr(-,root,root)
%{_mingw64_datadir}/pkgconfig/gnome-icon-theme-symbolic.pc
%changelog