diff --git a/qcad.appdata.xml b/qcad.appdata.xml index 245a1be..58d8657 100644 --- a/qcad.appdata.xml +++ b/qcad.appdata.xml @@ -22,6 +22,25 @@ user interface. QCAD is an easy to use but powerful 2D CAD system for everyone. You don't need any CAD experience to get started with QCAD immediately. + + Main Features + + Layers + Blocks (grouping) + 35 CAD fonts included + Support for TrueType fonts + Various Metrical and Imperial units + DXF and DWG input and output + Printing to scale + Printing on multiple pages + Over 40 construction tools + Over 20 modification tools + Construction and modification of points, lines, arcs, circles, ellipses, splines, polylines, texts, dimensions, hatches, fills, raster images + Various powerful entity selection tools + Object snaps + Measuring tools + Part library with over 4800 CAD parts + Very complete and extremely powerful ECMAScript scripting interface

http://www.ribbonsoft.com/qcad.html diff --git a/qcad.spec b/qcad.spec index 531cfc4..eb98108 100644 --- a/qcad.spec +++ b/qcad.spec @@ -126,6 +126,12 @@ You don't need any CAD experience to get started with QCAD immediately. %endif %if %{with qt5} %patch1 -p0 + +# Scripts used on fedora 27 +cp -a src/3rdparty/qt-labs-qtscriptgenerator-5.9.5 src/3rdparty/qt-labs-qtscriptgenerator-5.9.6 +mv src/3rdparty/qt-labs-qtscriptgenerator-5.9.6/qt-labs-qtscriptgenerator-5.9.5.pro \ +src/3rdparty/qt-labs-qtscriptgenerator-5.9.6/qt-labs-qtscriptgenerator-5.9.6.pro + %endif rm -rf src/3rdparty/spatialindexnavel/include/spatialindex @@ -291,6 +297,8 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.appdata %changelog * Thu Jul 19 2018 Antonio Trande - 3.21.2.2-1 - Update to 3.21.2.2 +- Appdata file modified +- Fix qt-5.9.6 scripts for Fedora 27 * Sun Jul 15 2018 Antonio Trande - 3.20.1.3-4 - Add script bindings for Qt 5.11.1