[arch-commits] Commit in libpano13/trunk (PKGBUILD)

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


    Date: Monday, June 17, 2019 @ 11:21:07
  Author: anthraxx
Revision: 356262

upgpkg: libpano13 2.9.19-4 (drop faulty java dep)

Java support was not compiled in for years as
JAVA_HOME is not set since quite a time.
Lets just drop the unused makedep as nobody
seems to need it.

Modified:
  libpano13/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-17 10:47:11 UTC (rev 356261)
+++ PKGBUILD	2019-06-17 11:21:07 UTC (rev 356262)
@@ -1,15 +1,14 @@
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Gaetan Bisson <bisson at archlinux.org>
 # Contributor: Tobias Kieslich <tobias at justdreams.de>
 
 pkgname=libpano13
 pkgver=2.9.19
-pkgrel=3
+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')
-makedepends=('java-environment>=11')
 source=(https://downloads.sourceforge.net/sourceforge/panotools/${pkgname}-${pkgver}.tar.gz)
 sha512sums=('f9f147426d44d8babac09cb1a1b5111f88b9c2fc079f33df80133492bcf24cbd1edd771e6bec7bed4b0256bf15c700139c0a83119d3adf296ae5c567e006d868')
 
@@ -17,8 +16,7 @@
   cd ${pkgname}-${pkgver}
   ./configure \
     --prefix=/usr \
-    --mandir=/usr/share/man \
-    --with-java="${JAVA_HOME}"
+    --mandir=/usr/share/man
   make
 }
 



More information about the arch-commits mailing list