mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/gdal to 2.2.1-1
This commit is contained in:
parent
9662c492f8
commit
a32f0ef451
2 changed files with 7 additions and 7 deletions
|
@ -8,8 +8,8 @@
|
|||
# - use uname in path in removing rpath in packaging
|
||||
|
||||
pkgname=gdal
|
||||
pkgver=2.2.0
|
||||
pkgrel=4
|
||||
pkgver=2.2.1
|
||||
pkgrel=1
|
||||
pkgdesc="A translator library for raster geospatial data formats"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.gdal.org/"
|
||||
|
@ -23,7 +23,7 @@ optdepends=('postgresql: postgresql database support'
|
|||
options=('!emptydirs')
|
||||
changelog=$pkgname.changelog
|
||||
source=(http://download.osgeo.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz)
|
||||
sha256sums=('0d4c326862e0f118e17418c042c2bcd037b25abd3fb198e1fc5d40b11a9fc8ea')
|
||||
sha256sums=('927098d54083ac919a497f787b835b099e9a194f2e5444dbff901f7426b86066')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}"/$pkgname-$pkgver
|
||||
|
@ -65,11 +65,8 @@ package () {
|
|||
# install license
|
||||
install -Dm644 LICENSE.TXT "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
|
||||
|
||||
#FS15477 clean up junks - still present in 2.2.0
|
||||
#FS15477 clean up junks - still present in 2.2.1
|
||||
rm -f "${pkgdir}"/usr/share/man/man1/_build_gdal_src_gdal-${pkgver}_apps_.1
|
||||
#FS#46581 no better way found yet - still present in 2.2.0
|
||||
mv "${pkgdir}"/usr/man/man3 "${pkgdir}"/usr/share/man
|
||||
rm -rf "${pkgdir}"/usr/man
|
||||
|
||||
# Remove RPATH
|
||||
chrpath --delete "${pkgdir}"/usr/lib/perl5/$(uname -m)-linux-thread-multi/auto/Geo/OSR/OSR.so
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
2017-08-06 Jaroslav Lichtblau <svetlemodry@archlinux.org>
|
||||
* gdal 2.2.1-1
|
||||
|
||||
2017-07-10 Jaroslav Lichtblau <svetlemodry@archlinux.org>
|
||||
* gdal 2.2.0-1
|
||||
* hdf5 1.10.1 rebuild
|
||||
|
|
Loading…
Reference in a new issue