[arch-commits] Commit in librttopo/repos/community-staging-x86_64 (PKGBUILD PKGBUILD)

Balló György bgyorgy at archlinux.org
Sun Apr 18 19:23:58 UTC 2021


    Date: Sunday, April 18, 2021 @ 19:23:58
  Author: bgyorgy
Revision: 919944

archrelease: copy trunk to community-staging-x86_64

Added:
  librttopo/repos/community-staging-x86_64/PKGBUILD
    (from rev 919943, librttopo/trunk/PKGBUILD)
Deleted:
  librttopo/repos/community-staging-x86_64/PKGBUILD

----------+
 PKGBUILD |   66 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 32 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-18 19:23:51 UTC (rev 919943)
+++ PKGBUILD	2021-04-18 19:23:58 UTC (rev 919944)
@@ -1,34 +0,0 @@
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: Samuel Fernando Mesa <samuelmesa dot linuxmail.org>
-
-pkgname=librttopo
-pkgver=1.1.0
-pkgrel=2
-pkgdesc="RT Topology Library"
-arch=('x86_64')
-url="https://git.osgeo.org/gitea/rttopo/librttopo"
-license=('GPL2')
-depends=('geos' 'proj')
-makedepends=('cmake')
-source=(https://git.osgeo.org/gitea/rttopo/$pkgname/archive/$pkgname-$pkgver.tar.gz)
-sha256sums=('2e2fcabb48193a712a6c76ac9a9be2a53f82e32f91a2bc834d9f1b4fa9cd879f')
-
-check() {
-  cd "${srcdir}"/$pkgname
-
-  make check
-}
-
-build() {
-  cd "${srcdir}"/$pkgname
-  
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname
-  
-  make DESTDIR="${pkgdir}" install
-}

Copied: librttopo/repos/community-staging-x86_64/PKGBUILD (from rev 919943, librttopo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-18 19:23:58 UTC (rev 919944)
@@ -0,0 +1,32 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Samuel Fernando Mesa <samuelmesa dot linuxmail.org>
+
+pkgname=librttopo
+pkgver=1.1.0
+pkgrel=3
+pkgdesc="RT Topology Library"
+arch=('x86_64')
+url="https://git.osgeo.org/gitea/rttopo/librttopo"
+license=('GPL2')
+depends=('geos')
+source=(https://git.osgeo.org/gitea/rttopo/$pkgname/archive/$pkgname-$pkgver.tar.gz)
+sha256sums=('2e2fcabb48193a712a6c76ac9a9be2a53f82e32f91a2bc834d9f1b4fa9cd879f')
+
+prepare() {
+  cd "${srcdir}"/$pkgname
+  
+  ./autogen.sh
+}
+
+build() {
+  cd "${srcdir}"/$pkgname
+  
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname
+  
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list