mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/gdal to 2.2.0-2
This commit is contained in:
parent
605716efae
commit
138978cfb2
2 changed files with 14 additions and 8 deletions
|
@ -8,7 +8,7 @@
|
|||
# - use uname in path in removing rpath in packaging
|
||||
|
||||
pkgname=gdal
|
||||
pkgver=2.1.2
|
||||
pkgver=2.2.0
|
||||
pkgrel=2
|
||||
pkgdesc="A translator library for raster geospatial data formats"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -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=('b597f36bd29a2b4368998ddd32b28c8cdf3c8192237a81b99af83cc17d7fa374')
|
||||
sha256sums=('0d4c326862e0f118e17418c042c2bcd037b25abd3fb198e1fc5d40b11a9fc8ea')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}"/$pkgname-$pkgver
|
||||
|
@ -65,11 +65,9 @@ package () {
|
|||
# install license
|
||||
install -Dm644 LICENSE.TXT "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
|
||||
|
||||
#FS15477 clean up junks
|
||||
rm -f "${pkgdir}"/usr/bin/*.dox
|
||||
#FS15477 clean up junks - still present in 2.2.0
|
||||
rm -f "${pkgdir}"/usr/share/man/man1/_build_gdal_src_gdal-${pkgver}_apps_.1
|
||||
rm -f "${pkgdir}"/usr/share/man/man1/_home_rouault_dist_wrk_gdal_apps_.1
|
||||
#FS#46581 no better way found yet
|
||||
#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
|
||||
|
||||
|
@ -78,4 +76,5 @@ package () {
|
|||
chrpath --delete "${pkgdir}"/usr/lib/perl5/$(uname -m)-linux-thread-multi/auto/Geo/OGR/OGR.so
|
||||
chrpath --delete "${pkgdir}"/usr/lib/perl5/$(uname -m)-linux-thread-multi/auto/Geo/GDAL/GDAL.so
|
||||
chrpath --delete "${pkgdir}"/usr/lib/perl5/$(uname -m)-linux-thread-multi/auto/Geo/GDAL/Const/Const.so
|
||||
chrpath --delete "${pkgdir}"/usr/lib/perl5/$(uname -m)-linux-thread-multi/auto/Geo/GNM/GNM.so
|
||||
}
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
2017-07-10 Jaroslav Lichtblau <svetlemodry@archlinux.org>
|
||||
* gdal 2.2.0-1
|
||||
* hdf5 1.10.1 rebuild
|
||||
|
||||
2017-01-22 Jaroslav Lichtblau <svetlemodry@archlinux.org>
|
||||
* gdal 2.1.2-1
|
||||
|
||||
2016-08-02 Jaroslav Lichtblau <svetlemodry@archlinux.org>
|
||||
* gdal 2.1.1-1 glew 2.0.0 / poppler 0.46.0 rebuilds rebuild
|
||||
|
||||
|
|
Loading…
Reference in a new issue