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

Felix Yan felixonmars at archlinux.org
Thu May 31 03:00:19 UTC 2018


    Date: Thursday, May 31, 2018 @ 03:00:19
  Author: felixonmars
Revision: 325323

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-31 02:59:50 UTC (rev 325322)
+++ PKGBUILD	2018-05-31 03:00:19 UTC (rev 325323)
@@ -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=1
-pkgdesc='Basic library to calculate panoramical pictures - core functions of the panotools'
-url='http://panotools.sourceforge.net/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('libpng' 'libtiff')
-makedepends=('jdk7-openjdk')
-source=("http://downloads.sourceforge.net/sourceforge/panotools/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('85d8d94c96780fa5b6df2c2e4929f8d20557f128')
-
-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 325322, libpano13/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-31 03:00:19 UTC (rev 325323)
@@ -0,0 +1,26 @@
+# $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
+}



More information about the arch-commits mailing list