mirror of
https://github.com/cybuzuma/aur_opencpn.git
synced 2025-06-01 12:50:21 -07:00
Version bump and move to gtk3
This commit is contained in:
parent
715a0854f0
commit
5eea1e12d7
8
.SRCINFO
8
.SRCINFO
@ -1,19 +1,19 @@
|
|||||||
pkgbase = opencpn
|
pkgbase = opencpn
|
||||||
pkgdesc = Open Source Chart Plotting / Marine Navigation
|
pkgdesc = Open Source Chart Plotting / Marine Navigation
|
||||||
pkgver = 4.8.2
|
pkgver = 4.8.4
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = http://opencpn.org
|
url = http://opencpn.org
|
||||||
install = opencpn.install
|
install = opencpn.install
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = GPL2
|
license = GPL2
|
||||||
makedepends = cmake
|
makedepends = cmake
|
||||||
depends = wxgtk
|
depends = wxgtk3
|
||||||
depends = gpsd
|
depends = gpsd
|
||||||
depends = portaudio
|
depends = portaudio
|
||||||
depends = tinyxml
|
depends = tinyxml
|
||||||
depends = hicolor-icon-theme
|
depends = hicolor-icon-theme
|
||||||
source = https://github.com/OpenCPN/OpenCPN/archive/v4.8.2.tar.gz
|
source = https://github.com/OpenCPN/OpenCPN/archive/v4.8.4.tar.gz
|
||||||
sha1sums = b655167f0a0a11c6fb4a78cd670e1fbabd9ad8f9
|
sha1sums = d9d1f37403b810c41ce06d2c0acebaa0bdb060f4
|
||||||
|
|
||||||
pkgname = opencpn
|
pkgname = opencpn
|
||||||
|
|
||||||
|
12
PKGBUILD
12
PKGBUILD
@ -9,22 +9,24 @@
|
|||||||
# ---------------------------------------------------------------
|
# ---------------------------------------------------------------
|
||||||
|
|
||||||
pkgname=opencpn
|
pkgname=opencpn
|
||||||
pkgver=4.8.2
|
pkgver=4.8.4
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Open Source Chart Plotting / Marine Navigation"
|
pkgdesc="Open Source Chart Plotting / Marine Navigation"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
license=("GPL2")
|
license=("GPL2")
|
||||||
depends=('wxgtk' 'gpsd' 'portaudio' 'tinyxml' 'hicolor-icon-theme')
|
depends=('wxgtk3' 'gpsd' 'portaudio' 'tinyxml' 'hicolor-icon-theme')
|
||||||
makedepends=('cmake')
|
makedepends=('cmake')
|
||||||
url="http://opencpn.org"
|
url="http://opencpn.org"
|
||||||
install=opencpn.install
|
install=opencpn.install
|
||||||
source=("https://github.com/OpenCPN/OpenCPN/archive/v4.8.2.tar.gz")
|
source=("https://github.com/OpenCPN/OpenCPN/archive/v4.8.4.tar.gz")
|
||||||
sha1sums=('b655167f0a0a11c6fb4a78cd670e1fbabd9ad8f9')
|
sha1sums=('d9d1f37403b810c41ce06d2c0acebaa0bdb060f4')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "OpenCPN-${pkgver}"
|
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
|
-DBUNDLE_GSHHS=CRUDE -DBUNDLE_TCDATA=ON -DBUNDLE_DOCS=ON \
|
||||||
|
-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3 \
|
||||||
|
-DOCPN_FORCE_GTK3=ON
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user