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

Sven-Hendrik Haase svenstaro at archlinux.org
Mon Jan 16 00:54:31 UTC 2017


    Date: Monday, January 16, 2017 @ 00:54:30
  Author: svenstaro
Revision: 207540

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

Added:
  alembic/repos/community-i686/PKGBUILD
    (from rev 207539, alembic/trunk/PKGBUILD)
  alembic/repos/community-x86_64/PKGBUILD
    (from rev 207539, alembic/trunk/PKGBUILD)
Deleted:
  alembic/repos/community-i686/PKGBUILD
  alembic/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   72 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   35 ---------------------
 community-x86_64/PKGBUILD |   35 ---------------------
 3 files changed, 72 insertions(+), 70 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-01-16 00:54:18 UTC (rev 207539)
+++ community-i686/PKGBUILD	2017-01-16 00:54:30 UTC (rev 207540)
@@ -1,35 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-
-pkgname=alembic
-pkgver=1.7.0
-pkgrel=1
-pkgdesc="A open framework for storing and sharing scene data"
-arch=('i686' 'x86_64')
-url="http://www.alembic.io/"
-license=('BSD3')
-depends=('openexr' 'boost' 'hdf5' 'zlib')
-makedepends=('cmake')
-source=(https://github.com/alembic/alembic/archive/${pkgver}.tar.gz)
-sha512sums=('90aa621f03b13589fd64416b7cfa5125ca73d551a1115f576a36c0821d6272117ce130874491f05c725fb7dbc18794a7aaccdbb9ba79ede9a51f3d378a7911b5')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-	mkdir build && cd build
-
-	cmake .. \
-		-DUSE_HDF5=ON
-
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-	install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-
-	cd build
-  make DESTDIR="${pkgdir}/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: alembic/repos/community-i686/PKGBUILD (from rev 207539, alembic/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-01-16 00:54:30 UTC (rev 207540)
@@ -0,0 +1,36 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+
+pkgname=alembic
+pkgver=1.7.0
+pkgrel=2
+pkgdesc="A open framework for storing and sharing scene data"
+arch=('i686' 'x86_64')
+url="http://www.alembic.io/"
+license=('BSD3')
+depends=('openexr' 'boost' 'hdf5' 'zlib')
+makedepends=('cmake')
+source=(https://github.com/alembic/alembic/archive/${pkgver}.tar.gz)
+sha512sums=('90aa621f03b13589fd64416b7cfa5125ca73d551a1115f576a36c0821d6272117ce130874491f05c725fb7dbc18794a7aaccdbb9ba79ede9a51f3d378a7911b5')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  mkdir build && cd build
+
+  cmake .. \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DUSE_HDF5=ON
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+
+  cd build
+  make DESTDIR="${pkgdir}/" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-01-16 00:54:18 UTC (rev 207539)
+++ community-x86_64/PKGBUILD	2017-01-16 00:54:30 UTC (rev 207540)
@@ -1,35 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-
-pkgname=alembic
-pkgver=1.7.0
-pkgrel=1
-pkgdesc="A open framework for storing and sharing scene data"
-arch=('i686' 'x86_64')
-url="http://www.alembic.io/"
-license=('BSD3')
-depends=('openexr' 'boost' 'hdf5' 'zlib')
-makedepends=('cmake')
-source=(https://github.com/alembic/alembic/archive/${pkgver}.tar.gz)
-sha512sums=('90aa621f03b13589fd64416b7cfa5125ca73d551a1115f576a36c0821d6272117ce130874491f05c725fb7dbc18794a7aaccdbb9ba79ede9a51f3d378a7911b5')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-	mkdir build && cd build
-
-	cmake .. \
-		-DUSE_HDF5=ON
-
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-	install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-
-	cd build
-  make DESTDIR="${pkgdir}/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: alembic/repos/community-x86_64/PKGBUILD (from rev 207539, alembic/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-01-16 00:54:30 UTC (rev 207540)
@@ -0,0 +1,36 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+
+pkgname=alembic
+pkgver=1.7.0
+pkgrel=2
+pkgdesc="A open framework for storing and sharing scene data"
+arch=('i686' 'x86_64')
+url="http://www.alembic.io/"
+license=('BSD3')
+depends=('openexr' 'boost' 'hdf5' 'zlib')
+makedepends=('cmake')
+source=(https://github.com/alembic/alembic/archive/${pkgver}.tar.gz)
+sha512sums=('90aa621f03b13589fd64416b7cfa5125ca73d551a1115f576a36c0821d6272117ce130874491f05c725fb7dbc18794a7aaccdbb9ba79ede9a51f3d378a7911b5')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  mkdir build && cd build
+
+  cmake .. \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DUSE_HDF5=ON
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+
+  cd build
+  make DESTDIR="${pkgdir}/" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list