Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
desktop
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
16
Issues
16
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
6
Merge Requests
6
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chakra
Packages
desktop
Commits
bdc133ef
Commit
bdc133ef
authored
Jul 28, 2016
by
gnastyle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
qgis: update to 2.16
parent
33e74bdb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
qgis/PKGBUILD
qgis/PKGBUILD
+7
-7
No files found.
qgis/PKGBUILD
View file @
bdc133ef
pkgname
=
qgis
pkgver
=
2.1
4.3
pkgver
=
2.1
6.0
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'
depends
=(
'bison'
'cfitsio'
'curl'
'flex'
'gdal'
'jasper'
'libmariadbclient'
'libspatialite'
'
python2-pyspatialite'
'
libxslt'
'postgresql-libs'
'pyqt4-python2'
'python2'
'qscintilla-python2'
'python2-psycopg2'
'qca'
'qt'
'qwt6'
'spatialindex'
'sqlite3'
)
makedepends
=(
'cmake'
'fcgi'
'grass'
'gsl'
'netcdf'
'postgis'
'python2-sip'
)
...
...
@@ -16,15 +16,15 @@ optdepends=('fcgi: qgis mapserver'
'postgis: postgis support and SPIT plugin'
)
source
=(
"http://qgis.org/downloads/
$pkgname
-
$pkgver
.tar.bz2"
"conversions.patch::https://github.com/qgis/QGIS/commit/fc6559aa053317cda8ced657c3013a0d4c6549e9.diff"
)
sha1sums
=(
'
0763930953d7f6a3a7ce284cc480d78cb130c3b6
'
sha1sums
=(
'
729533edd5427f18f4f012b7056d74b83126b955
'
'25e611703b2722bbf25d587121cedfc7ef2090ed'
)
#
prepare() {
#
cd $pkgname-$pkgver
#
[[ -d build ]] || mkdir build
prepare
()
{
cd
$pkgname
-
$pkgver
[[
-d
build
]]
||
mkdir
build
# patch -uNp1 -i "$srcdir/conversions.patch"
#
}
}
build
()
{
cd
$pkgname
-
$pkgver
/build
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment