Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Rasmus Thomsen
aports
Commits
f3475995
Commit
f3475995
authored
Apr 17, 2017
by
Francesco Colista
Browse files
community/gns3-gui: upgrade to 1.5.4, modernize APKBUILD
parent
d95f12a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
community/gns3-gui/APKBUILD
View file @
f3475995
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname
=
gns3-gui
pkgver
=
1.5.
3.3
pkgrel
=
1
pkgver
=
1.5.
4
pkgrel
=
0
pkgdesc
=
"GNS3 network simulator. Graphical user interface package."
url
=
"https://github.com/GNS3/gns3-gui"
arch
=
"noarch"
...
...
@@ -10,23 +10,25 @@ license="GPL3"
depends
=
"python3 py3-paramiko gns3-converter py3-psutil py3-jsonschema
py3-raven py3-qt5 qt5-qtsvg"
makedepends
=
"python3-dev py-setuptools"
install
=
""
subpackages
=
"
$pkgname
-doc"
source
=
"
${
pkgname
}
-
${
pkgver
}
.tar.gz::https://github.com/GNS3/
${
pkgname
}
/archive/v
${
pkgver
}
.tar.gz"
builddir
=
"
$srcdir
"
/
$pkgname
-
$pkgver
check
()
{
cd
"
$builddir
"
python3 setup.py check
}
build
()
{
cd
"
$builddir
"
python3 setup.py build
||
return
1
python3 setup.py build
}
package
()
{
cd
"
$builddir
"
python3 setup.py
install
--root
=
${
pkgdir
}
--optimize
=
1
install
-Dm644
${
srcdir
}
/
${
pkgname
}
-
${
pkgver
}
/resources/images/gns3_icon_256x256.png
${
pkgdir
}
/usr/share/pixmaps/gns3.png
install
-Dm644
${
srcdir
}
/
${
pkgname
}
-
${
pkgver
}
/LICENSE
${
pkgdir
}
/usr/share/licenses/
${
pkgname
}
/LICENS
install
-Dm644
${
srcdir
}
/
${
pkgname
}
-
${
pkgver
}
/LICENSE
${
pkgdir
}
/usr/share/licenses/
${
pkgname
}
/LICENS
E
}
md5sums
=
"164aed58ff09a5e1fcf6fc7af14acf27 gns3-gui-1.5.3.3.tar.gz"
sha256sums
=
"c748f3686f8a30426d9269e5198c45ab8f5c0621de14f645ff054d8b4a43bd96 gns3-gui-1.5.3.3.tar.gz"
sha512sums
=
"a8bfba10fae41dcdc0f2f64b097efd3b12689d023ff04d10b9f178bd5f29402e70bcfb9c5ece79813c6a8523a753e08f1d1a08a20783c9147ce93b56896bc348 gns3-gui-1.5.3.3.tar.gz"
sha512sums
=
"3c63d379f6f76cf68da95ee89b7ff5a9b756e850630297f4b61754f29a9e5f80d8f501bf62ac31bd213647e7f9cb9d644da10662150a8246b0579f4514f68581 gns3-gui-1.5.4.tar.gz"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment