Date: Wednesday, December 21, 2022 @ 18:20:22
Author: archange
Revision: 1364920
archrelease: copy trunk to community-x86_64
Added:
proj/repos/community-x86_64/PKGBUILD
(from rev 1364919, proj/trunk/PKGBUILD)
proj/repos/community-x86_64/proj.changelog
(from rev 1364919, proj/trunk/proj.changelog)
Deleted:
proj/repos/community-x86_64/PKGBUILD
proj/repos/community-x86_64/proj.changelog
----------------+
PKGBUILD | 68 +++++++++++++++----------------
proj.changelog | 118 +++++++++++++++++++++++++++----------------------------
2 files changed, 93 insertions(+), 93 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-12-21 18:20:08 UTC (rev 1364919)
+++ PKGBUILD 2022-12-21 18:20:22 UTC (rev 1364920)
@@ -1,34 +0,0 @@
-# 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.0
-pkgrel=1
-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=('81b2239b94cad0886222cde4f53cb49d34905aad2a1317244a0c30a553db2315')
-
-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-x86_64/PKGBUILD (from rev 1364919,
proj/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-12-21 18:20:22 UTC (rev 1364920)
@@ -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=1
+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/
+}
Deleted: proj.changelog
===================================================================
--- proj.changelog 2022-12-21 18:20:08 UTC (rev 1364919)
+++ proj.changelog 2022-12-21 18:20:22 UTC (rev 1364920)
@@ -1,59 +0,0 @@
-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
Copied: proj/repos/community-x86_64/proj.changelog (from rev 1364919,
proj/trunk/proj.changelog)
===================================================================
--- proj.changelog (rev 0)
+++ proj.changelog 2022-12-21 18:20:22 UTC (rev 1364920)
@@ -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