[arch-commits] Commit in hugin/repos (6 files)

Gaetan Bisson bisson at archlinux.org
Tue May 3 10:58:15 UTC 2016


    Date: Tuesday, May 3, 2016 @ 12:58:15
  Author: bisson
Revision: 266812

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  hugin/repos/extra-i686/PKGBUILD
    (from rev 266811, hugin/trunk/PKGBUILD)
  hugin/repos/extra-x86_64/PKGBUILD
    (from rev 266811, hugin/trunk/PKGBUILD)
Deleted:
  hugin/repos/extra-i686/PKGBUILD
  hugin/repos/extra-i686/install
  hugin/repos/extra-x86_64/PKGBUILD
  hugin/repos/extra-x86_64/install

-----------------------+
 /PKGBUILD             |   74 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   39 -------------------------
 extra-i686/install    |   13 --------
 extra-x86_64/PKGBUILD |   39 -------------------------
 extra-x86_64/install  |   13 --------
 5 files changed, 74 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-05-03 10:57:38 UTC (rev 266811)
+++ extra-i686/PKGBUILD	2016-05-03 10:58:15 UTC (rev 266812)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: Tobias Kieslich <tobias at archlinux.org>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Dominik Ryba <domryba at post.pl>
-
-pkgname=hugin
-pkgver=2016.0.0
-pkgrel=2
-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")
-sha1sums=('6811e19f1c10da163e1c4228779beb4c12448db9')
-
-install=install
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver/rc?}"
-	install -d build
-	cd build
-	cmake .. \
-		-DCMAKE_BUILD_TYPE=Release \
-		-DCMAKE_INSTALL_PREFIX=/usr \
-		-DENABLE_LAPACK=yes \
-
-	make
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver/rc?}"
-	cd build
-	make DESTDIR="${pkgdir}" install
-}

Copied: hugin/repos/extra-i686/PKGBUILD (from rev 266811, hugin/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-05-03 10:58:15 UTC (rev 266812)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Dominik Ryba <domryba at post.pl>
+
+pkgname=hugin
+pkgver=2016.0.0
+pkgrel=3
+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")
+sha1sums=('6811e19f1c10da163e1c4228779beb4c12448db9')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver/rc?}"
+	install -d build
+	cd build
+	cmake .. \
+		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_INSTALL_PREFIX=/usr \
+		-DENABLE_LAPACK=yes \
+
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver/rc?}"
+	cd build
+	make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/install
===================================================================
--- extra-i686/install	2016-05-03 10:57:38 UTC (rev 266811)
+++ extra-i686/install	2016-05-03 10:58:15 UTC (rev 266812)
@@ -1,13 +0,0 @@
-post_upgrade() {
-	gtk-update-icon-cache -q -t -f usr/share/icons/gnome
-	update-desktop-database -q
-	update-mime-database usr/share/mime > /dev/null
-}
-
-post_install() {
-	post_upgrade
-}
-
-post_remove() {
-	post_upgrade
-}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2016-05-03 10:57:38 UTC (rev 266811)
+++ extra-x86_64/PKGBUILD	2016-05-03 10:58:15 UTC (rev 266812)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: Tobias Kieslich <tobias at archlinux.org>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Dominik Ryba <domryba at post.pl>
-
-pkgname=hugin
-pkgver=2016.0.0
-pkgrel=2
-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")
-sha1sums=('6811e19f1c10da163e1c4228779beb4c12448db9')
-
-install=install
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver/rc?}"
-	install -d build
-	cd build
-	cmake .. \
-		-DCMAKE_BUILD_TYPE=Release \
-		-DCMAKE_INSTALL_PREFIX=/usr \
-		-DENABLE_LAPACK=yes \
-
-	make
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver/rc?}"
-	cd build
-	make DESTDIR="${pkgdir}" install
-}

Copied: hugin/repos/extra-x86_64/PKGBUILD (from rev 266811, hugin/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-05-03 10:58:15 UTC (rev 266812)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Dominik Ryba <domryba at post.pl>
+
+pkgname=hugin
+pkgver=2016.0.0
+pkgrel=3
+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")
+sha1sums=('6811e19f1c10da163e1c4228779beb4c12448db9')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver/rc?}"
+	install -d build
+	cd build
+	cmake .. \
+		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_INSTALL_PREFIX=/usr \
+		-DENABLE_LAPACK=yes \
+
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver/rc?}"
+	cd build
+	make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/install
===================================================================
--- extra-x86_64/install	2016-05-03 10:57:38 UTC (rev 266811)
+++ extra-x86_64/install	2016-05-03 10:58:15 UTC (rev 266812)
@@ -1,13 +0,0 @@
-post_upgrade() {
-	gtk-update-icon-cache -q -t -f usr/share/icons/gnome
-	update-desktop-database -q
-	update-mime-database usr/share/mime > /dev/null
-}
-
-post_install() {
-	post_upgrade
-}
-
-post_remove() {
-	post_upgrade
-}



More information about the arch-commits mailing list