mirror of
https://github.com/cybuzuma/aur_opencpn.git
synced 2025-05-28 03:20:10 -07:00
4.4.0 Release
Update to 4.4.0 Add some basic bundled data
This commit is contained in:
parent
f8e5513231
commit
d6cb8a62e6
6
.SRCINFO
6
.SRCINFO
@ -1,6 +1,6 @@
|
||||
pkgbase = opencpn
|
||||
pkgdesc = Open Source Chart Plotting / Marine Navigation
|
||||
pkgver = 4.2.0
|
||||
pkgver = 4.4.0
|
||||
pkgrel = 1
|
||||
url = http://opencpn.org
|
||||
install = opencpn.install
|
||||
@ -13,8 +13,8 @@ pkgbase = opencpn
|
||||
depends = portaudio
|
||||
depends = tinyxml
|
||||
depends = hicolor-icon-theme
|
||||
source = https://github.com/OpenCPN/OpenCPN/archive/v4.2.0.tar.gz
|
||||
sha1sums = cde4552bc0f539eebc8c03570dc637b349d00812
|
||||
source = https://github.com/OpenCPN/OpenCPN/archive/v4.4.0.tar.gz
|
||||
sha1sums = 27f2b0e71376406217172332ac7bd0fc87e85475
|
||||
|
||||
pkgname = opencpn
|
||||
|
||||
|
9
PKGBUILD
9
PKGBUILD
@ -9,7 +9,7 @@
|
||||
# ---------------------------------------------------------------
|
||||
|
||||
pkgname=opencpn
|
||||
pkgver=4.2.0
|
||||
pkgver=4.4.0
|
||||
pkgrel=1
|
||||
pkgdesc="Open Source Chart Plotting / Marine Navigation"
|
||||
arch=('i686' 'x86_64')
|
||||
@ -18,12 +18,13 @@ depends=('wxgtk' 'gpsd' 'portaudio' 'tinyxml' 'hicolor-icon-theme')
|
||||
makedepends=('cmake')
|
||||
url="http://opencpn.org"
|
||||
install=opencpn.install
|
||||
source=("https://github.com/OpenCPN/OpenCPN/archive/v4.2.0.tar.gz")
|
||||
sha1sums=('cde4552bc0f539eebc8c03570dc637b349d00812')
|
||||
source=("https://github.com/OpenCPN/OpenCPN/archive/v4.4.0.tar.gz")
|
||||
sha1sums=('27f2b0e71376406217172332ac7bd0fc87e85475')
|
||||
|
||||
build() {
|
||||
cd "OpenCPN-${pkgver}"
|
||||
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
|
||||
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DBUNDLE_GSHHS=CRUDE -DBUNDLE_TCDATA=ON -DBUNDLE_DOCS=ON
|
||||
make
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user