diff --git a/README.md b/README.md index 0b6b6fb..977c120 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # oxygen-icons +Oxygen icons for the KDE Software Compilation 4. + diff --git a/openmamba.svgz b/openmamba.svgz new file mode 100644 index 0000000..caec927 Binary files /dev/null and b/openmamba.svgz differ diff --git a/oxygen-icons.spec b/oxygen-icons.spec new file mode 100644 index 0000000..4559cf0 --- /dev/null +++ b/oxygen-icons.spec @@ -0,0 +1,300 @@ +Name: oxygen-icons +Version: 4.13.0 +Release: 1mamba +Summary: Oxygen icons for the KDE Software Compilation 4 +Group: Graphical Desktop/Look 'n' feel +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://www.oxygen-icons.org +Source0: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/oxygen-icons-%{version}.tar.xz +Source1: openmamba.svgz +License: LGPL +## AUTOBUILDREQ-BEGIN +## AUTOBUILDREQ-END +BuildRequires: cmake +BuildRequires: ImageMagick +BuildArch: noarch +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +Oxygen icons for the KDE Software Compilation 4. + +%package svg +Summary: Vectorial (SVG) Oxygen icons for KDE Software Compilation 4 +Group: Graphical Desktop/Look 'n' feel + +%description svg +Vectorial (SVG) Oxygen icons for KDE Software Compilation 4. + +%prep +%setup -q + +%build +%cmake_kde4 -d build +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall -C build + +cp -r scalable %{buildroot}%{_kde4_icondir}/oxygen/ + +# install openmamba icons +for s in 16x16 22x22 32x32 48x48 64x64 128x128 256x256; do + convert -background none -resize $s %{SOURCE1} \ + %{buildroot}%{_kde4_icondir}/oxygen/$s/apps/openmamba.png + rm %{buildroot}%{_kde4_icondir}/oxygen/$s/places/start-here-kde.png + rm %{buildroot}%{_kde4_icondir}/oxygen/$s/places/start-here.png + ln -s ../apps/openmamba.png %{buildroot}%{_kde4_icondir}/oxygen/$s/places/start-here-kde.png + ln -s ../apps/openmamba.png %{buildroot}%{_kde4_icondir}/oxygen/$s/places/start-here.png +done + +install -m0644 %{S:1} %{buildroot}%{_kde4_icondir}/oxygen/scalable/places/start-here-kde.svgz +install -m0644 %{S:1} %{buildroot}%{_kde4_icondir}/oxygen/scalable/apps/openmamba.svgz + +%post +touch --no-create %{_kde4_iconsdir}/oxygen &>/dev/null || : + +%posttrans +gtk-update-icon-cache %{_kde4_iconsdir}/oxygen &>/dev/null || : + +%postun +if [ $1 -eq 0 ] ; then + touch --no-create %{_kde4_iconsdir}/oxygen &>/dev/null + gtk-update-icon-cache %{_kde4_iconsdir}/oxygen &>/dev/null +fi +exit 0 + +%post svg +touch --no-create %{_kde4_iconsdir}/oxygen &>/dev/null || : + +%posttrans svg +gtk-update-icon-cache %{_kde4_iconsdir}/oxygen &>/dev/null || : + +%postun svg +if [ $1 -eq 0 ] ; then + touch --no-create %{_kde4_iconsdir}/oxygen &>/dev/null + gtk-update-icon-cache %{_kde4_iconsdir}/oxygen &>/dev/null +fi +exit 0 + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files svg +%defattr(-,root,root) +%{_kde4_icondir}/oxygen/scalable +%doc AUTHORS COPYING + +%files +%defattr(-,root,root) +%{_kde4_icondir}/oxygen/index.theme +%dir %{_kde4_icondir}/oxygen +%dir %{_kde4_icondir}/oxygen/8x8 +%{_kde4_icondir}/oxygen/8x8/* +%dir %{_kde4_icondir}/oxygen/16x16 +%{_kde4_icondir}/oxygen/16x16/* +%dir %{_kde4_icondir}/oxygen/22x22 +%{_kde4_icondir}/oxygen/22x22/* +%dir %{_kde4_icondir}/oxygen/32x32 +%{_kde4_icondir}/oxygen/32x32/* +%dir %{_kde4_icondir}/oxygen/48x48 +%{_kde4_icondir}/oxygen/48x48/* +%dir %{_kde4_icondir}/oxygen/64x64 +%{_kde4_icondir}/oxygen/64x64/* +%dir %{_kde4_icondir}/oxygen/128x128 +%{_kde4_icondir}/oxygen/128x128/* +%dir %{_kde4_icondir}/oxygen/256x256 +%{_kde4_icondir}/oxygen/256x256/* + +%changelog +* Thu Apr 17 2014 Automatic Build System 4.13.0-1mamba +- automatic version update by autodist + +* Tue Apr 01 2014 Automatic Build System 4.12.4-1mamba +- automatic version update by autodist + +* Wed Mar 05 2014 Automatic Build System 4.12.3-1mamba +- automatic version update by autodist + +* Wed Feb 05 2014 Automatic Build System 4.12.2-1mamba +- automatic version update by autodist + +* Tue Jan 14 2014 Automatic Build System 4.12.1-1mamba +- automatic version update by autodist + +* Thu Dec 19 2013 Automatic Build System 4.12.0-1mamba +- automatic version update by autodist + +* Thu Dec 05 2013 Automatic Build System 4.11.4-1mamba +- automatic version update by autodist + +* Wed Nov 06 2013 Automatic Build System 4.11.3-1mamba +- automatic version update by autodist + +* Tue Oct 01 2013 Automatic Build System 4.11.2-1mamba +- automatic version update by autodist + +* Wed Sep 04 2013 Automatic Build System 4.11.1-1mamba +- automatic version update by autodist + +* Wed Aug 14 2013 Automatic Build System 4.11.0-1mamba +- automatic version update by autodist + +* Wed Jul 24 2013 Silvan Calarco 4.10.5-2mamba +- update openmamba main icon for milestone3 +- use convert to generate png of different sizes from svg openmamba icon + +* Tue Jul 02 2013 Automatic Build System 4.10.5-1mamba +- automatic version update by autodist + +* Wed Jun 05 2013 Automatic Build System 4.10.4-1mamba +- automatic version update by autodist + +* Tue May 07 2013 Automatic Build System 4.10.3-1mamba +- automatic version update by autodist + +* Wed Apr 03 2013 Automatic Build System 4.10.2-1mamba +- automatic version update by autodist + +* Tue Mar 05 2013 Automatic Build System 4.10.1-1mamba +- automatic version update by autodist + +* Mon Feb 11 2013 Automatic Build System 4.10.0-1mamba +- automatic version update by autodist + +* Thu Jan 03 2013 Automatic Build System 4.9.5-1mamba +- automatic version update by autodist + +* Wed Dec 05 2012 Automatic Build System 4.9.4-1mamba +- automatic version update by autodist + +* Wed Nov 07 2012 Automatic Build System 4.9.3-1mamba +- automatic version update by autodist + +* Wed Oct 03 2012 Automatic Build System 4.9.2-1mamba +- automatic version update by autodist + +* Wed Sep 05 2012 Automatic Build System 4.9.1-1mamba +- automatic version update by autodist + +* Wed Aug 01 2012 Automatic Build System 4.9.0-1mamba +- automatic version update by autodist + +* Fri Jun 08 2012 Automatic Build System 4.8.4-1mamba +- automatic version update by autodist + +* Fri May 04 2012 Automatic Build System 4.8.3-1mamba +- automatic version update by autodist + +* Fri Apr 06 2012 Automatic Build System 4.8.2-1mamba +- update to 4.8.2 + +* Fri Mar 16 2012 Automatic Build System 4.8.1-1mamba +- automatic version update by autodist + +* Sun Dec 11 2011 Automatic Build System 4.7.4-1mamba +- automatic version update by autodist + +* Wed Nov 02 2011 Automatic Build System 4.7.3-1mamba +- automatic version update by autodist + +* Tue Oct 11 2011 Automatic Build System 4.7.2-1mamba +- automatic version update by autodist + +* Sat Sep 24 2011 Silvan Calarco 4.7.1-2mamba +- also set openmamba icon for start-here, use symlinks to save some space + +* Thu Sep 08 2011 Automatic Build System 4.7.1-1mamba +- automatic version update by autodist + +* Thu Aug 04 2011 Automatic Build System 4.7.0-1mamba +- automatic version update by autodist + +* Thu Jul 07 2011 Automatic Build System 4.6.5-1mamba +- automatic update by autodist + +* Wed Jun 15 2011 Automatic Build System 4.6.4-1mamba +- automatic update by autodist + +* Fri May 06 2011 Automatic Build System 4.6.3-1mamba +- automatic update by autodist + +* Wed Apr 06 2011 Automatic Build System 4.6.2-1mamba +- automatic update by autodist + +* Sat Mar 05 2011 Automatic Build System 4.6.1-1mamba +- automatic update by autodist + +* Sat Jan 29 2011 Davide Madrisan 4.6.0-1mamba +- update to 4.6.0 + +* Mon Jan 10 2011 Automatic Build System 4.5.5-1mamba +- automatic update by autodist + +* Mon Dec 06 2010 Automatic Build System 4.5.4-1mamba +- automatic update to 4.5.4 by autodist + +* Wed Nov 03 2010 Automatic Build System 4.5.3-1mamba +- automatic update to 4.5.3 by autodist + +* Tue Oct 05 2010 Automatic Build System 4.5.2-1mamba +- automatic update to 4.5.2 by autodist + +* Tue Aug 31 2010 Davide Madrisan 4.5.1-1mamba +- update to 4.5.1 + +* Sat Aug 14 2010 Davide Madrisan 4.5.0-1mamba +- update to 4.5.0 + +* Thu Jul 01 2010 Automatic Build System 4.4.5-1mamba +- automatic update to 4.4.5 by autodist + +* Wed Jun 02 2010 Automatic Build System 4.4.4-1mamba +- automatic update to 4.4.4 by autodist + +* Fri May 07 2010 Automatic Build System 4.4.3-1mamba +- automatic update to 4.4.3 by autodist + +* Tue Mar 30 2010 Davide Madrisan 4.4.2-1mamba +- update to 4.4.2 (Codename "Colibri") + +* Sun Mar 21 2010 Davide Madrisan 4.4.1-2mamba +- run gtk-update-icon-cache when installing/uninstalling this package + +* Tue Mar 02 2010 Davide Madrisan 4.4.1-1mamba +- update to 4.4.1 (Codename "Clara") + +* Tue Feb 09 2010 Davide Madrisan 4.4.0-1mamba +- update to 4.4.0 (Codename "Caikaku") + +* Wed Feb 03 2010 Davide Madrisan 4.3.98-1mamba +- update to 4.3.98 (KDE Software Compilation 4.4 rc3 Codename "Coming Closer") + +* Wed Jan 27 2010 Davide Madrisan 4.3.95-1mamba +- update to 4.3.95 (KDE Software Compilation 4.4 rc2 Codename "CampKDE") + +* Tue Jan 19 2010 Davide Madrisan 4.3.90-1mamba +- update to 4.3.90 (KDE Software Compilation 4.4 rc1 Codename "Cornelius") + +* Mon Dec 21 2009 Silvan Calarco 4.3.4-3mamba +- split svg icons in a package apart + +* Wed Dec 16 2009 Silvan Calarco 4.3.4-2mamba +- added 256x256 openmamba icon + +* Mon Dec 07 2009 Automatic Build System 4.3.4-1mamba +- automatic update to 4.3.4 by autodist + +* Sat Nov 07 2009 Automatic Build System 4.3.3-1mamba +- automatic update to 4.3.3 by autodist + +* Tue Oct 06 2009 Automatic Build System 4.3.2-1mamba +- automatic update to 4.3.2 by autodist + +* Tue Sep 01 2009 Davide Madrisan 4.3.1-1mamba +- update to 4.3.1 + +* Fri Aug 07 2009 Silvan Calarco 4.3.0-1mamba +- package created by autospec