Date: Saturday, April 15, 2023 @ 19:07:52
Author: arojas
Revision: 1446197
archrelease: copy trunk to community-x86_64
Added:
qgis/repos/community-x86_64/PKGBUILD
(from rev 1446196, qgis/trunk/PKGBUILD)
Deleted:
qgis/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 120 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 60 insertions(+), 60 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-15 19:07:38 UTC (rev 1446196)
+++ PKGBUILD 2023-04-15 19:07:52 UTC (rev 1446197)
@@ -1,60 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Maintainer: Bruno Pagani <[email protected]
-# Contributor: Doug Newgard <scimmia at archlinux dot org>
-# Contributor: XavierCLL <xavier.corredor.llano (a) gmail.com>
-# Contributor: SaultDon <sault.don gmail>
-# Contributor: Lantald < lantald at gmx.com >
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Contributor: Gerardo Exequiel Pozzi <[email protected]>
-# Contributor: Eric Forgeot < http://esclinux.tk >
-
-pkgname=qgis
-pkgver=3.30.0
-pkgrel=2
-pkgdesc="Geographic Information System (GIS) that supports vector, raster &
database formats"
-arch=(x86_64)
-url="https://qgis.org/"
-license=(GPL)
-depends=(ocl-icd proj geos gdal expat spatialindex qwt libzip sqlite3 protobuf
- zlib exiv2 postgresql-libs libspatialite zstd pdal
- qt5-base qt5-svg qt5-serialport qt5-location qt5-3d qt5-declarative
qt5-multimedia
- qscintilla-qt5 qtkeychain-qt5 qca-qt5 gsl python-pyqt5
python-qscintilla-qt5
- hdf5 netcdf libxml2) # laz-perf
-makedepends=(cmake ninja opencl-clhpp fcgi qt5-tools sip pyqt-builder)
-optdepends=('fcgi: Map server'
- 'gpsbabel: GPS Tools plugin')
-source=(https://qgis.org/downloads/$pkgname-$pkgver.tar.bz2)
-sha256sums=('e72d196c1891de303acaa9555ee493cdcfb58c86929c96ba3537a331dbee74f5')
-
-build() {
- cmake -S $pkgname-$pkgver -B build -G Ninja \
- -DCMAKE_INSTALL_PREFIX='/usr' \
- -DWITH_3D=TRUE \
- -DWITH_QUICK=TRUE \
- -DWITH_SERVER=TRUE \
- -DWITH_CUSTOM_WIDGETS=TRUE \
- -DBINDINGS_GLOBAL_INSTALL=TRUE \
- -DQGIS_MANUAL_SUBDIR=share/man \
- -DWITH_QTWEBKIT=FALSE \
- -DWITH_QWTPOLAR=TRUE \
- -DQWTPOLAR_LIBRARY=/usr/lib/libqwt.so \
- -DQWTPOLAR_INCLUDE_DIR=/usr/include/qwt \
- -DCMAKE_CXX_FLAGS="${CXXFLAGS} -DQWT_POLAR_VERSION=0x060200" \
- -DWITH_INTERNAL_QWTPOLAR=FALSE \
- -DWITH_PDAL=TRUE \
- -DHAS_KDE_QT5_PDF_TRANSFORM_FIX=TRUE \
- -DHAS_KDE_QT5_SMALL_CAPS_FIX=TRUE \
- -DHAS_KDE_QT5_FONT_STRETCH_FIX=TRUE
- # https://github.com/qgis/QGIS/issues/48374
- #-DWITH_INTERNAL_LAZPERF=FALSE \
- # https://github.com/qgis/QGIS/issues/35440
- #-DWITH_PY_COMPILE=TRUE \
-
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
- install -Dm644 $pkgname-$pkgver/rpm/sources/qgis-mime.xml
"$pkgdir/usr/share/mime/packages/qgis.xml"
-}
Copied: qgis/repos/community-x86_64/PKGBUILD (from rev 1446196,
qgis/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-15 19:07:52 UTC (rev 1446197)
@@ -0,0 +1,60 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Maintainer: Bruno Pagani <[email protected]
+# Contributor: Doug Newgard <scimmia at archlinux dot org>
+# Contributor: XavierCLL <xavier.corredor.llano (a) gmail.com>
+# Contributor: SaultDon <sault.don gmail>
+# Contributor: Lantald < lantald at gmx.com >
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: Gerardo Exequiel Pozzi <[email protected]>
+# Contributor: Eric Forgeot < http://esclinux.tk >
+
+pkgname=qgis
+pkgver=3.30.1
+pkgrel=1
+pkgdesc="Geographic Information System (GIS) that supports vector, raster &
database formats"
+arch=(x86_64)
+url="https://qgis.org/"
+license=(GPL)
+depends=(ocl-icd proj geos gdal expat spatialindex qwt libzip sqlite3 protobuf
+ zlib exiv2 postgresql-libs libspatialite zstd pdal
+ qt5-base qt5-svg qt5-serialport qt5-location qt5-3d qt5-declarative
qt5-multimedia
+ qscintilla-qt5 qtkeychain-qt5 qca-qt5 gsl python-pyqt5
python-qscintilla-qt5
+ hdf5 netcdf libxml2) # laz-perf
+makedepends=(cmake ninja opencl-clhpp fcgi qt5-tools sip pyqt-builder)
+optdepends=('fcgi: Map server'
+ 'gpsbabel: GPS Tools plugin')
+source=(https://qgis.org/downloads/$pkgname-$pkgver.tar.bz2)
+sha256sums=('baac5f55ca3d34dd5b1bfa0535cecfecc74ecbc837cbeb70b95cdb91b1c7af55')
+
+build() {
+ cmake -S $pkgname-$pkgver -B build -G Ninja \
+ -DCMAKE_INSTALL_PREFIX='/usr' \
+ -DWITH_3D=TRUE \
+ -DWITH_QUICK=TRUE \
+ -DWITH_SERVER=TRUE \
+ -DWITH_CUSTOM_WIDGETS=TRUE \
+ -DBINDINGS_GLOBAL_INSTALL=TRUE \
+ -DQGIS_MANUAL_SUBDIR=share/man \
+ -DWITH_QTWEBKIT=FALSE \
+ -DWITH_QWTPOLAR=TRUE \
+ -DQWTPOLAR_LIBRARY=/usr/lib/libqwt.so \
+ -DQWTPOLAR_INCLUDE_DIR=/usr/include/qwt \
+ -DCMAKE_CXX_FLAGS="${CXXFLAGS} -DQWT_POLAR_VERSION=0x060200" \
+ -DWITH_INTERNAL_QWTPOLAR=FALSE \
+ -DWITH_PDAL=TRUE \
+ -DHAS_KDE_QT5_PDF_TRANSFORM_FIX=TRUE \
+ -DHAS_KDE_QT5_SMALL_CAPS_FIX=TRUE \
+ -DHAS_KDE_QT5_FONT_STRETCH_FIX=TRUE
+ # https://github.com/qgis/QGIS/issues/48374
+ #-DWITH_INTERNAL_LAZPERF=FALSE \
+ # https://github.com/qgis/QGIS/issues/35440
+ #-DWITH_PY_COMPILE=TRUE \
+
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+ install -Dm644 $pkgname-$pkgver/rpm/sources/qgis-mime.xml
"$pkgdir/usr/share/mime/packages/qgis.xml"
+}