[arch-commits] Commit in libpano13/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Mon Jun 17 11:21:23 UTC 2019


    Date: Monday, June 17, 2019 @ 11:21:23
  Author: anthraxx
Revision: 356263

archrelease: copy trunk to extra-x86_64

Added:
  libpano13/repos/extra-x86_64/PKGBUILD
    (from rev 356262, libpano13/trunk/PKGBUILD)
Deleted:
  libpano13/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   58 ++++++++++++++++++++++++++++------------------------------
 1 file changed, 28 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-17 11:21:07 UTC (rev 356262)
+++ PKGBUILD	2019-06-17 11:21:23 UTC (rev 356263)
@@ -1,30 +0,0 @@
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: Tobias Kieslich <tobias at justdreams.de>
-
-pkgname=libpano13
-pkgver=2.9.19
-pkgrel=3
-pkgdesc='Basic library to calculate panoramical pictures - core functions of the panotools'
-url='http://panotools.sourceforge.net/'
-arch=('x86_64')
-license=('GPL2')
-depends=('libpng' 'libtiff')
-makedepends=('java-environment>=11')
-source=(https://downloads.sourceforge.net/sourceforge/panotools/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('f9f147426d44d8babac09cb1a1b5111f88b9c2fc079f33df80133492bcf24cbd1edd771e6bec7bed4b0256bf15c700139c0a83119d3adf296ae5c567e006d868')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
-    --prefix=/usr \
-    --mandir=/usr/share/man \
-    --with-java="${JAVA_HOME}"
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: libpano13/repos/extra-x86_64/PKGBUILD (from rev 356262, libpano13/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-17 11:21:23 UTC (rev 356263)
@@ -0,0 +1,28 @@
+# Contributor: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at justdreams.de>
+
+pkgname=libpano13
+pkgver=2.9.19
+pkgrel=4
+pkgdesc='Basic library to calculate panoramical pictures - core functions of the panotools'
+url='http://panotools.sourceforge.net/'
+arch=('x86_64')
+license=('GPL2')
+depends=('libpng' 'libtiff')
+source=(https://downloads.sourceforge.net/sourceforge/panotools/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('f9f147426d44d8babac09cb1a1b5111f88b9c2fc079f33df80133492bcf24cbd1edd771e6bec7bed4b0256bf15c700139c0a83119d3adf296ae5c567e006d868')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+    --prefix=/usr \
+    --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list