Date: Monday, January 2, 2023 @ 22:24:31
Author: felixonmars
Revision: 1374041
archrelease: copy trunk to community-staging-x86_64
Added:
proj/repos/community-staging-x86_64/
proj/repos/community-staging-x86_64/PKGBUILD
(from rev 1374040, proj/trunk/PKGBUILD)
proj/repos/community-staging-x86_64/proj.changelog
(from rev 1374040, proj/trunk/proj.changelog)
----------------+
PKGBUILD | 34 +++++++++++++++++++++++++++++++
proj.changelog | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 93 insertions(+)
Copied: proj/repos/community-staging-x86_64/PKGBUILD (from rev 1374040,
proj/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2023-01-02 22:24:31 UTC (rev 1374041)
@@ -0,0 +1,34 @@
+# Maintainer: Jaroslav Lichtblau <[email protected]>
+# Maintainer: Bruno Pagani <[email protected]>
+# Contributor: Mateusz Herych <[email protected]>
+# Contributor: dibblethewrecker <dibblethewrecker.at.jiwe.dot.org>
+# Contributor: William Rea <[email protected]>
+
+pkgname=proj
+pkgver=9.1.1
+pkgrel=2
+pkgdesc="Cartographic Projections and Coordinate Transformations Library"
+arch=(x86_64)
+url="https://proj.org/"
+license=(MIT)
+depends=(curl libtiff sqlite)
+makedepends=(cmake gmock gtest)
+changelog=$pkgname.changelog
+source=(https://github.com/OSGeo/PROJ/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('003cd4010e52bb5eb8f7de1c143753aa830c8902b6ed01209f294846e40e6d39')
+
+build() {
+ cmake -B build -S $pkgname-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DUSE_EXTERNAL_GTEST=ON
+ cmake --build build
+}
+
+check(){
+ ctest --test-dir build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+ install -Dm644 $pkgname-$pkgver/COPYING -t
"${pkgdir}"/usr/share/licenses/$pkgname/
+}
Copied: proj/repos/community-staging-x86_64/proj.changelog (from rev 1374040,
proj/trunk/proj.changelog)
===================================================================
--- community-staging-x86_64/proj.changelog (rev 0)
+++ community-staging-x86_64/proj.changelog 2023-01-02 22:24:31 UTC (rev
1374041)
@@ -0,0 +1,59 @@
+2022-06-27 Bruno Pagani <[email protected]>
+ * proj 9.0.1-1
+
+2021-05-08 Jaroslav Lichtblau <[email protected]>
+ * proj 8.0.1-1
+
+2021-04-05 Jaroslav Lichtblau <[email protected]>
+ * proj 8.0.0-1
+
+2020-07-06 Jaroslav Lichtblau <[email protected]>
+ * proj 6.3.2-1
+
+2020-02-13 Jaroslav Lichtblau <[email protected]>
+ * proj 6.3.1-1
+
+2020-01-25 Jaroslav Lichtblau <[email protected]>
+ * proj 6.3.0-1
+
+2019-11-22 Jaroslav Lichtblau <[email protected]>
+ * proj 6.2.1-1
+
+2019-09-18 Jaroslav Lichtblau <[email protected]>
+ * proj 6.2.0-1
+
+2019-06-16 Jaroslav Lichtblau <[email protected]>
+ * proj 6.1.0-1
+
+2018-09-30 Jaroslav Lichtblau <[email protected]>
+ * proj 5.2.0-1
+
+2018-08-14 Jaroslav Lichtblau <[email protected]>
+ * proj 5.1.0-1
+
+2018-05-16 Jaroslav Lichtblau <[email protected]>
+ * proj 5.0.1-1
+
+2016-09-14 Jaroslav Lichtblau <[email protected]>
+ * proj 4.9.3-1
+
+2016-01-09 Jaroslav Lichtblau <[email protected]>
+ * proj 4.9.2-1
+
+2015-03-12 Jaroslav Lichtblau <[email protected]>
+ * proj 4.9.1-1
+
+2013-12-25 Jaroslav Lichtblau <[email protected]>
+ * proj 4.8.0-3 static library removed
+
+2013-02-24 Jaroslav Lichtblau <[email protected]>
+ * proj 4.8.0-2 chenyx06a.zip file location fix
+
+2012-05-05 Jaroslav Lichtblau <[email protected]>
+ * proj 4.8.0-1
+
+2012-03-11 Jaroslav Lichtblau <[email protected]>
+ * proj 4.7.0-2 adopted, package signed, FS#27119 fixed
+
+2007-06-27 tardo <[email protected]>
+ * Fixed license dir | license -> licenses