mirror of
https://abf.rosa.ru/djam/freecad.git
synced 2025-02-23 14:02:52 +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[ru]=САПР
|
||||
Exec=/usr/bin/FreeCAD %F
|
||||
Path=/usr/@lib@/freecad
|
||||
Path=/usr/@lib@
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Icon=freecad
|
||||
|
|
14
freecad.spec
14
freecad.spec
|
@ -10,8 +10,10 @@ Source1: freecad.desktop
|
|||
Source2: freecad.1
|
||||
Source3: %{name}.rpmlintrc
|
||||
BuildRequires: gstreamer0.10-devel
|
||||
BuildRequires: qt4-devel
|
||||
BuildRequires: libxerces-c-devel
|
||||
BuildRequires: pkgconfig(QtCore)
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: pkgconfig(QtWebKit)
|
||||
BuildRequires: pkgconfig(xerces-c)
|
||||
BuildRequires: opencv-devel
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: libode-devel
|
||||
|
@ -20,11 +22,13 @@ BuildRequires: eigen3
|
|||
BuildRequires: cmake
|
||||
BuildRequires: gcc-gfortran
|
||||
BuildRequires: opencascade-devel
|
||||
BuildRequires: coin-devel
|
||||
BuildRequires: pkgconfig(Coin)
|
||||
BuildRequires: soqt-devel
|
||||
BuildRequires: boost-devel >= 1.34.0
|
||||
BuildRequires: pkgconfig(shiboken)
|
||||
BuildRequires: pkgconfig(pyside)
|
||||
BuildRequires: dos2unix
|
||||
|
||||
|
||||
%description
|
||||
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_DOCDIR=%{_docdir}/%{name} \
|
||||
-DCMAKE_INSTALL_INCLUDEDIR=%{_includedir} \
|
||||
-DRESOURCEDIR=%{_libdir}/freecad
|
||||
-DRESOURCEDIR=%{_libdir}/freecad \
|
||||
-DFREECAD_USE_EXTERNAL_PIVY=1 \
|
||||
-DCMAKE_BUILD_TYPE=Release .
|
||||
%make
|
||||
|
||||
%install
|
||||
|
|
Loading…
Add table
Reference in a new issue