diff --git a/README.md b/README.md index cf9185c..dc625bc 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # tango-icon-theme +An icon theme based upon a standardized icon naming specification. + diff --git a/openmamba-16x16.png b/openmamba-16x16.png new file mode 100644 index 0000000..bf7c632 Binary files /dev/null and b/openmamba-16x16.png differ diff --git a/openmamba-22x22.png b/openmamba-22x22.png new file mode 100644 index 0000000..e322411 Binary files /dev/null and b/openmamba-22x22.png differ diff --git a/openmamba-24x24.png b/openmamba-24x24.png new file mode 100644 index 0000000..50ed099 Binary files /dev/null and b/openmamba-24x24.png differ diff --git a/openmamba-32x32.png b/openmamba-32x32.png new file mode 100644 index 0000000..a71c53f Binary files /dev/null and b/openmamba-32x32.png differ diff --git a/openmamba.svgz b/openmamba.svgz new file mode 100644 index 0000000..55fc6c2 Binary files /dev/null and b/openmamba.svgz differ diff --git a/tango-icon-theme.spec b/tango-icon-theme.spec new file mode 100644 index 0000000..cf42335 --- /dev/null +++ b/tango-icon-theme.spec @@ -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 +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 0.8.90-3mamba +- replce start-here icons with openmamba logo + +* Fri Dec 03 2010 Silvan Calarco 0.8.90-2mamba +- update icon cache + +* Fri Dec 03 2010 Silvan Calarco 0.8.90-1mamba +- package created by autospec