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

Levente Polyak anthraxx at archlinux.org
Mon Jun 17 10:47:02 UTC 2019


    Date: Monday, June 17, 2019 @ 10:47:01
  Author: anthraxx
Revision: 356260

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++++--------------------------
 1 file changed, 30 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-17 10:46:50 UTC (rev 356259)
+++ PKGBUILD	2019-06-17 10:47:01 UTC (rev 356260)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: Tobias Kieslich <tobias at justdreams.de>
-
-pkgname=libpano13
-pkgver=2.9.19
-pkgrel=2
-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=('jdk7-openjdk')
-source=("https://downloads.sourceforge.net/sourceforge/panotools/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('f9f147426d44d8babac09cb1a1b5111f88b9c2fc079f33df80133492bcf24cbd1edd771e6bec7bed4b0256bf15c700139c0a83119d3adf296ae5c567e006d868')
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	./configure --prefix=/usr --mandir=/usr/share/man --with-java=${JAVA_HOME}
-	make
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	make DESTDIR="${pkgdir}" install
-}

Copied: libpano13/repos/extra-x86_64/PKGBUILD (from rev 356259, libpano13/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-17 10:47:01 UTC (rev 356260)
@@ -0,0 +1,30 @@
+# 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:



More information about the arch-commits mailing list