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

Gaëtan Bisson bisson at archlinux.org
Mon Jun 19 17:24:26 UTC 2017


    Date: Monday, June 19, 2017 @ 17:24:26
  Author: bisson
Revision: 238707

switch to wxgtk3

Modified:
  hugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-19 17:14:51 UTC (rev 238706)
+++ PKGBUILD	2017-06-19 17:24:26 UTC (rev 238707)
@@ -6,16 +6,15 @@
 
 pkgname=hugin
 pkgver=2016.2.0
-pkgrel=6
+pkgrel=7
 pkgdesc='Panorama photo stitcher'
 url='http://hugin.sourceforge.net/'
 license=('GPL')
 arch=('i686' 'x86_64')
 makedepends=('cmake' 'boost' 'tclap' 'mesa' 'swig')
-depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'libpano13'
-         'python' 'lensfun' 'lapack' 'make' 'sqlite' 'perl-image-exiftool'
-          'glew' 'desktop-file-utils')
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver%.*}/${pkgname}-${pkgver/r/_r}.tar.bz2")
+depends=('wxgtk3' 'boost-libs' 'enblend-enfuse' 'exiv2' 'libpano13' 'glew'
+         'python' 'lensfun' 'lapack' 'make' 'sqlite' 'perl-image-exiftool')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver/r/_r}.tar.bz2")
 sha256sums=('54ab1bc8dd94d83c02bfd4082c4454b3b33f0fa56bc17b45cf3e89be87691f15')
 
 build() {
@@ -26,6 +25,7 @@
 		-DCMAKE_BUILD_TYPE=Release \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DENABLE_LAPACK=yes \
+		-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3 \
 
 	make
 }



More information about the arch-commits mailing list