gns3-gui: update to 2.1.12.
This commit is contained in:
parent
c6d0acc52d
commit
f5955f5844
|
@ -1,19 +1,20 @@
|
||||||
# Template file for 'gns3-gui'
|
# Template file for 'gns3-gui'
|
||||||
pkgname=gns3-gui
|
pkgname=gns3-gui
|
||||||
version=2.1.11
|
version=2.1.12
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="gns3"
|
pycompile_module="gns3"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-setuptools python3-psutil python3-jsonschema python3-raven
|
depends="python3-setuptools python3-psutil python3-jsonschema python3-raven
|
||||||
python3-PyQt5-svg xterm inetutils-telnet gns3-net-converter python3-PyQt5-websockets"
|
python3-PyQt5-svg python3-PyQt5-websockets python3-sip xterm inetutils-telnet
|
||||||
|
gns3-net-converter"
|
||||||
short_desc="Graphical Network Simulator 3 - GUI"
|
short_desc="Graphical Network Simulator 3 - GUI"
|
||||||
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
||||||
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=8ec9e21de76dc042ed6ee196ab1331b4b07827db641717e44c6a6fb3129120f6
|
checksum=250c8f0e9b87467c690e45657a906b8a8dc7f56c9b072ed1c2b2e2af32177038
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall gns3-gui.desktop 644 usr/share/applications
|
vinstall gns3-gui.desktop 644 usr/share/applications
|
||||||
|
|
Loading…
Reference in New Issue