mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 11:27:15 +08:00
qgis: 2.12.1
This commit is contained in:
parent
c2e16a8de7
commit
c71a6d7e12
@ -1,45 +1,24 @@
|
||||
# Contributions from Arch: https://aur.archlinux.org/packages/qgis/
|
||||
# Contributions from AUR: https://aur.archlinux.org/packages/qgis/
|
||||
|
||||
pkgname=qgis
|
||||
pkgver=2.12.0
|
||||
pkgver=2.12.1
|
||||
pkgrel=1
|
||||
pkgdesc='A Geographic Information System (GIS) that supports vector, raster and database formats'
|
||||
url='http://qgis.org/'
|
||||
license=('GPL')
|
||||
arch=('x86_64')
|
||||
depends=('bison'
|
||||
'cfitsio'
|
||||
'curl'
|
||||
'flex'
|
||||
'gdal'
|
||||
'jasper'
|
||||
'libmariadbclient'
|
||||
'libspatialite'
|
||||
'libxslt'
|
||||
'postgresql-libs'
|
||||
'pyqt4-python2'
|
||||
'python2'
|
||||
'qscintilla-python2'
|
||||
'python2-psycopg2'
|
||||
'qca'
|
||||
'qt'
|
||||
'qwt6'
|
||||
'spatialindex'
|
||||
'sqlite3')
|
||||
makedepends=('cmake'
|
||||
'fcgi'
|
||||
'grass'
|
||||
'gsl'
|
||||
'netcdf'
|
||||
'postgis'
|
||||
'python2-sip')
|
||||
depends=('bison' 'cfitsio' 'curl' 'flex' 'gdal' 'jasper' 'libmariadbclient' 'libspatialite' 'libxslt'
|
||||
'postgresql-libs' 'pyqt4-python2' 'python2' 'qscintilla-python2' 'python2-psycopg2'
|
||||
'qca' 'qt' 'qwt6' 'spatialindex' 'sqlite3')
|
||||
makedepends=('cmake' 'fcgi' 'grass' 'gsl' 'netcdf' 'postgis' 'python2-sip')
|
||||
optdepends=('fcgi: qgis mapserver'
|
||||
'grass: grass plugin'
|
||||
'gsl: georeferencer'
|
||||
'python2-sip: python-support'
|
||||
'postgis: postgis support and SPIT plugin')
|
||||
source=("http://qgis.org/downloads/${pkgname}-${pkgver}.tar.bz2")
|
||||
sha512sums=('e2f83e329d7dc59b83eed60ff26ddc8d9e9b05f86bb6b75294be5b0cdb2a67780597f46f87c365047452de4c09d2ec24f06109f0db8e17752988230264d352fb')
|
||||
md5sums=('b47a7e040341164fd2b8f7970055e3d0')
|
||||
|
||||
|
||||
prepare() {
|
||||
rm -rf ${srcdir}/${pkgname}-${pkgver}/build
|
||||
|
Loading…
Reference in New Issue
Block a user