mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
qgis: update to 2.12.0
This commit is contained in:
parent
bd657f3be3
commit
f424b0057f
@ -1,7 +1,7 @@
|
||||
# Contributions from Arch: https://aur.archlinux.org/packages/qgis/
|
||||
|
||||
pkgname=qgis
|
||||
pkgver=2.8.2
|
||||
pkgver=2.12.0
|
||||
pkgrel=1
|
||||
pkgdesc='A Geographic Information System (GIS) that supports vector, raster and database formats'
|
||||
url='http://qgis.org/'
|
||||
@ -15,11 +15,13 @@ depends=('bison'
|
||||
'jasper'
|
||||
'libmariadbclient'
|
||||
'libspatialite'
|
||||
'libxslt'
|
||||
'postgresql-libs'
|
||||
'pyqt4-python2'
|
||||
'python2'
|
||||
'qscintilla-python2'
|
||||
'python2-psycopg2'
|
||||
'qca'
|
||||
'qt'
|
||||
'qwt6'
|
||||
'spatialindex'
|
||||
@ -37,7 +39,7 @@ optdepends=('fcgi: qgis mapserver'
|
||||
'python2-sip: python-support'
|
||||
'postgis: postgis support and SPIT plugin')
|
||||
source=("http://qgis.org/downloads/${pkgname}-${pkgver}.tar.bz2")
|
||||
sha512sums=('16b8320768e132aae71267db9f22c150740cfb948af7c1d6f6d8ea796acd1ce2eb8369f239e6cea62adb0b9c6a3febcd55a5c2d45f30b2c988a14504e3f9e8f5')
|
||||
sha512sums=('e2f83e329d7dc59b83eed60ff26ddc8d9e9b05f86bb6b75294be5b0cdb2a67780597f46f87c365047452de4c09d2ec24f06109f0db8e17752988230264d352fb')
|
||||
|
||||
prepare() {
|
||||
rm -rf ${srcdir}/${pkgname}-${pkgver}/build
|
||||
@ -80,4 +82,4 @@ package() {
|
||||
done
|
||||
ln -s /usr/share/qgis/images/icons/qgis-icon.png "${pkgdir}/usr/share/pixmaps/qgis-icon.png"
|
||||
ln -s /usr/share/qgis/images/icons/qgis-mime-icon.png "${pkgdir}/usr/share/pixmaps/qgis-mime-icon.png"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user