upgpkg: ignition-gui 6.3.0-2
This commit is contained in:
parent
51f9f6d3ea
commit
ddf3e58884
2 changed files with 9 additions and 9 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,8 +1,8 @@
|
||||||
pkgbase = ignition-gui
|
pkgbase = ignition-gui
|
||||||
pkgdesc = Builds on top of Qt to provide widgets which are useful when developing robotics applications, such as a 3D view, plots, dashboard, etc, and can be used together in a convenient unified interface.
|
pkgdesc = Builds on top of Qt to provide widgets which are useful when developing robotics applications, such as a 3D view, plots, dashboard, etc, and can be used together in a convenient unified interface.
|
||||||
pkgver = 6.3.0
|
pkgver = 6.3.0
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://ignitionrobotics.org/libs/gui
|
url = https://gazebosim.org/libs/gui
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = Apache
|
license = Apache
|
||||||
makedepends = cmake
|
makedepends = cmake
|
||||||
|
@ -16,7 +16,7 @@ pkgbase = ignition-gui
|
||||||
depends = ignition-rendering
|
depends = ignition-rendering
|
||||||
depends = ignition-msgs
|
depends = ignition-msgs
|
||||||
depends = ignition-tools
|
depends = ignition-tools
|
||||||
source = ignition-gui-6.3.0.tar.gz::https://github.com/ignitionrobotics/ign-gui/archive/ignition-gui6_6.3.0.tar.gz
|
source = ignition-gui-6.3.0.tar.gz::https://github.com/gazebosim/gz-gui/archive/ignition-gui6_6.3.0.tar.gz
|
||||||
sha256sums = f13d4af907c72b100dcfef75ec8155cc94db891626455c3ad2579d416953235c
|
sha256sums = dae9f6e4578be49da34cf032caf65fb76324c9b6ac2018b6fd555bef3108f0bc
|
||||||
|
|
||||||
pkgname = ignition-gui
|
pkgname = ignition-gui
|
||||||
|
|
10
PKGBUILD
10
PKGBUILD
|
@ -2,12 +2,12 @@
|
||||||
|
|
||||||
pkgname=ignition-gui
|
pkgname=ignition-gui
|
||||||
pkgver=6.3.0
|
pkgver=6.3.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Builds on top of Qt to provide widgets which are useful when developing
|
pkgdesc="Builds on top of Qt to provide widgets which are useful when developing
|
||||||
robotics applications, such as a 3D view, plots, dashboard, etc, and can be used
|
robotics applications, such as a 3D view, plots, dashboard, etc, and can be used
|
||||||
together in a convenient unified interface."
|
together in a convenient unified interface."
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://ignitionrobotics.org/libs/gui"
|
url="https://gazebosim.org/libs/gui"
|
||||||
license=('Apache')
|
license=('Apache')
|
||||||
depends=(
|
depends=(
|
||||||
qt5-base
|
qt5-base
|
||||||
|
@ -22,10 +22,10 @@ depends=(
|
||||||
ignition-tools
|
ignition-tools
|
||||||
)
|
)
|
||||||
makedepends=('cmake')
|
makedepends=('cmake')
|
||||||
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ignitionrobotics/ign-gui/archive/${pkgname}6_${pkgver}.tar.gz")
|
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gazebosim/gz-gui/archive/${pkgname}6_${pkgver}.tar.gz")
|
||||||
sha256sums=('f13d4af907c72b100dcfef75ec8155cc94db891626455c3ad2579d416953235c')
|
sha256sums=('dae9f6e4578be49da34cf032caf65fb76324c9b6ac2018b6fd555bef3108f0bc')
|
||||||
|
|
||||||
_dir="ign-gui-${pkgname}6_${pkgver}"
|
_dir="gz-gui-${pkgname}6_${pkgver}"
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$srcdir/$_dir"
|
cd "$srcdir/$_dir"
|
||||||
|
|
Loading…
Reference in a new issue