Commit graph

73 commits

Author SHA1 Message Date
Adrian
bb8dda6dd4 fix lib install location and remove now unnecesary hacks for python
also remove gendesk buildep as it isn't used and explicitly add qt5-webchannel dependency
2022-05-17 22:06:06 -04:00
Greyson Christoforo
d96fa65ec3 enable assmebly build 2022-04-24 17:39:21 +01:00
Greyson Christoforo
2498280e13 remove one packaging workaround see https://github.com/FreeCAD/FreeCAD/commit/15c069a7b7 2022-04-11 11:07:50 +01:00
Greyson Christoforo
b634531f66
update deps, optdeps, pkgver and turn off JTREADER 2022-03-22 17:01:18 +00:00
Grey Christoforo
5da9e301d5 add missing checkdeps 2022-02-13 13:17:02 +01:00
Greyson Christoforo
cd7e9d6b89 update srcinfo 2021-12-19 19:29:17 +00:00
Greyson Christoforo
a7849dd463 qt5-base has QtNetwork 2021-12-19 19:19:10 +00:00
Grey Christoforo
7abca6db83 enable a few build opts 2021-11-14 23:15:53 +01:00
Grey Christoforo
880ae77dc6 fix check() 2021-11-14 18:29:38 +01:00
Greyson Christoforo
b193551445 remove QT5 build flag 2021-10-24 13:05:25 +01:00
bartus
e99052d2c7 Fix pkgver(): tag lagging behind the project version
Signed-off-by: Greyson Christoforo <grey@christoforo.net>
2021-10-24 12:28:56 +01:00
Greyson Christoforo
d14b44c302 C++14 --> C++17 2021-10-24 12:27:37 +01:00
Greyson Christoforo
c15056259e add srcinfo 2021-06-30 13:42:18 +01:00
Greyson Christoforo
9b5d1a5de0 improve check() 2021-06-30 13:41:49 +01:00
Grey Christoforo
82e7ae0e35 add OpenSCAD opt dep 2021-05-09 17:39:15 +02:00
Grey Christoforo
f5c1724981 fix all the stupid paths 2021-05-09 15:07:41 +02:00
Grey Christoforo
1d49449a21 allow Mod to be found 2021-05-07 11:01:31 +02:00
Grey Christoforo
45b97adace fix folder structure, add vtk9 support 2021-05-03 17:09:40 +02:00
Greyson Christoforo
1da2cb1ab2 remove commit revert 2021-04-08 11:34:33 +01:00
Greyson Christoforo
10fb2eb614 rebuild to test bug 2021-04-07 11:07:34 +01:00
Grey Christoforo
7fce1951c6 add srcinfo 2021-04-04 20:58:12 +02:00
Grey Christoforo
9133a47f8a try to sandbox check() 2021-04-04 20:57:30 +02:00
Greyson Christoforo
f2cf30f88a remove .. from cmake 2021-01-31 13:59:01 +00:00
Greyson Christoforo
3941742535 change install invocation 2021-01-16 13:17:40 +00:00
Grey Christoforo
eb2067a630 add another rt opt dep 2021-01-09 13:07:37 +01:00
Grey Christoforo
bca2e425ad add some optdeps 2021-01-09 12:56:40 +01:00
Grey Christoforo
c04d3d1d8c move install to /usr/local/freecad 2021-01-08 21:37:03 +01:00
Grey Christoforo
b9225ca637 repackage so that check() can work 2021-01-08 21:24:29 +01:00
Greyson Christoforo
37f339e382 Merge branch 'master' of ssh://aur.archlinux.org/freecad-git 2020-12-20 17:26:35 +00:00
Greyson Christoforo
49357d4dff move cmake prep from prepare() to build(), add python-ply dep 2020-12-20 17:25:30 +00:00
Greyson Christoforo
f2b892ae85
add python-yaml to deps 2020-12-18 10:06:41 +00:00
Greyson Christoforo
58a7afc460 ENABLE_CXX_STD=C++14 and add check 2020-12-17 14:44:44 +00:00
Greyson Christoforo
a830603091 fix comment 2020-12-05 15:57:23 +00:00
Greyson Christoforo
6c27425835 fix a typo 2020-12-05 14:18:36 +00:00
Greyson Christoforo
8e815abd19 minor cleanups 2020-12-05 11:34:05 +00:00
Greyson Christoforo
5f28da53eb add qt5-xmlpatterns dep 2020-11-21 13:03:21 +00:00
Greyson Christoforo
d57a5fcb92 fix pkgver() function 2020-11-20 18:14:12 +00:00
Greyson Christoforo
98256b0b94 re-do build. tested working with opencasacade 7.5 2020-11-20 16:55:21 +00:00
Sebastiaan Lokhorst
2a48acc31b Remove OPENMPI_INCLUDE_DIRS
Fixed upstream: https://github.com/FreeCAD/FreeCAD/pull/3390
2020-05-04 11:10:02 +02:00
Sebastiaan Lokhorst
a7c5a7d269 Remove manual PySide/Shiboken paths
Upstream issue seems fixed:
https://github.com/FreeCAD/FreeCAD/pull/2020
2020-04-23 20:27:44 +02:00
Sebastiaan Lokhorst
122150e43f PySide2 rcc/uic finder was fixed upstream
https://github.com/FreeCAD/FreeCAD/pull/2846
2020-01-08 22:32:24 +01:00
Grey Christoforo
d59768728b fix typo 2019-12-31 13:50:28 +00:00
Grey Christoforo
234acf35eb remove merged build fix patch 2019-12-31 13:48:34 +00:00
Grey Christoforo
3ea5de2c5a fix the build 2019-12-27 19:27:04 +00:00
Grey Christoforo
aa24b5fbf0 fix pyside2 tool detection 2019-12-27 16:33:46 +00:00
Sebastiaan Lokhorst
c68c5975b1 Fix libpyside2 location with python 3.8 (thanks s218) 2019-11-24 13:47:33 +01:00
Sebastiaan Lokhorst
929b6098c2 Fix pkgver() with chaging 0.19_pre tag 2019-11-04 15:26:10 +01:00
Sebastiaan Lokhorst
e9dfd57429 Partial undo last commit; there are still issues with pyside 2019-10-20 10:28:27 +02:00
Sebastiaan Lokhorst
5aa12a2cd1 Depend on openmpi; pyside/shiboken are now properly autodetected 2019-10-20 08:53:10 +02:00
Sebastiaan Lokhorst
82b4472249 Adopt upstream install dir changes, use upstream .desktop and mimeinfo files
218d849355
2019-08-22 20:36:39 +02:00