commit python-veusz for openSUSE:Factory
Hello community, here is the log from the commit of package python-veusz for openSUSE:Factory checked in at 2012-07-24 15:34:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-veusz (Old) and /work/SRC/openSUSE:Factory/.python-veusz.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-veusz", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/python-veusz/python-veusz.changes 2012-07-10 14:15:48.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-veusz.new/python-veusz.changes 2012-07-24 17:20:30.000000000 +0200 @@ -1,0 +2,8 @@ +Mon Jul 23 15:16:10 UTC 2012 - badshah400@gmail.com + +- Install icon files: these got removed during the previous + update. This fixes a rather ugly regression from the previous + build which made the vuesz interface show up with no icons at + all. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-veusz.spec ++++++ --- /var/tmp/diff_new_pack.dr8d5G/_old 2012-07-24 17:20:32.000000000 +0200 +++ /var/tmp/diff_new_pack.dr8d5G/_new 2012-07-24 17:20:32.000000000 +0200 @@ -89,16 +89,21 @@ cp %{SOURCE2} %{buildroot}%{_datadir}/mime/packages/ # move icon files to /usr/share/pixmaps/veusz +mkdir -p %{buildroot}%{_datadir}/pixmaps/%{pyname} +mv %{buildroot}%{python_sitearch}/%{pyname}/windows/icons/*.png \ + %{buildroot}%{_datadir}/pixmaps/%{pyname} +mv %{buildroot}%{python_sitearch}/%{pyname}/windows/icons/*.svg \ + %{buildroot}%{_datadir}/pixmaps/%{pyname} # symlink main veusz icon also into hicolor-icon-theme dir (for desktop file) -install -m 0644 %{S:3} %{buildroot}%{python_sitearch}/%{pyname}/windows/icons/veusz_256.png +install -m 0644 %{S:3} %{buildroot}%{_datadir}/pixmaps/%{pyname}/veusz_256.png for size in 16 32 48 64 128 256; do odir=%{buildroot}%{_datadir}/icons/hicolor/${size}x${size}/apps mkdir -p $odir - ln -s %{python_sitearch}/%{pyname}/windows/icons/veusz_${size}.png ${odir}/veusz.png + ln -s %{_datadir}/pixmaps/%{pyname}/veusz_${size}.png ${odir}/veusz.png done odir=%{buildroot}%{_datadir}/icons/hicolor/scalable/apps mkdir -p $odir -ln -s %{python_sitearch}/%{pyname}/windows/icons/veusz.svg $odir +ln -s %{_datadir}/pixmaps/%{pyname}/veusz.svg $odir # Mark some scripts as executable. # This isn't really needed, but Veusz includes shebangs in scripts @@ -143,6 +148,7 @@ %{_bindir}/veusz_listen %{_datadir}/applications/%{pyname}.desktop %{_datadir}/mime/packages/%{pyname}.xml +%{_datadir}/pixmaps/veusz/ %{python_sitearch}/%{pyname}-%{version}-py%{py_ver}.egg-info %{python_sitearch}/%{pyname}/ %{_datadir}/icons/hicolor/*/apps/%{pyname}.* -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de