[arch-commits] Commit in imath/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Wed Mar 30 06:59:18 UTC 2022


    Date: Wednesday, March 30, 2022 @ 06:59:18
  Author: arojas
Revision: 440953

archrelease: copy trunk to extra-x86_64

Added:
  imath/repos/extra-x86_64/PKGBUILD
    (from rev 440952, imath/trunk/PKGBUILD)
Deleted:
  imath/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-30 06:59:08 UTC (rev 440952)
+++ PKGBUILD	2022-03-30 06:59:18 UTC (rev 440953)
@@ -1,26 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=imath
-pkgver=3.1.4
-pkgrel=1
-pkgdesc='A C++ and python library of 2D and 3D vector, matrix, and math operations for computer graphics'
-url='https://www.openexr.com/'
-arch=(x86_64)
-license=(BSD)
-depends=(gcc-libs)
-optdepends=('python: python bindings' 'boost-libs: python bindings')
-makedepends=(cmake python boost)
-source=(https://github.com/AcademySoftwareFoundation/Imath/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('fcca5fbb37d375a252bacd8a29935569bdc28b888f01ef1d9299ca0c9e87c17a')
-
-build() {
-  cmake -B build -S Imath-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DPYTHON=ON
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-  install -Dm644 Imath-$pkgver/LICENSE.md -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: imath/repos/extra-x86_64/PKGBUILD (from rev 440952, imath/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-30 06:59:18 UTC (rev 440953)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=imath
+pkgver=3.1.5
+pkgrel=1
+pkgdesc='A C++ and python library of 2D and 3D vector, matrix, and math operations for computer graphics'
+url='https://www.openexr.com/'
+arch=(x86_64)
+license=(BSD)
+depends=(gcc-libs)
+optdepends=('python: python bindings' 'boost-libs: python bindings')
+makedepends=(cmake python boost)
+source=(https://github.com/AcademySoftwareFoundation/Imath/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('1e9c7c94797cf7b7e61908aed1f80a331088cc7d8873318f70376e4aed5f25fb')
+
+build() {
+  cmake -B build -S Imath-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DPYTHON=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+  install -Dm644 Imath-$pkgver/LICENSE.md -t "$pkgdir"/usr/share/licenses/$pkgname
+}



More information about the arch-commits mailing list