[arch-commits] Commit in rkcommon/repos/community-x86_64 (PKGBUILD PKGBUILD)

Daniel Bermond dbermond at gemini.archlinux.org
Sat Feb 5 12:15:29 UTC 2022


    Date: Saturday, February 5, 2022 @ 12:15:29
  Author: dbermond
Revision: 1126431

archrelease: copy trunk to community-x86_64

Added:
  rkcommon/repos/community-x86_64/PKGBUILD
    (from rev 1126430, rkcommon/trunk/PKGBUILD)
Deleted:
  rkcommon/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-05 12:15:04 UTC (rev 1126430)
+++ PKGBUILD	2022-02-05 12:15:29 UTC (rev 1126431)
@@ -1,30 +0,0 @@
-# Maintainer: Daniel Bermond <dbermond at archlinux.org>
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgname=rkcommon
-pkgver=1.8.0
-pkgrel=2
-pkgdesc="Intel RenderKit common C++/CMake infrastructure"
-arch=(x86_64)
-url="https://github.com/ospray/rkcommon/"
-license=(Apache)
-depends=(tbb)
-makedepends=(cmake)
-source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('f037c15f7049610ef8bca37500b2ab00775af60ebbb9d491ba5fc2e5c04a7794')
-
-build() {
-  cmake -B build -S ${pkgname}-${pkgver} \
-    -DCMAKE_BUILD_TYPE=None \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -Wno-dev
-  make -C build
-}
-
-check() {
-  make -C build test
-}
-
-package() {
-  make -C build DESTDIR="${pkgdir}" install
-}

Copied: rkcommon/repos/community-x86_64/PKGBUILD (from rev 1126430, rkcommon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-05 12:15:29 UTC (rev 1126431)
@@ -0,0 +1,30 @@
+# Maintainer: Daniel Bermond <dbermond at archlinux.org>
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=rkcommon
+pkgver=1.8.0
+pkgrel=3
+pkgdesc="Intel RenderKit common C++/CMake infrastructure"
+arch=(x86_64)
+url="https://github.com/ospray/rkcommon/"
+license=(Apache)
+depends=(tbb)
+makedepends=(cmake)
+source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('f037c15f7049610ef8bca37500b2ab00775af60ebbb9d491ba5fc2e5c04a7794')
+
+build() {
+  cmake -B build -S ${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=None \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -Wno-dev
+  make -C build
+}
+
+check() {
+  make -C build test
+}
+
+package() {
+  make -C build DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list