replce start-here icons with openmamba logo [release 0.8.90-3mamba;Sat Sep 24 2011]
This commit is contained in:
parent
21d0a07961
commit
4910a5d61d
@ -1,2 +1,4 @@
|
||||
# tango-icon-theme
|
||||
|
||||
An icon theme based upon a standardized icon naming specification.
|
||||
|
||||
|
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.svgz
Normal file
BIN
openmamba.svgz
Normal file
Binary file not shown.
68
tango-icon-theme.spec
Normal file
68
tango-icon-theme.spec
Normal file
@ -0,0 +1,68 @@
|
||||
Name: tango-icon-theme
|
||||
Version: 0.8.90
|
||||
Release: 3mamba
|
||||
Summary: An icon theme based upon a standardized icon naming specification
|
||||
Group: Graphical Desktop/Look 'n' feel/Themes
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://tango.freedesktop.org/Tango_Icon_Library
|
||||
Source: http://tango.freedesktop.org/releases/tango-icon-theme-%{version}.tar.gz
|
||||
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
|
||||
Requires: icon-naming-utils
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
An icon theme based upon a standardized icon naming specification.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
install -m0644 %{S:2} %{buildroot}%{_datadir}/icons/Tango/16x16/places/start-here.png
|
||||
install -m0644 %{S:3} %{buildroot}%{_datadir}/icons/Tango/22x22/places/start-here.png
|
||||
install -m0644 %{S:4} %{buildroot}%{_datadir}/icons/Tango/24x24/places/start-here.png
|
||||
install -m0644 %{S:5} %{buildroot}%{_datadir}/icons/Tango/32x32/places/start-here.png
|
||||
#install -m0644 %{S:6} %{buildroot}%{_datadir}/icons/Tango/48x48/places/gnome-main-menu.png
|
||||
install -m0644 %{S:7} %{buildroot}%{_datadir}/icons/Tango/scalable/places/start-here.svg
|
||||
|
||||
%post
|
||||
gtk-update-icon-cache %{_datadir}/icons/Tango &>/dev/null
|
||||
:
|
||||
|
||||
%postun
|
||||
gtk-update-icon-cache %{_datadir}/icons/Tango &>/dev/null
|
||||
:
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%dir %{_datadir}/icons/Tango
|
||||
%{_datadir}/icons/Tango/*
|
||||
%doc AUTHORS COPYING ChangeLog README
|
||||
|
||||
%changelog
|
||||
* Sat Sep 24 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.90-3mamba
|
||||
- replce start-here icons with openmamba logo
|
||||
|
||||
* Fri Dec 03 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.90-2mamba
|
||||
- update icon cache
|
||||
|
||||
* Fri Dec 03 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.90-1mamba
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user