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:
parent
efbefd4b3a
commit
cd37a71030
3
.SRCINFO
3
.SRCINFO
@ -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
|
||||
|
4
PKGBUILD
4
PKGBUILD
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user