automatic version update by autodist [release 3.10.0-1mamba;Mon Oct 28 2013]
This commit is contained in:
parent
126866e57d
commit
eb82a53576
@ -1,2 +1,4 @@
|
||||
# gnome-icon-theme
|
||||
|
||||
The GNOME Icon Theme package contains an assortment of scalable and non-scalable icons of different sizes and themes.
|
||||
|
||||
|
149
gnome-icon-theme.spec
Normal file
149
gnome-icon-theme.spec
Normal file
@ -0,0 +1,149 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: gnome-icon-theme
|
||||
Version: 3.10.0
|
||||
Release: 1mamba
|
||||
Summary: Icons which are used for GNOME desktop theme
|
||||
Group: Graphical Desktop/Look 'n' feel/Themes
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.gnome.org/
|
||||
Source: http://ftp.gnome.org/pub/GNOME/sources/gnome-icon-theme/%{majver}/gnome-icon-theme-%{version}.tar.xz
|
||||
Source2: openmamba-16x16.png
|
||||
Source3: openmamba-22x22.png
|
||||
Source4: openmamba-24x24.png
|
||||
Source5: openmamba-32x32.png
|
||||
Source6: openmamba-48x48.png
|
||||
Source7: openmamba.svgz
|
||||
License: GPL
|
||||
BuildRequires: intltool
|
||||
BuildRequires: perl-XML-Parser
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: icon-naming-utils >= 0.8.1
|
||||
Requires: hicolor-icon-theme >= 0.10
|
||||
Requires: gnome-icon-theme-symbolic >= %{majver}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
The GNOME Icon Theme package contains an assortment of scalable and non-scalable icons of different sizes and themes.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make pkgconfigdir=%{_libdir}/pkgconfig
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall pkgconfigdir=%{_libdir}/pkgconfig
|
||||
|
||||
install -m0644 %{S:2} %{buildroot}%{_datadir}/icons/gnome/16x16/places/start-here.png
|
||||
install -m0644 %{S:3} %{buildroot}%{_datadir}/icons/gnome/22x22/places/start-here.png
|
||||
install -m0644 %{S:3} %{buildroot}%{_datadir}/icons/gnome/24x24/places/start-here.png
|
||||
install -m0644 %{S:3} %{buildroot}%{_datadir}/icons/gnome/32x32/places/start-here.png
|
||||
install -m0644 %{S:3} %{buildroot}%{_datadir}/icons/gnome/48x48/places/start-here.png
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post
|
||||
gtk-update-icon-cache %{_datadir}/icons/gnome 2>/dev/null
|
||||
:
|
||||
|
||||
%postun
|
||||
gtk-update-icon-cache %{_datadir}/icons/gnome 2>/dev/null
|
||||
:
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
#%{_datadir}/icons/hicolor/*
|
||||
%{_datadir}/icons/gnome/
|
||||
%{_libdir}/pkgconfig/gnome-icon-theme.pc
|
||||
%doc AUTHORS COPYING
|
||||
# NEWS README TODO
|
||||
|
||||
%changelog
|
||||
* Mon Oct 28 2013 Automatic Build System <autodist@mambasoft.it> 3.10.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jul 31 2013 Automatic Build System <autodist@mambasoft.it> 3.8.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue May 14 2013 Automatic Build System <autodist@mambasoft.it> 3.8.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Mar 27 2013 Automatic Build System <autodist@mambasoft.it> 3.8.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Nov 14 2012 Automatic Build System <autodist@mambasoft.it> 3.6.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Sep 26 2012 Automatic Build System <autodist@mambasoft.it> 3.6.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Aug 14 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 3.4.0-2mamba
|
||||
- require gnome-icon-theme-symbolic
|
||||
|
||||
* Sun Apr 01 2012 Automatic Build System <autodist@mambasoft.it> 3.4.0-1mamba
|
||||
- update to 3.4.0
|
||||
|
||||
* Sun Oct 23 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 3.2.1.2-2mamba
|
||||
- fix size of openmamba logo (start-here) icons
|
||||
|
||||
* Wed Oct 19 2011 Automatic Build System <autodist@mambasoft.it> 3.2.1.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Oct 19 2011 Automatic Build System <autodist@mambasoft.it> 3.2.1.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Oct 18 2011 Automatic Build System <autodist@mambasoft.it> 3.2.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Oct 10 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 3.2.0-2mamba
|
||||
- replce start-here icons with openmamba logo
|
||||
|
||||
* Wed Sep 28 2011 Automatic Build System <autodist@mambasoft.it> 3.2.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu May 12 2011 Automatic Build System <autodist@mambasoft.it> 3.0.0-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Tue Apr 05 2011 Automatic Build System <autodist@mambasoft.it> 2.91.93-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Fri Dec 03 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 2.31.0-2mamba
|
||||
- update icon cache
|
||||
|
||||
* Wed Sep 29 2010 Automatic Build System <autodist@mambasoft.it> 2.31.0-1mamba
|
||||
- automatic update to 2.31.0 by autodist
|
||||
|
||||
* Thu Jun 03 2010 Automatic Build System <autodist@mambasoft.it> 2.30.3-1mamba
|
||||
- update to 2.30.3
|
||||
|
||||
* Sun Sep 27 2009 Automatic Build System <autodist@mambasoft.it> 2.28.0-1mamba
|
||||
- automatic update to 2.28.0 by autodist
|
||||
|
||||
* Fri Mar 27 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 2.26.0-1mamba
|
||||
- automatic update to 2.26.0 by autodist
|
||||
|
||||
* Wed Oct 15 2008 gil <puntogil@libero.it> 2.24.0-1mamba
|
||||
- automatic update to 2.24.0 by autodist
|
||||
|
||||
* Fri Apr 11 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 2.22.0-1mamba
|
||||
- update to 2.22.0
|
||||
|
||||
* Tue Apr 10 2007 Tiziano Pratellesi <tiziano.pratellesi@openmamba.org> 2.18.0-1mamba
|
||||
- update to version 2.18.0
|
||||
|
||||
* Fri Jan 12 2007 Davide Madrisan <davide.madrisan@qilinux.it> 2.16.1-1qilnx
|
||||
- update to version 2.16.1 by autospec
|
||||
|
||||
* Mon Aug 29 2005 Davide Madrisan <davide.madrisan@qilinux.it> 2.10.1-1qilnx
|
||||
- update to version 2.10.1 by autospec
|
||||
|
||||
* Tue Jan 11 2005 Silvan Calarco <silvan.calarco@mambasoft.it> 2.8.0-2qilnx
|
||||
- added requirement for hicolor-icon-theme
|
||||
|
||||
* Mon Oct 11 2004 Massimo Pintore <massimo.pintore@qilinux.it> 2.8.0-1qilnx
|
||||
- package created by autospec
|
BIN
openmamba-16x16.png
Normal file
BIN
openmamba-16x16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.4 KiB |
BIN
openmamba-22x22.png
Normal file
BIN
openmamba-22x22.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.9 KiB |
BIN
openmamba-24x24.png
Normal file
BIN
openmamba-24x24.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
BIN
openmamba-32x32.png
Normal file
BIN
openmamba-32x32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.4 KiB |
BIN
openmamba-48x48.png
Normal file
BIN
openmamba-48x48.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.3 KiB |
BIN
openmamba.svgz
Normal file
BIN
openmamba.svgz
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user