Commit Graph

53 Commits

Author SHA1 Message Date
Markus Wintermann 6c6c4bdcfe Fix installation of dependencies
Install precis-i18n before the other dependencies, because it is needed by
python-nbxmpp
2019-04-26 21:41:38 +02:00
Philipp Hörist 5059f72373 Windows: Add pygments to build 2019-02-09 22:05:17 +01:00
Philipp Hörist de25b57ad8 Windows: Downgrade to Gtk 3.24.1 2019-01-08 22:09:06 +01:00
Philipp Hörist ed4a81fead Windows: Fix build
Seems we cant set an install order for pip requirements, so install precis-18n alone
2018-12-30 01:37:10 +01:00
Philipp Hörist b548b90a6c Windows: Fix build
nbxmpp now requires precis-i18n
2018-12-22 14:21:25 +01:00
Philipp Hörist 8f9c596a0c Windows: Remove cryptography fix
The package has been fixed in the mingw repos
2018-11-20 16:10:11 +01:00
Philipp Hörist 77d64267c7 Windows: Fix build
data is now a str
2018-11-16 15:26:38 +01:00
Philipp Hörist 8f6dfad44e Windows: Get objdump output as string
Otherwise we have to guess the encoding of the host system
2018-11-13 20:59:55 +01:00
Philipp Hörist 5ecdfbee5c Windows: Remove old ssl fix 2018-11-11 16:40:08 +01:00
Philipp Hörist ac5bfe2d7c Windows: Fix build
Fixes #9438
2018-11-11 15:37:30 +01:00
Philipp Hörist 55eef51887 Update win/README.md 2018-11-01 14:57:30 +01:00
Philipp Hörist 7d5f1fba50 Windows: Fix dev_env.sh 2018-11-01 08:28:20 +01:00
Philipp Hörist 1aba2b2d76 Windows: Update dev_env.sh 2018-11-01 08:23:04 +01:00
Philipp Hörist fe21ae6086 Windows: Add folder to DLL search
This makes python look into the `bin` folder when searching for DLLs before
it trys C:\Windows or C:\Windows\system32 and potentially finds other versions of DLLs

Fixes #8968
2018-10-23 22:58:49 +02:00
Philipp Hörist 7397cc8af6 Remove idna as dependency
We use the python inbuilt idna module
2018-10-21 09:36:36 +02:00
Philipp Hörist 0d4ba65434 Make idna and precis-18n required dependencys 2018-10-19 23:30:56 +02:00
Philipp Hörist 7113760b03 Windows: Add precis-i18n to the build 2018-10-13 15:41:05 +02:00
Philipp Hörist ff0e02685a Windows: Add correct plugin_installer 2018-10-12 20:17:10 +02:00
Philipp Hörist 24e771266b Fix Windows build 2018-09-29 21:55:29 +02:00
Philipp Hörist eca69e399b Fix Windows build
- Downgrade to glib2 2.56.2 because higher is broken on Windows 7
- Dont abort build if depchecker fails on some files
2018-09-15 02:01:40 +02:00
Philipp Hörist 64840cd0b0 Update win/dev_env.sh 2018-09-14 23:17:16 +02:00
Philipp Hörist bf64d04046 Appveyor: add cssutils dependency 2018-08-23 19:48:36 +02:00
Philipp Hörist f903470130 Windows build: Install ctypes from git
The version on pip is broken with python 3.7
2018-07-24 23:32:27 +02:00
Philipp Hörist 0afd581119 Update windows build to python 3.7 2018-07-11 18:29:38 +02:00
Philipp Hörist 32b74b459e Remove support for ESessions
Fixes #5294
2018-05-28 18:21:45 +02:00
Philipp Hörist 4d9197ef1c Fix Windows build 2018-05-19 09:37:01 +02:00
Philipp Hörist 9154658dbc Add pybonjour to deps on Windows
Fixes #9125
2018-05-19 07:56:24 +02:00
Philipp Hörist 496bfd312d Remove pyasn1 dependency
its not used anymore
2018-05-17 22:42:29 +02:00
Philipp Hörist 379a4b03d7 Fix Windows build 2018-04-26 20:59:12 +02:00
Philipp Hörist 1c48ee405d Fix Windows build 2018-04-24 23:53:18 +02:00
Philipp Hörist 2ff96ad793 Provide 64bit installer for Windows 2018-03-30 13:59:41 +02:00
Philipp Hörist 25e123a379 Windows Build: Move ssl libs to correct dir
Python searches in lib-dynload and if not found it searches in
C:/Windows/system32 which can contain dlls with an invalid version

Fixes #8905
2018-03-20 18:25:04 +01:00
Philipp Hörist f7c47c23b3 Add pybonjour to Windows build 2018-03-08 21:05:23 +01:00
Philipp Hörist 9e26411bd6 Fix Windows build 2018-02-11 23:45:36 +01:00
Philipp Hörist 737b5ae04a Fix Windows build 2018-01-25 23:17:18 +01:00
Philipp Hörist 8b705bb98f Use pillow 4.3.0 for dev_env setup
Higher pillow versions currently fail to install in msys2
2018-01-17 18:50:16 +01:00
Philipp Hörist bd3d195b29 Stick to pillow version on Windows build
4.3.0 compiles fine on msys2, later version current not.
2018-01-03 22:13:33 +01:00
Philipp Hörist 7692b376ee Refactor SpellChecker
- use Gspell instead of GtkSpell, it seems to have alot less problems
and needs less code
2017-11-26 00:44:50 +01:00
Philipp Hörist f75dd8bcad Fix Window build
New version scheme
2017-11-25 20:09:25 +01:00
Philipp Hörist 021d5c709e Add libwebp to Windows build
A special Client only publishes Images in this Format
2017-10-20 19:15:43 +02:00
Philipp Hörist f4a734b70c Add GooCanvas to the Windows build
Its for the Whiteboard Plugin
2017-10-12 18:29:51 +02:00
Philipp Hörist ab23757f09 Use curl for Windows build instead of wget
wget seems to be broken currently on appveyor
2017-09-30 18:00:39 +02:00
Philipp Hörist a17a030719 Remove GTK Theme on Windows
Standard is good enough
2017-09-29 02:57:58 +02:00
Philipp Hörist b9e54cd92c Fix Windows build 2017-09-26 15:34:39 +02:00
Philipp Hörist 2198c2f478 Update README.md 2017-08-19 02:20:00 +02:00
Philipp Hörist 94324625fe WindowsBuild: Install Gajim as a python package 2017-08-19 02:12:11 +02:00
Philipp Hörist 8b02b15176 WindowsBuild: Include emoticon sourcefiles
Our loader cant load compiled sourcefiles
2017-08-11 11:52:59 +02:00
Philipp Hörist e2d61012c6 Windows Build: compile GLib schemas 2017-08-02 20:13:35 +02:00
Philipp Hörist 5dd4ac1c24 Update windows build to include emoticons 2017-07-02 21:30:21 +02:00
André Apitzsch 68a57e7c91 Replace src by gajim 2017-07-02 17:25:46 +02:00