gns3-gui: fix template
- noarch=yes - add missing pycompile_module - install desktop file
This commit is contained in:
parent
ce0ecff5cd
commit
45ab6d37e7
1 changed files with 11 additions and 3 deletions
|
@ -1,13 +1,21 @@
|
||||||
# Template file for 'gns3-gui'
|
# Template file for 'gns3-gui'
|
||||||
pkgname=gns3-gui
|
pkgname=gns3-gui
|
||||||
version=2.0.3
|
version=2.0.3
|
||||||
revision=1
|
revision=2
|
||||||
|
noarch=yes
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3 python3-setuptools"
|
pycompile_module="gns3"
|
||||||
depends="python3 python3-setuptools python3-psutil python3-jsonschema python3-configobj python3-sip python3-PyQt5 python3-PyQt5-svg xterm inetutils-telnet gns3-net-converter"
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3-setuptools python3-psutil python3-jsonschema python3-raven
|
||||||
|
python3-PyQt5-svg 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.eu>"
|
maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
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=177d387841aff69bb9f6c3cba470fb2c79e35292a17af48ca861da69b9407e8c
|
checksum=177d387841aff69bb9f6c3cba470fb2c79e35292a17af48ca861da69b9407e8c
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vinstall gns3-gui.desktop 644 usr/share/applications
|
||||||
|
vinstall resources/images/gns3_icon_256x256.png 644 usr/share/pixmaps gns3.png
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue