1
0
mirror of https://github.com/cybuzuma/aur_opencpn.git synced 2025-05-28 05:10:12 -07:00

Added webkit2gtk as a build dependency

This commit is contained in:
Alexander Volkov 2019-05-15 21:51:51 +01:00
parent efbefd4b3a
commit cd37a71030
2 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,7 @@
pkgbase = opencpn
pkgdesc = Open Source Chart Plotting / Marine Navigation
pkgver = 5.0.0
pkgrel = 2
pkgrel = 3
url = http://opencpn.org
install = opencpn.install
arch = x86_64
@ -12,6 +12,7 @@ pkgbase = opencpn
depends = portaudio
depends = tinyxml
depends = hicolor-icon-theme
depends = webkit2gtk
source = https://github.com/OpenCPN/OpenCPN/archive/v5.0.0.tar.gz
source = wxWidgets.patch
sha1sums = 9ef9ef76ccd94f2a970ef0689a487aec33b19125

View File

@ -10,11 +10,11 @@
pkgname=opencpn
pkgver=5.0.0
pkgrel=2
pkgrel=3
pkgdesc="Open Source Chart Plotting / Marine Navigation"
arch=('x86_64')
license=("GPL2")
depends=('wxgtk3' 'gpsd' 'portaudio' 'tinyxml' 'hicolor-icon-theme')
depends=('wxgtk3' 'gpsd' 'portaudio' 'tinyxml' 'hicolor-icon-theme' 'webkit2gtk')
makedepends=('cmake')
url="http://opencpn.org"
install=opencpn.install