[arch-commits] Commit in libgeotiff/repos/community-x86_64 (4 files)

Allan McRae allan at gemini.archlinux.org
Mon Apr 25 03:28:18 UTC 2022


    Date: Monday, April 25, 2022 @ 03:28:17
  Author: allan
Revision: 1189854

archrelease: copy trunk to community-x86_64

Added:
  libgeotiff/repos/community-x86_64/PKGBUILD
    (from rev 1189853, libgeotiff/trunk/PKGBUILD)
  libgeotiff/repos/community-x86_64/libgeotiff.changelog
    (from rev 1189853, libgeotiff/trunk/libgeotiff.changelog)
Deleted:
  libgeotiff/repos/community-x86_64/PKGBUILD
  libgeotiff/repos/community-x86_64/libgeotiff.changelog

----------------------+
 PKGBUILD             |   62 ++++++++++++++++++++++++-------------------------
 libgeotiff.changelog |   50 +++++++++++++++++++--------------------
 2 files changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-25 03:27:56 UTC (rev 1189853)
+++ PKGBUILD	2022-04-25 03:28:17 UTC (rev 1189854)
@@ -1,31 +0,0 @@
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: Brad Fanella <bradfanella at archlinux.us>
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Contributor: William Rea <sillywilly at gmail.com>
-
-pkgname=libgeotiff
-pkgver=1.6.0
-pkgrel=3
-pkgdesc="A TIFF based interchange format for georeferenced raster imagery"
-arch=('x86_64')
-url="https://github.com/OSGeo/libgeotiff"
-license=('custom')
-depends=('libtiff' 'proj' 'libjpeg-turbo')
-changelog=$pkgname.changelog
-source=(https://github.com/OSGeo/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('9311017e5284cffb86f2c7b7a9df1fb5ebcdc61c30468fb2e6bca36e4272ebca')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/libgeotiff/LICENSE
-}

Copied: libgeotiff/repos/community-x86_64/PKGBUILD (from rev 1189853, libgeotiff/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-25 03:28:17 UTC (rev 1189854)
@@ -0,0 +1,31 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Brad Fanella <bradfanella at archlinux.us>
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=libgeotiff
+pkgver=1.6.0
+pkgrel=4
+pkgdesc="A TIFF based interchange format for georeferenced raster imagery"
+arch=('x86_64')
+url="https://github.com/OSGeo/libgeotiff"
+license=('custom')
+depends=('libtiff' 'proj' 'libjpeg-turbo')
+changelog=$pkgname.changelog
+source=(https://github.com/OSGeo/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('9311017e5284cffb86f2c7b7a9df1fb5ebcdc61c30468fb2e6bca36e4272ebca')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/libgeotiff/LICENSE
+}

Deleted: libgeotiff.changelog
===================================================================
--- libgeotiff.changelog	2022-04-25 03:27:56 UTC (rev 1189853)
+++ libgeotiff.changelog	2022-04-25 03:28:17 UTC (rev 1189854)
@@ -1,25 +0,0 @@
-2020-07-06 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* libgeotiff 1.6.0-1
-
-2019-06-16 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* libgeotiff 1.5.1-1
-
-2018-12-18 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* libgeotiff 1.4.3-1
-
-2018-05-16 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* libgeotiff 1.4.2-2
-	* proj 5.0.1 soname rebuild
-
-2016-09-14 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* libgeotiff 1.4.2-1
-	* proj 4.9.3 soname rebuild
-
-2015-03-12 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* libgeotiff 1.4.1-2 proj rebuild
-
-2015-01-22 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* libgeotiff 1.4.1-1
-
-2012-10-28 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* libgeotiff 1.4.0-1

Copied: libgeotiff/repos/community-x86_64/libgeotiff.changelog (from rev 1189853, libgeotiff/trunk/libgeotiff.changelog)
===================================================================
--- libgeotiff.changelog	                        (rev 0)
+++ libgeotiff.changelog	2022-04-25 03:28:17 UTC (rev 1189854)
@@ -0,0 +1,25 @@
+2020-07-06 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* libgeotiff 1.6.0-1
+
+2019-06-16 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* libgeotiff 1.5.1-1
+
+2018-12-18 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* libgeotiff 1.4.3-1
+
+2018-05-16 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* libgeotiff 1.4.2-2
+	* proj 5.0.1 soname rebuild
+
+2016-09-14 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* libgeotiff 1.4.2-1
+	* proj 4.9.3 soname rebuild
+
+2015-03-12 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* libgeotiff 1.4.1-2 proj rebuild
+
+2015-01-22 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* libgeotiff 1.4.1-1
+
+2012-10-28 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* libgeotiff 1.4.0-1



More information about the arch-commits mailing list