From 138978cfb247b9d154d85ed76d73767568d0cb87 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Thu, 3 Aug 2017 01:40:54 +0000 Subject: [PATCH] community/gdal to 2.2.0-2 --- community/gdal/PKGBUILD | 15 +++++++-------- community/gdal/gdal.changelog | 7 +++++++ 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/community/gdal/PKGBUILD b/community/gdal/PKGBUILD index fa2a43f0e..381ef4337 100644 --- a/community/gdal/PKGBUILD +++ b/community/gdal/PKGBUILD @@ -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,17 +65,16 @@ 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 - mv "${pkgdir}"/usr/man/man3 "${pkgdir}"/usr/share/man - rm -rf "${pkgdir}"/usr/man +#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 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 } diff --git a/community/gdal/gdal.changelog b/community/gdal/gdal.changelog index a8d90a036..657ed3ecd 100644 --- a/community/gdal/gdal.changelog +++ b/community/gdal/gdal.changelog @@ -1,3 +1,10 @@ +2017-07-10 Jaroslav Lichtblau + * gdal 2.2.0-1 + * hdf5 1.10.1 rebuild + +2017-01-22 Jaroslav Lichtblau + * gdal 2.1.2-1 + 2016-08-02 Jaroslav Lichtblau * gdal 2.1.1-1 glew 2.0.0 / poppler 0.46.0 rebuilds rebuild