346 lines
12 KiB
RPMSpec
346 lines
12 KiB
RPMSpec
Name: oxygen-icons
|
|
Version: 15.04.3
|
|
Release: 2mamba
|
|
Summary: Oxygen icons for the KDE Software Compilation 4
|
|
Group: Graphical Desktop/Look 'n' feel
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: http://www.oxygen-icons.org
|
|
Source0: http://download.kde.org/stable/applications/%{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 -d build
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall -C build
|
|
|
|
cp -r scalable %{buildroot}%{_datadir}/icons/oxygen/
|
|
|
|
# install openmamba icons
|
|
for s in 16x16 22x22 32x32 48x48 64x64 128x128 256x256; do
|
|
convert -background none -resize $s %{SOURCE1} \
|
|
%{buildroot}%{_datadir}/icons/oxygen/$s/apps/openmamba.png
|
|
rm %{buildroot}%{_datadir}/icons/oxygen/$s/places/start-here-kde.png
|
|
rm %{buildroot}%{_datadir}/icons/oxygen/$s/places/start-here.png
|
|
ln -s ../apps/openmamba.png %{buildroot}%{_datadir}/icons/oxygen/$s/places/start-here-kde.png
|
|
ln -s ../apps/openmamba.png %{buildroot}%{_datadir}/icons/oxygen/$s/places/start-here.png
|
|
done
|
|
|
|
install -m0644 %{S:1} %{buildroot}%{_datadir}/icons/oxygen/scalable/places/start-here-kde.svgz
|
|
install -m0644 %{S:1} %{buildroot}%{_datadir}/icons/oxygen/scalable/apps/openmamba.svgz
|
|
|
|
%post
|
|
touch --no-create %{_datadir}/icons/oxygen &>/dev/null || :
|
|
|
|
%posttrans
|
|
gtk-update-icon-cache %{_datadir}/icons/oxygen &>/dev/null || :
|
|
|
|
%postun
|
|
if [ $1 -eq 0 ] ; then
|
|
touch --no-create %{_datadir}/icons/oxygen &>/dev/null
|
|
gtk-update-icon-cache %{_datadir}/icons/oxygen &>/dev/null
|
|
fi
|
|
exit 0
|
|
|
|
%post svg
|
|
touch --no-create %{_datadir}/icons/oxygen &>/dev/null || :
|
|
|
|
%posttrans svg
|
|
gtk-update-icon-cache %{_datadir}/icons/oxygen &>/dev/null || :
|
|
|
|
%postun svg
|
|
if [ $1 -eq 0 ] ; then
|
|
touch --no-create %{_datadir}/icons/oxygen &>/dev/null
|
|
gtk-update-icon-cache %{_datadir}/icons/oxygen &>/dev/null
|
|
fi
|
|
exit 0
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files svg
|
|
%defattr(-,root,root)
|
|
%{_datadir}/icons/oxygen/scalable
|
|
%doc AUTHORS COPYING
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_datadir}/icons/oxygen/index.theme
|
|
%dir %{_datadir}/icons/oxygen
|
|
%dir %{_datadir}/icons/oxygen/8x8
|
|
%{_datadir}/icons/oxygen/8x8/*
|
|
%dir %{_datadir}/icons/oxygen/16x16
|
|
%{_datadir}/icons/oxygen/16x16/*
|
|
%dir %{_datadir}/icons/oxygen/22x22
|
|
%{_datadir}/icons/oxygen/22x22/*
|
|
%dir %{_datadir}/icons/oxygen/32x32
|
|
%{_datadir}/icons/oxygen/32x32/*
|
|
%dir %{_datadir}/icons/oxygen/48x48
|
|
%{_datadir}/icons/oxygen/48x48/*
|
|
%dir %{_datadir}/icons/oxygen/64x64
|
|
%{_datadir}/icons/oxygen/64x64/*
|
|
%dir %{_datadir}/icons/oxygen/128x128
|
|
%{_datadir}/icons/oxygen/128x128/*
|
|
%dir %{_datadir}/icons/oxygen/256x256
|
|
%{_datadir}/icons/oxygen/256x256/*
|
|
|
|
%changelog
|
|
* Wed Aug 26 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 15.04.3-2mamba
|
|
- rebuilt in /usr
|
|
|
|
* Thu Jul 02 2015 Automatic Build System <autodist@mambasoft.it> 15.04.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jun 03 2015 Automatic Build System <autodist@mambasoft.it> 15.04.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed May 13 2015 Automatic Build System <autodist@mambasoft.it> 15.04.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Apr 19 2015 Automatic Build System <autodist@mambasoft.it> 15.04.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Mar 10 2015 Automatic Build System <autodist@mambasoft.it> 14.12.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Feb 07 2015 Automatic Build System <autodist@mambasoft.it> 14.12.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Jan 26 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 14.12.1-1mamba
|
|
- update to 14.12.1
|
|
|
|
* Thu Nov 20 2014 Automatic Build System <autodist@mambasoft.it> 4.14.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Oct 20 2014 Automatic Build System <autodist@mambasoft.it> 4.14.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Sep 27 2014 Automatic Build System <autodist@mambasoft.it> 4.14.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Aug 21 2014 Automatic Build System <autodist@mambasoft.it> 4.14.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Jul 15 2014 Automatic Build System <autodist@mambasoft.it> 4.13.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Jun 10 2014 Automatic Build System <autodist@mambasoft.it> 4.13.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon May 19 2014 Automatic Build System <autodist@mambasoft.it> 4.13.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Apr 17 2014 Automatic Build System <autodist@mambasoft.it> 4.13.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Apr 01 2014 Automatic Build System <autodist@mambasoft.it> 4.12.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Mar 05 2014 Automatic Build System <autodist@mambasoft.it> 4.12.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Feb 05 2014 Automatic Build System <autodist@mambasoft.it> 4.12.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Jan 14 2014 Automatic Build System <autodist@mambasoft.it> 4.12.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Dec 19 2013 Automatic Build System <autodist@mambasoft.it> 4.12.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Dec 05 2013 Automatic Build System <autodist@mambasoft.it> 4.11.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Nov 06 2013 Automatic Build System <autodist@mambasoft.it> 4.11.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Oct 01 2013 Automatic Build System <autodist@mambasoft.it> 4.11.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Sep 04 2013 Automatic Build System <autodist@mambasoft.it> 4.11.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Aug 14 2013 Automatic Build System <autodist@mambasoft.it> 4.11.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jul 24 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 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 <autodist@mambasoft.it> 4.10.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jun 05 2013 Automatic Build System <autodist@mambasoft.it> 4.10.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue May 07 2013 Automatic Build System <autodist@mambasoft.it> 4.10.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Apr 03 2013 Automatic Build System <autodist@mambasoft.it> 4.10.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Mar 05 2013 Automatic Build System <autodist@mambasoft.it> 4.10.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Feb 11 2013 Automatic Build System <autodist@mambasoft.it> 4.10.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Jan 03 2013 Automatic Build System <autodist@mambasoft.it> 4.9.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Dec 05 2012 Automatic Build System <autodist@mambasoft.it> 4.9.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Nov 07 2012 Automatic Build System <autodist@mambasoft.it> 4.9.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Oct 03 2012 Automatic Build System <autodist@mambasoft.it> 4.9.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Sep 05 2012 Automatic Build System <autodist@mambasoft.it> 4.9.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Aug 01 2012 Automatic Build System <autodist@mambasoft.it> 4.9.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Jun 08 2012 Automatic Build System <autodist@mambasoft.it> 4.8.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri May 04 2012 Automatic Build System <autodist@mambasoft.it> 4.8.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Apr 06 2012 Automatic Build System <autodist@mambasoft.it> 4.8.2-1mamba
|
|
- update to 4.8.2
|
|
|
|
* Fri Mar 16 2012 Automatic Build System <autodist@mambasoft.it> 4.8.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Dec 11 2011 Automatic Build System <autodist@mambasoft.it> 4.7.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Nov 02 2011 Automatic Build System <autodist@mambasoft.it> 4.7.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Oct 11 2011 Automatic Build System <autodist@mambasoft.it> 4.7.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Sep 24 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 4.7.1-2mamba
|
|
- also set openmamba icon for start-here, use symlinks to save some space
|
|
|
|
* Thu Sep 08 2011 Automatic Build System <autodist@mambasoft.it> 4.7.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Aug 04 2011 Automatic Build System <autodist@mambasoft.it> 4.7.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Jul 07 2011 Automatic Build System <autodist@mambasoft.it> 4.6.5-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Wed Jun 15 2011 Automatic Build System <autodist@mambasoft.it> 4.6.4-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Fri May 06 2011 Automatic Build System <autodist@mambasoft.it> 4.6.3-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Wed Apr 06 2011 Automatic Build System <autodist@mambasoft.it> 4.6.2-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Sat Mar 05 2011 Automatic Build System <autodist@mambasoft.it> 4.6.1-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Sat Jan 29 2011 Davide Madrisan <davide.madrisan@gmail.com> 4.6.0-1mamba
|
|
- update to 4.6.0
|
|
|
|
* Mon Jan 10 2011 Automatic Build System <autodist@mambasoft.it> 4.5.5-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Mon Dec 06 2010 Automatic Build System <autodist@mambasoft.it> 4.5.4-1mamba
|
|
- automatic update to 4.5.4 by autodist
|
|
|
|
* Wed Nov 03 2010 Automatic Build System <autodist@mambasoft.it> 4.5.3-1mamba
|
|
- automatic update to 4.5.3 by autodist
|
|
|
|
* Tue Oct 05 2010 Automatic Build System <autodist@mambasoft.it> 4.5.2-1mamba
|
|
- automatic update to 4.5.2 by autodist
|
|
|
|
* Tue Aug 31 2010 Davide Madrisan <davide.madrisan@gmail.com> 4.5.1-1mamba
|
|
- update to 4.5.1
|
|
|
|
* Sat Aug 14 2010 Davide Madrisan <davide.madrisan@gmail.com> 4.5.0-1mamba
|
|
- update to 4.5.0
|
|
|
|
* Thu Jul 01 2010 Automatic Build System <autodist@mambasoft.it> 4.4.5-1mamba
|
|
- automatic update to 4.4.5 by autodist
|
|
|
|
* Wed Jun 02 2010 Automatic Build System <autodist@mambasoft.it> 4.4.4-1mamba
|
|
- automatic update to 4.4.4 by autodist
|
|
|
|
* Fri May 07 2010 Automatic Build System <autodist@mambasoft.it> 4.4.3-1mamba
|
|
- automatic update to 4.4.3 by autodist
|
|
|
|
* Tue Mar 30 2010 Davide Madrisan <davide.madrisan@gmail.com> 4.4.2-1mamba
|
|
- update to 4.4.2 (Codename "Colibri")
|
|
|
|
* Sun Mar 21 2010 Davide Madrisan <davide.madrisan@gmail.com> 4.4.1-2mamba
|
|
- run gtk-update-icon-cache when installing/uninstalling this package
|
|
|
|
* Tue Mar 02 2010 Davide Madrisan <davide.madrisan@gmail.com> 4.4.1-1mamba
|
|
- update to 4.4.1 (Codename "Clara")
|
|
|
|
* Tue Feb 09 2010 Davide Madrisan <davide.madrisan@gmail.com> 4.4.0-1mamba
|
|
- update to 4.4.0 (Codename "Caikaku")
|
|
|
|
* Wed Feb 03 2010 Davide Madrisan <davide.madrisan@gmail.com> 4.3.98-1mamba
|
|
- update to 4.3.98 (KDE Software Compilation 4.4 rc3 Codename "Coming Closer")
|
|
|
|
* Wed Jan 27 2010 Davide Madrisan <davide.madrisan@gmail.com> 4.3.95-1mamba
|
|
- update to 4.3.95 (KDE Software Compilation 4.4 rc2 Codename "CampKDE")
|
|
|
|
* Tue Jan 19 2010 Davide Madrisan <davide.madrisan@gmail.com> 4.3.90-1mamba
|
|
- update to 4.3.90 (KDE Software Compilation 4.4 rc1 Codename "Cornelius")
|
|
|
|
* Mon Dec 21 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 4.3.4-3mamba
|
|
- split svg icons in a package apart
|
|
|
|
* Wed Dec 16 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 4.3.4-2mamba
|
|
- added 256x256 openmamba icon
|
|
|
|
* Mon Dec 07 2009 Automatic Build System <autodist@mambasoft.it> 4.3.4-1mamba
|
|
- automatic update to 4.3.4 by autodist
|
|
|
|
* Sat Nov 07 2009 Automatic Build System <autodist@mambasoft.it> 4.3.3-1mamba
|
|
- automatic update to 4.3.3 by autodist
|
|
|
|
* Tue Oct 06 2009 Automatic Build System <autodist@mambasoft.it> 4.3.2-1mamba
|
|
- automatic update to 4.3.2 by autodist
|
|
|
|
* Tue Sep 01 2009 Davide Madrisan <davide.madrisan@gmail.com> 4.3.1-1mamba
|
|
- update to 4.3.1
|
|
|
|
* Fri Aug 07 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 4.3.0-1mamba
|
|
- package created by autospec
|