mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
qgis: update to 2.14.3
This commit is contained in:
parent
40c5eee929
commit
098c33e8e1
@ -1,6 +1,6 @@
|
|||||||
pkgname=qgis
|
pkgname=qgis
|
||||||
pkgver=2.14.1
|
pkgver=2.14.3
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc='A Geographic Information System (GIS) that supports vector, raster and database formats'
|
pkgdesc='A Geographic Information System (GIS) that supports vector, raster and database formats'
|
||||||
url='http://qgis.org/'
|
url='http://qgis.org/'
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
@ -16,15 +16,15 @@ optdepends=('fcgi: qgis mapserver'
|
|||||||
'postgis: postgis support and SPIT plugin')
|
'postgis: postgis support and SPIT plugin')
|
||||||
source=("http://qgis.org/downloads/$pkgname-$pkgver.tar.bz2"
|
source=("http://qgis.org/downloads/$pkgname-$pkgver.tar.bz2"
|
||||||
"conversions.patch::https://github.com/qgis/QGIS/commit/fc6559aa053317cda8ced657c3013a0d4c6549e9.diff")
|
"conversions.patch::https://github.com/qgis/QGIS/commit/fc6559aa053317cda8ced657c3013a0d4c6549e9.diff")
|
||||||
sha1sums=('d9682826e1884760bba86f6e4ee207b7e7d08dce'
|
sha1sums=('0763930953d7f6a3a7ce284cc480d78cb130c3b6'
|
||||||
'25e611703b2722bbf25d587121cedfc7ef2090ed')
|
'25e611703b2722bbf25d587121cedfc7ef2090ed')
|
||||||
|
|
||||||
|
|
||||||
prepare() {
|
#prepare() {
|
||||||
cd $pkgname-$pkgver
|
# cd $pkgname-$pkgver
|
||||||
[[ -d build ]] || mkdir build
|
# [[ -d build ]] || mkdir build
|
||||||
patch -uNp1 -i "$srcdir/conversions.patch"
|
# patch -uNp1 -i "$srcdir/conversions.patch"
|
||||||
}
|
#}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $pkgname-$pkgver/build
|
cd $pkgname-$pkgver/build
|
||||||
|
Loading…
Reference in New Issue
Block a user