1
0
mirror of https://github.com/cybuzuma/aur_opencpn.git synced 2025-05-16 08:20:16 -07:00

fixed patch file

This commit is contained in:
uli 2022-09-29 11:10:25 +02:00
parent 94ccf7e58c
commit 2c88e63f8b
3 changed files with 4 additions and 4 deletions

View File

@ -20,6 +20,6 @@ pkgbase = opencpn
source = https://github.com/OpenCPN/OpenCPN/archive/Release_5.6.2.tar.gz source = https://github.com/OpenCPN/OpenCPN/archive/Release_5.6.2.tar.gz
source = wx_workaround.patch source = wx_workaround.patch
b2sums = a45e19d293d63262f2bb6bd0bd5d18723cadd0b93af8e64484b55d246cebbe623dccbb6a1d257eccd74fb9111953d9cdd4b44d6f3fb38c3a9f40fa253718f337 b2sums = a45e19d293d63262f2bb6bd0bd5d18723cadd0b93af8e64484b55d246cebbe623dccbb6a1d257eccd74fb9111953d9cdd4b44d6f3fb38c3a9f40fa253718f337
b2sums = 5c6503076d6dd651d19a67ac2320c94ddfbd70a24b4b7fb24ff5f05ae0354c460c91401e890688336835fed67f43f2643381ae89cd1b7e3ee99258be46ae45fd b2sums = ac80978933a4893aa55b019547025e07e888b689378eba82322d1f36a8db5f64faf150c4084690d621e3d30e7fbbd5c94f47ec8582e6c1e174dcd60d7b79d176
pkgname = opencpn pkgname = opencpn

View File

@ -17,7 +17,7 @@ optdepends=('gpsd: GPS position support')
makedepends=('cmake' 'lsb-release') makedepends=('cmake' 'lsb-release')
url="http://opencpn.org" url="http://opencpn.org"
source=("https://github.com/OpenCPN/OpenCPN/archive/Release_${pkgver}.tar.gz" "wx_workaround.patch") source=("https://github.com/OpenCPN/OpenCPN/archive/Release_${pkgver}.tar.gz" "wx_workaround.patch")
b2sums=('a45e19d293d63262f2bb6bd0bd5d18723cadd0b93af8e64484b55d246cebbe623dccbb6a1d257eccd74fb9111953d9cdd4b44d6f3fb38c3a9f40fa253718f337' '5c6503076d6dd651d19a67ac2320c94ddfbd70a24b4b7fb24ff5f05ae0354c460c91401e890688336835fed67f43f2643381ae89cd1b7e3ee99258be46ae45fd') b2sums=('a45e19d293d63262f2bb6bd0bd5d18723cadd0b93af8e64484b55d246cebbe623dccbb6a1d257eccd74fb9111953d9cdd4b44d6f3fb38c3a9f40fa253718f337' 'dee0d7d6a62d13e35211f3e1e47beb30fa61755852435f53d8a540a1f3fd61fb57661890ec99fb258c11b152887858347d1f64e664f4401a252e62d563a0b68c')
prepare() { prepare() {
cd OpenCPN-Release_${pkgver} cd OpenCPN-Release_${pkgver}

View File

@ -1,7 +1,7 @@
diff --git a/include/bbox.h b/include/bbox.h diff a/include/bbox.h b/include/bbox.h
--- a/include/bbox.h --- a/include/bbox.h
+++ b/include/bbox.h +++ b/include/bbox.h
@@ -6,6 +6,9 @@ @@ -6,7 +6,9 @@
#include "wx/wx.h" #include "wx/wx.h"
#endif #endif