mirror of
https://abf.rosa.ru/djam/freecad.git
synced 2025-02-23 22:12:53 +00:00
.desktop corrected
This commit is contained in:
parent
2cd6ad2a7e
commit
b26801bc31
2 changed files with 11 additions and 5 deletions
|
@ -10,7 +10,7 @@ GenericName=CAD Application
|
||||||
GenericName[de]=CAD-Anwendung
|
GenericName[de]=CAD-Anwendung
|
||||||
GenericName[ru]=САПР
|
GenericName[ru]=САПР
|
||||||
Exec=/usr/bin/FreeCAD %F
|
Exec=/usr/bin/FreeCAD %F
|
||||||
Path=/usr/@lib@/freecad
|
Path=/usr/@lib@
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
Icon=freecad
|
Icon=freecad
|
||||||
|
|
14
freecad.spec
14
freecad.spec
|
@ -10,8 +10,10 @@ Source1: freecad.desktop
|
||||||
Source2: freecad.1
|
Source2: freecad.1
|
||||||
Source3: %{name}.rpmlintrc
|
Source3: %{name}.rpmlintrc
|
||||||
BuildRequires: gstreamer0.10-devel
|
BuildRequires: gstreamer0.10-devel
|
||||||
BuildRequires: qt4-devel
|
BuildRequires: pkgconfig(QtCore)
|
||||||
BuildRequires: libxerces-c-devel
|
BuildRequires: doxygen
|
||||||
|
BuildRequires: pkgconfig(QtWebKit)
|
||||||
|
BuildRequires: pkgconfig(xerces-c)
|
||||||
BuildRequires: opencv-devel
|
BuildRequires: opencv-devel
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: libode-devel
|
BuildRequires: libode-devel
|
||||||
|
@ -20,11 +22,13 @@ BuildRequires: eigen3
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: gcc-gfortran
|
BuildRequires: gcc-gfortran
|
||||||
BuildRequires: opencascade-devel
|
BuildRequires: opencascade-devel
|
||||||
BuildRequires: coin-devel
|
BuildRequires: pkgconfig(Coin)
|
||||||
BuildRequires: soqt-devel
|
BuildRequires: soqt-devel
|
||||||
BuildRequires: boost-devel >= 1.34.0
|
BuildRequires: boost-devel >= 1.34.0
|
||||||
BuildRequires: pkgconfig(shiboken)
|
BuildRequires: pkgconfig(shiboken)
|
||||||
BuildRequires: pkgconfig(pyside)
|
BuildRequires: pkgconfig(pyside)
|
||||||
|
BuildRequires: dos2unix
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
FreeCAD will be a general purpose 3D CAD modeler.
|
FreeCAD will be a general purpose 3D CAD modeler.
|
||||||
|
@ -60,7 +64,9 @@ neither are animation and organic shapes
|
||||||
-DCMAKE_INSTALL_DATADIR=%{_datadir}/%{name} \
|
-DCMAKE_INSTALL_DATADIR=%{_datadir}/%{name} \
|
||||||
-DCMAKE_INSTALL_DOCDIR=%{_docdir}/%{name} \
|
-DCMAKE_INSTALL_DOCDIR=%{_docdir}/%{name} \
|
||||||
-DCMAKE_INSTALL_INCLUDEDIR=%{_includedir} \
|
-DCMAKE_INSTALL_INCLUDEDIR=%{_includedir} \
|
||||||
-DRESOURCEDIR=%{_libdir}/freecad
|
-DRESOURCEDIR=%{_libdir}/freecad \
|
||||||
|
-DFREECAD_USE_EXTERNAL_PIVY=1 \
|
||||||
|
-DCMAKE_BUILD_TYPE=Release .
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
|
Loading…
Add table
Reference in a new issue