gns3-gui: update to 2.2.27.

This commit is contained in:
Tim Sandquist 2021-11-13 15:06:10 -06:00 committed by Érico Nogueira Rolim
parent ef0ecf10de
commit 4a0042ac55

View file

@ -1,8 +1,10 @@
# Template file for 'gns3-gui' # Template file for 'gns3-gui'
pkgname=gns3-gui pkgname=gns3-gui
version=2.2.26 version=2.2.27
revision=2 revision=1
build_style=python3-module build_style=python3-module
# Skip tests/test_link.py::test_create_link test that wasn't updated with the code https://github.com/GNS3/gns3-gui/commit/545a9f53
make_check_args="-k-test_create_link"
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-psutil python3-jsonschema depends="python3-setuptools python3-psutil python3-jsonschema
python3-PyQt5-svg python3-PyQt5-websockets xterm inetutils-telnet python3-PyQt5-svg python3-PyQt5-websockets xterm inetutils-telnet
@ -13,7 +15,7 @@ maintainer="Tim Sandquist <tim.sandquist@gmail.com>"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
homepage="https://gns3.com" homepage="https://gns3.com"
distfiles="https://github.com/GNS3/${pkgname}/archive/v${version}.tar.gz" distfiles="https://github.com/GNS3/${pkgname}/archive/v${version}.tar.gz"
checksum=b97084e1024dfc23255fa0bdd1023a9b145ba610322a8363cd15d9153837333d checksum=c5afadd2932703c38fb6d479be6966af65787ddc6abcb3f9b7c0b3f5722e0fd5
post_install() { post_install() {
vinstall gns3-gui.desktop 644 usr/share/applications vinstall gns3-gui.desktop 644 usr/share/applications