Hello community, here is the log from the commit of package PlotDigitizer for openSUSE:Factory checked in at 2016-08-03 11:43:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/PlotDigitizer (Old) and /work/SRC/openSUSE:Factory/.PlotDigitizer.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "PlotDigitizer" Changes: -------- --- /work/SRC/openSUSE:Factory/PlotDigitizer/PlotDigitizer.changes 2015-12-23 08:50:44.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.PlotDigitizer.new/PlotDigitizer.changes 2016-08-03 11:44:06.000000000 +0200 @@ -1,0 +2,5 @@ +Fri Jul 29 00:22:58 UTC 2016 - [email protected] + +- Add appdata file as source and install it to the appdata dir. + +------------------------------------------------------------------- New: ---- PlotDigitizer.appdata.xml ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ PlotDigitizer.spec ++++++ --- /var/tmp/diff_new_pack.UHpgud/_old 2016-08-03 11:44:07.000000000 +0200 +++ /var/tmp/diff_new_pack.UHpgud/_new 2016-08-03 11:44:07.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package PlotDigitizer # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -28,6 +28,7 @@ Source2: PlotDigitizer.desktop # MRJAdapter from PlotDigitizer 2.5.1 source archive Source3: MRJAdapter_1.0.8_Src.zip +Source4: PlotDigitizer.appdata.xml BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: ant @@ -103,6 +104,8 @@ install -Dm 644 %{name}.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop install -Dm 644 Resources/images/%{name}Icon64x64.png %{buildroot}%{_datadir}/pixmaps/%{name}.png +install -Dm0644 %{S:4} %{buildroot}%{_datadir}/appdata/%{name}.appdata.xml + %files %defattr(-, root, root) %doc LesserGPL_license.txt README.txt @@ -110,5 +113,7 @@ %{_datadir}/%{name} %{_datadir}/applications/%{name}.desktop %{_datadir}/pixmaps/%{name}.png +%dir %{_datadir}/appdata +%{_datadir}/appdata/%{name}.appdata.xml %changelog ++++++ PlotDigitizer.appdata.xml ++++++ <?xml version='1.0' encoding='UTF-8'?> <component> <id type="desktop">PlotDigitizer.desktop</id> <metadata_license>CC0-1.0</metadata_license> <name>PlotDigitizer PlotDigitizer</name> <project_license>LGPL-2.1 and GPL-2.0</project_license> <summary>Ditigize scanned plots of functional data</summary> <url type="homepage">http://plotdigitizer.sourceforge.net</url> <description> <p>Plot Digitizer is a Java program used to digitize scanned plots of functional data. Often data is found presented in reports and references as functional X-Y type scatter or line plots. In order to use this data, it must somehow be digitized. This program will allow you to take a scanned image of a plot (in GIF, JPEG, or PNG format) and quickly digitize values off the plot just by clicking the mouse on each data point. The numbers can then be saved to a text file and used where ever you need them. Plot Digitizer works with both linear and logarithmic axis scales. Besides digitizing points off of data plots, this program can be used to digitize other types of scanned data (such as scaled drawings or orthographic photos).</p> <p>Plot Digitizer has some handy features to make digitizing plots easier:</p> <ul> <li>Recalibrate the Y axis without having to recalibrate the X axis (multiple sets of data are commonly plotted with the same X axis).</li> <li>Insert points between two already digitized points by right clicking and choosing "Insert" from the pop-up menu.</li> <li>Delete points by right-clicking on the points and choosing "Delete".</li> <li>Compute the length of a digitized curve and you can compute the area of a digitized polygon.</li> <li>Move points by clicking and dragging them.</li> <li>Zoom images in and out.</li> <li>Save calibrations for an image for later use.</li> <li>Unlimited undo/redo.</li> <li>Semi-automatically digitize lines off a plot.</li> </ul> </description> <update_contact>[email protected]</update_contact> </component>
