Gabriel Ebner
cf5597809e
freecad: 0.18.3 -> 0.18.4
2019-11-03 14:14:35 +01:00
worldofpeace
2baa9e74c4
Merge pull request #67732 from lightbulbjim/freecad-wayland
...
freecad: fix missing app icon and name when running under Wayland
2019-09-02 01:17:20 -04:00
Chris Rendle-Short
58cba198a4
freecad: fix missing app icon and name when running under Wayland
...
Has been upstreamed and should be safe to remove in versions >= 0.19
2019-08-31 20:43:51 +10:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
Gabriel Ebner
439ce61c51
freecad: use qt wrapper
2019-08-09 13:39:23 +02:00
R. RyanTM
9b9434f507
freecad: 0.18.2 -> 0.18.3
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/freecad/versions
2019-07-19 06:07:43 -07:00
Gabriel Ebner
ad409cead6
freecad: python3, qt5, occt7
2019-06-17 18:40:51 +02:00
volth
f3282c8d1e
treewide: remove unused variables ( #63177 )
...
* treewide: remove unused variables
* making ofborg happy
2019-06-16 19:59:05 +00:00
Vladimír Čunát
946a788dea
Merge #62442 : freecad: move docs to correct location
2019-06-11 13:09:05 +02:00
Chris Rendle-Short
5f968f3028
freecad: move docs to correct location
...
Move the help files to the location which the help viewer expects,
otherwise attempting to access help from the menus gives an error.
2019-06-02 09:00:48 +10:00
R. RyanTM
dccb35d738
freecad: 0.18.1 -> 0.18.2
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/freecad/versions
2019-06-01 10:52:32 -07:00
Chris Rendle-Short
2d82f2edc5
freecad: 0.17 -> 0.18.1
...
Notes:
- boost_python patch has been removed as it's part of the new release.
- XDG config files have been added as of 0.18 so it's no longer to
generate the MIME and .desktop files manually.
2019-04-25 10:14:56 +10:00
Frederik Rietdijk
f96c8496a7
freecad: fix build, closes #43305
...
Fooled yet again by `with`; the wrong version of `boost` was used.
2018-07-11 11:11:29 +02:00
Frederik Rietdijk
bb79a46357
freecad: fix build
2018-06-23 11:02:41 +02:00
André-Patrick Bubel
95998480e6
freecad: 0.16.6712 -> 0.17
2018-05-30 16:51:54 +02:00
Michael Raskin
1137ba5a73
Merge pull request #27734 from jfrankenau/add-desktop-entries
...
Add desktop entry files for FreeCAD and ddccontrol
2018-02-06 21:21:04 +00:00
mimadrid
09e0cc7cc7
Update homepage attributes: http -> https
...
Homepage link "http://.../ " is a permanent redirect to "https://.../ " and should be updated
https://repology.org/repository/nix_stable/problems
2017-08-03 11:56:15 +02:00
Frederik Rietdijk
5ecc470b8c
freecad: 0.16 -> 0.16.6712
2017-07-29 13:04:07 +02:00
Johannes Frankenau
776de2556b
freecad: Add desktop entry file and mime xml
2017-07-29 11:35:42 +02:00
Frederik Rietdijk
7470f4d761
freecad: do not use top-level Python packages
2016-09-25 22:32:20 +02:00
Rickard Nilsson
51c6c98529
freecad: 0.15 -> 0.16
2016-07-07 09:24:49 +02:00
Lluís Batlle i Rossell
bec459a94e
Updating freecad to 0.15
...
(cherry picked from commit 8a18bc8722dc1739b5b2109d556032ca9a068bbd)
Conflicts:
pkgs/top-level/all-packages.nix
2015-11-18 17:21:01 +01:00
Eric Seidel
f272730399
rename <gcc-frontend>.gcc to <gcc-frontend>.cc
2015-01-14 20:59:10 -08:00
William A. Kennington III
aa3e800be7
boost: Remove boost.lib
2014-11-02 17:22:27 -08:00
William A. Kennington III
31220480d8
boost: Update depdendent packages
2014-09-21 17:20:59 -07:00
Bjørn Forsman
5fc4ab1dfe
freecad: small cleanup
...
* FreeCAD v0.14 switched from pyqt4 to pyside, remove unneeded pyqt4 dependency
* cmake.patch is not used anymore, remove it
* License is now only LGPLv2+ (since v0.14)
* Homepage moved to http://www.freecadweb.org/
Ref. http://www.freecadweb.org/wiki/index.php?title=Release_notes_014
2014-08-03 13:26:14 +02:00
Lluís Batlle i Rossell
5e35fef0eb
freecad: updating to 0.14
...
I had to update all the pyside programs, or freecad failed to build. I picked
the versions advertised in http://qt-project.org/wiki/PySideDownloads . The
rest I took for github latest releases.
2014-08-01 16:56:27 +02:00
ambrop7@gmail.com
3bab2f2fc4
FreeCAD: Fix build.
2014-04-20 16:45:00 +02:00
Petr Rockai
d2758ce017
freecad: Fix build with current cmake.
2014-02-15 10:27:39 +01:00
Bjørn Forsman
4353a1a873
freecad: add matplotlib and pycollada dependencies
...
When FreeCAD is started it prints that it's missing matplotlib and
pycollada:
$ FreeCAD
[...]
matplotlib not found, Plot module will be disabled
pycollada not found, collada support will be disabled.
The closure size of freecad is currently at 1.9 GiB. Adding these two
deps increase it to 2.0 GiB.
Reflow the expression function argument list.
2013-12-14 13:00:46 +01:00
Lluís Batlle i Rossell
14cd1be498
freecad: update to stable from February, 0.13.1830
2013-05-30 09:56:30 +02:00
Lluís Batlle i Rossell
adb2fabf8d
freecad: removing a patch not needed anymore
2012-12-13 15:18:40 +01:00
Lluís Batlle i Rossell
465f4f4e3e
freecad: updating to git master
2012-12-13 12:38:19 +01:00
Lluís Batlle i Rossell
e132efaeeb
Fixing the freecad build on i686-linux
...
svn path=/nixpkgs/trunk/; revision=26173
2011-03-06 11:00:29 +00:00
Lluís Batlle i Rossell
874af6794d
Trying to get freecad work on i686-linux too.
...
svn path=/nixpkgs/trunk/; revision=26170
2011-03-05 22:27:55 +00:00
Lluís Batlle i Rossell
69a67fc7cf
Trying to make freecad find pyqt. This required a patch to be able to use PYTHONPATH.
...
svn path=/nixpkgs/trunk/; revision=26169
2011-03-05 22:27:51 +00:00
Lluís Batlle i Rossell
370a89b5ad
Removing the wrong pyqt references in freecad. I don't know how to make it work with pyqt still.
...
svn path=/nixpkgs/trunk/; revision=26154
2011-03-04 09:48:36 +00:00
Lluís Batlle i Rossell
f6ea68b2ee
Freecad builds, installs and runs, (although still not with PyQt for its draft workbench).
...
On virtualgl, it needs a variable set about the GL context set; freecad
suggests that upon failing to run in that environment.
svn path=/nixpkgs/trunk/; revision=26153
2011-03-04 09:48:33 +00:00
Lluís Batlle i Rossell
a76b0fb6fa
Making freecad install; it still does not find all shared objects though.
...
Either eigen changed the hash of the tarball, or I did not commit its latest hash.
I add boost 1.46 apart, because 1.44 does not work easily for freecad.
svn path=/nixpkgs/trunk/; revision=26151
2011-03-04 09:48:24 +00:00
Lluís Batlle i Rossell
60844f7488
Making freecad build (from svn version). It does not install still, though.
...
svn path=/nixpkgs/trunk/; revision=26145
2011-03-03 13:41:10 +00:00
Lluís Batlle i Rossell
d11c00e5a5
Adding xercesc, the references to coin3d and soqt, and trying to add
...
freecad (that still does not build).
svn path=/nixpkgs/trunk/; revision=26135
2011-03-02 17:18:30 +00:00