Commit Graph

39 Commits

Author SHA1 Message Date
Anthony Roussel
7694000762 gns3-gui,gns3-server: remove with lib; notation 2024-08-13 21:14:00 +02:00
Anthony Roussel
a3c8723d2b gns3-gui,gns3-server: format with nixfmt-rfc-style 2024-08-13 21:14:00 +02:00
Anthony Roussel
9132a2c6bd gns3-gui: 2.2.47 -> 2.2.49
https://github.com/GNS3/gns3-gui/releases/tag/v2.2.49
https://github.com/GNS3/gns3-gui/compare/v2.2.47...v2.2.49
2024-08-13 21:13:44 +02:00
Anthony Roussel
d203ca9856
gns3-gui: fix build by pinning python to 3.11, update sip 2024-07-12 22:15:48 +02:00
Anthony Roussel
3485030d6f
gns3-gui: 2.2.45 -> 2.2.46
https://github.com/GNS3/gns3-gui/releases/tag/v2.2.46
https://github.com/GNS3/gns3-gui/compare/v2.2.45...v2.2.46
2024-03-14 23:37:25 +01:00
Felix Buehler
a69b0e8a68 python311Packages.sip4: rename from sip_4 2024-01-10 22:50:20 +01:00
Silvan Mosberger
edb9802bee
Merge pull request #262437 from lorenz/fix-gns3-wayland
gns3-gui: fix running on Wayland
2023-11-25 10:58:35 +01:00
Anthony Roussel
b8f2227ca7
gns3-gui: add passthru.tests.version 2023-11-08 22:11:11 +01:00
Lorenz Brun
b2192f0e71 gns3-gui: fix running on Wayland
When running GNS3 on Wayland it currently crashes on startup as it's
missing the Wayland backend.
2023-10-21 04:39:01 +02:00
Anthony Roussel
e206ee4cf3
gns3-server,gns3-gui: enable checkPhase 2023-09-20 23:19:10 +02:00
Anthony Roussel
1387e36a73
gns3-server,gns3-gui: 2.2.42 -> 2.2.43
https://github.com/GNS3/gns3-server/releases/tag/v2.2.43
https://github.com/GNS3/gns3-gui/releases/tag/v2.2.43
2023-09-20 22:43:22 +02:00
Anthony Roussel
517c188a2c
gns3-server,gns3-gui: 2.2.35.1 -> 2.2.42 2023-08-16 18:29:54 +02:00
Daniel Nagy
db508e06a1
treewide: add meta.mainProgram and changelog urls (#204317) 2023-05-28 01:31:27 -05:00
Anthony Roussel
8e271f170f
gns3-{gui,server}: fix build 2022-12-16 22:28:08 +01:00
Anthony Roussel
e0b64413b0
gns3-server,gns3-gui: clean 2022-11-10 23:42:31 +01:00
Anthony Roussel
7d5785de2b
gns3-server,gns3-gui: 2.2.34 -> 2.2.35.1 2022-11-10 23:07:02 +01:00
Anthony Roussel
78fe5b0a4f
gns3-gui,gns3-server: add anthonyroussel to maintainers 2022-10-08 15:17:13 +02:00
Anthony Roussel
1ec792a0dc
gns3-gui,gns3-server: 2.2.31 -> 2.2.34 2022-10-08 15:17:04 +02:00
Zhaofeng Li
50a3d21818 gns3-{server-gui}: Fix build
Removed duplicate overrides and made the override interface consistent.
The previous method of pinning caused frequent breakages.
2022-09-26 18:31:12 -06:00
Fabian Affolter
698ae84da4 gns3-gui: 2.2.29 -> 2.2.31 2022-04-24 14:44:42 +02:00
Jonathan Ringer
9fdbf32f1a
gns3-gui: fix build 2022-02-14 11:43:24 -08:00
deltadelta
e95023d466 gns3: 2.2.18 -> 2.2.28 2022-01-06 11:32:31 +01:00
Felix Buehler
e4e631ebb8 applications/networking: /s/name/pname&version/ 2021-07-19 14:55:48 +02:00
Eduardo Sánchez Muñoz
08a26e4579 pythonPackages.sip: rename to sip_4
sip 4 is the old and unmaintained version
2021-05-10 20:41:38 +02:00
Michael Weiss
f6e94a2e21
gns3-{gui,server}: Remove myself as maintainer 2021-03-05 18:46:02 +01:00
Michael Weiss
a2498f5ace
gns3-gui: Replace qt5Full with wrapQtApp (proper solution)
This will now properly wrap the gns3 binary using wrapQtApp instead of
unnecessarily adding qt5Full to the PATH (which significantly increases
the closure and often causes the build to break due to broken transitive
dependencies).
This supersedes the old approach from commit 0eaec4dee2.
2020-08-08 15:11:47 +02:00
Michael Weiss
99ab9545b2
gns3-{gui,server}: 2.2.9 -> 2.2.11 2020-07-12 19:17:43 +02:00
Michael Weiss
bab982e5ec
gns3-{gui,server}: 2.2.8 -> 2.2.9
Note: This update is pretty delayed as it was initially blocked by
sentry-sdk being too old and breaking Python changes from staging.
2020-07-12 18:50:01 +02:00
Atemu
0eaec4dee2
gns3-gui: Add the missing qt5Full runtime dependency
qt5Full may not be installed on users' systems and the gns3-gui depends
on it explicitly.
Note: This also fixes e.g. "nix-shell -p gns3-gui --pure" (at the cost
of an increased closure size).
2020-06-24 19:30:17 +02:00
Atemu
06aec42781
gns3-gui: Fix the build
For Python 3.8 jsonschema 3.2.0 is required instead of 2.6.0.
2020-06-17 13:56:17 +02:00
Michael Weiss
8978ef3877
gns3-{gui,server}: 2.2.5 -> 2.2.6 (#83422) 2020-03-26 13:45:35 +01:00
Alan Hollis
4f4d792e70 gns3: Fix python package not being pinned (#77701)
Due to https://github.com/NixOS/nixpkgs/issues/44426 the correct psutils
package is not picked up, this commit changes the code so the correct
version is always picked.
2020-01-17 23:25:35 +01:00
Michael Weiss
b333f39de7
gns3-{gui,server}: 2.2.3 -> 2.2.5 2020-01-10 17:57:24 +01:00
Michael Weiss
5b2a6c9984
gns3-{gui,server}: 2.2.0 -> 2.2.1 2019-11-03 14:05:31 +01:00
Michael Weiss
b52fb3b078
gns3Packages.{server,gui}Stable: 2.1.21 -> 2.2.0
gns3Packages.{server,gui}Preview: 2.2.0rc5 -> 2.2.0

The new dependency on setuptools is required for pkg_resources:

ImportError: No module named pkg_resources
2019-10-04 12:28:57 +02:00
Michael Weiss
0c4786cf76
gns3Packages.{server,gui}Preview: 2.1.12 -> 2.2.0a1 2019-02-01 12:39:56 +01:00
Michael Weiss
6aed80f271 gns3Packages.{server,gui}Stable: 2.0.3 -> 2.1.0 2017-11-12 19:56:45 +01:00
Michael Weiss
5257232ac7 gns3: "Improve" the packaging
This is "a bit" hacky tho...
The improvement is that it now covers the stable as well as the preview
releases and doesn't require Python 3.4 anymore.
2017-09-22 21:30:38 +02:00
Michael Weiss
acb9ca3006 gns3-gui: init at 2.0.3 2017-08-06 01:55:49 +02:00