summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKye Morton2019-04-28 11:22:03 +1000
committerKye Morton2019-04-28 11:22:03 +1000
commiteee343d75c5b700f62ab6bb54a74b053268c8f27 (patch)
tree6ca32c36112a84551c2ed315043dec768d4d7145
parente15de287929eea2e42840f23dc04a77183a3c6db (diff)
downloadaur-eee343d75c5b700f62ab6bb54a74b053268c8f27.tar.gz
Cleanup
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD72
2 files changed, 40 insertions, 37 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38a739baea35..de4e10079d41 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qgroundcontrol-git
pkgdesc = Micro air vehicle ground control station.
pkgver = r14118.0871b019d
- pkgrel = 1
+ pkgrel = 2
url = http://qgroundcontrol.org/
arch = x86_64
license = GPL3
@@ -36,8 +36,9 @@ pkgbase = qgroundcontrol-git
depends = qt5-charts
depends = qt5-quickcontrols
depends = qt5-quickcontrols2
+ depends = qt5-location
+ depends = qt5-svg
source = qgroundcontrol::git+https://github.com/mavlink/qgroundcontrol.git
- md5sums = SKIP
pkgname = qgroundcontrol-git
diff --git a/PKGBUILD b/PKGBUILD
index f1ab77ef3fae..f3bf50c7cfe5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,47 +2,50 @@
# Contributor: Anselmo L. S. Melo <anselmo.melo@intel.com>
pkgname=qgroundcontrol-git
pkgver=r14118.0871b019d
-pkgrel=1
+pkgrel=2
pkgdesc="Micro air vehicle ground control station."
arch=('x86_64')
url="http://qgroundcontrol.org/"
license=('GPL3')
-depends=( \
- 'bzip2' \
- 'dbus' \
- 'flac' \
- 'gst-plugins-base-libs' \
- 'libasyncns' \
- 'libffi' \
- 'libgcrypt' \
- 'libgpg-error' \
- 'libogg' \
- 'libsndfile' \
- 'libsystemd' \
- 'libunwind' \
- 'libx11' \
- 'libxau' \
- 'libxcb' \
- 'libxdmcp' \
- 'libxext' \
- 'lz4' \
- 'orc' \
- 'pcre' \
- 'sdl2' \
- 'xz' \
- 'zlib' \
- 'qt5-speech' \
- 'qt5-multimedia' \
- 'qt5-serialport' \
- 'qt5-charts' \
- 'qt5-quickcontrols' \
- 'qt5-quickcontrols2' \
+
+depends=('bzip2'
+ 'dbus'
+ 'flac'
+ 'gst-plugins-base-libs'
+ 'libasyncns'
+ 'libffi'
+ 'libgcrypt'
+ 'libgpg-error'
+ 'libogg'
+ 'libsndfile'
+ 'libsystemd'
+ 'libunwind'
+ 'libx11'
+ 'libxau'
+ 'libxcb'
+ 'libxdmcp'
+ 'libxext'
+ 'lz4'
+ 'orc'
+ 'pcre'
+ 'sdl2'
+ 'xz'
+ 'zlib'
+ 'qt5-speech'
+ 'qt5-multimedia'
+ 'qt5-serialport'
+ 'qt5-charts'
+ 'qt5-quickcontrols'
+ 'qt5-quickcontrols2'
+ 'qt5-location'
+ 'qt5-svg'
)
-
+
makedepends=('git' 'qt5-base')
source=('qgroundcontrol::git+https://github.com/mavlink/qgroundcontrol.git')
-md5sums=('SKIP')
+
+sah256sums=('SKIP')
pkgver() {
cd "$srcdir/${pkgname%-git}"
@@ -50,7 +53,6 @@ pkgver() {
}
prepare() {
- cd "$srcdir"
cd "$srcdir/${pkgname%-git}"
git submodule update --init --recursive
mkdir -p "$srcdir/${pkgname%-git}/build"
@@ -60,7 +62,7 @@ build() {
cd "$srcdir/${pkgname%-git}/build"
qmake ../qgroundcontrol.pro
make
-
+
echo "[Desktop Entry]
Type=Application
Name=QGroundControl Development