[arch-commits] Commit in lensfun/repos (4 files)

Antonio Rojas arojas at archlinux.org
Thu Feb 4 19:53:15 UTC 2016


    Date: Thursday, February 4, 2016 @ 20:53:15
  Author: arojas
Revision: 258879

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

Added:
  lensfun/repos/testing-i686/PKGBUILD
    (from rev 258878, lensfun/trunk/PKGBUILD)
  lensfun/repos/testing-x86_64/PKGBUILD
    (from rev 258878, lensfun/trunk/PKGBUILD)
Deleted:
  lensfun/repos/testing-i686/PKGBUILD
  lensfun/repos/testing-x86_64/PKGBUILD

-------------------------+
 /PKGBUILD               |   50 ++++++++++++++++++++++++++++++++++++++++++++++
 testing-i686/PKGBUILD   |   25 -----------------------
 testing-x86_64/PKGBUILD |   25 -----------------------
 3 files changed, 50 insertions(+), 50 deletions(-)

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2016-02-04 19:52:30 UTC (rev 258878)
+++ testing-i686/PKGBUILD	2016-02-04 19:53:15 UTC (rev 258879)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
-
-pkgname=lensfun
-pkgver=0.3.2
-pkgrel=1
-pkgdesc="Database of photographic lenses and a library that allows advanced access to the database"
-arch=(i686 x86_64)
-url="http://lensfun.sourceforge.net"
-license=('LGPL3')
-depends=('glibc' 'glib2')
-makedepends=('python' 'libpng' 'doxygen' 'cmake')
-source=("http://sourceforge.net/projects/lensfun/files/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('1d978b15aa7304d66a4931fa37ca9f8f89396c16')
-
-build() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    cmake -DLENSFUN_INSTALL_PREFIX=/usr .
-    make all
-}
-
-package() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    make DESTDIR="$pkgdir" install
-}

Copied: lensfun/repos/testing-i686/PKGBUILD (from rev 258878, lensfun/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2016-02-04 19:53:15 UTC (rev 258879)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=lensfun
+pkgver=0.3.2
+pkgrel=2
+pkgdesc="Database of photographic lenses and a library that allows advanced access to the database"
+arch=(i686 x86_64)
+url="http://lensfun.sourceforge.net"
+license=('LGPL3')
+depends=('glibc' 'glib2')
+makedepends=('python' 'libpng' 'doxygen' 'cmake')
+source=("http://sourceforge.net/projects/lensfun/files/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha1sums=('1d978b15aa7304d66a4931fa37ca9f8f89396c16')
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib .
+    make all
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="$pkgdir" install
+}

Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2016-02-04 19:52:30 UTC (rev 258878)
+++ testing-x86_64/PKGBUILD	2016-02-04 19:53:15 UTC (rev 258879)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
-
-pkgname=lensfun
-pkgver=0.3.2
-pkgrel=1
-pkgdesc="Database of photographic lenses and a library that allows advanced access to the database"
-arch=(i686 x86_64)
-url="http://lensfun.sourceforge.net"
-license=('LGPL3')
-depends=('glibc' 'glib2')
-makedepends=('python' 'libpng' 'doxygen' 'cmake')
-source=("http://sourceforge.net/projects/lensfun/files/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('1d978b15aa7304d66a4931fa37ca9f8f89396c16')
-
-build() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    cmake -DLENSFUN_INSTALL_PREFIX=/usr .
-    make all
-}
-
-package() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    make DESTDIR="$pkgdir" install
-}

Copied: lensfun/repos/testing-x86_64/PKGBUILD (from rev 258878, lensfun/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2016-02-04 19:53:15 UTC (rev 258879)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=lensfun
+pkgver=0.3.2
+pkgrel=2
+pkgdesc="Database of photographic lenses and a library that allows advanced access to the database"
+arch=(i686 x86_64)
+url="http://lensfun.sourceforge.net"
+license=('LGPL3')
+depends=('glibc' 'glib2')
+makedepends=('python' 'libpng' 'doxygen' 'cmake')
+source=("http://sourceforge.net/projects/lensfun/files/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha1sums=('1d978b15aa7304d66a4931fa37ca9f8f89396c16')
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib .
+    make all
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list