[arch-commits] Commit in rkcommon/repos/community-x86_64 (PKGBUILD PKGBUILD)
Daniel Bermond
dbermond at archlinux.org
Wed May 26 23:42:42 UTC 2021
Date: Wednesday, May 26, 2021 @ 23:42:41
Author: dbermond
Revision: 947421
archrelease: copy trunk to community-x86_64
Added:
rkcommon/repos/community-x86_64/PKGBUILD
(from rev 947420, rkcommon/trunk/PKGBUILD)
Deleted:
rkcommon/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-26 23:42:27 UTC (rev 947420)
+++ PKGBUILD 2021-05-26 23:42:41 UTC (rev 947421)
@@ -1,30 +0,0 @@
-# Maintainer: Daniel Bermond <dbermond at archlinux.org>
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgname=rkcommon
-pkgver=1.6.0
-pkgrel=1
-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=('24d0c9c58a4d2f22075850df170ec5732cfaa0a16f22f90dbd6538232be009b0')
-
-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 947420, rkcommon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-26 23:42:41 UTC (rev 947421)
@@ -0,0 +1,30 @@
+# Maintainer: Daniel Bermond <dbermond at archlinux.org>
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=rkcommon
+pkgver=1.6.1
+pkgrel=1
+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=('b61c10f26fba3e6f00305d5828b3bac523d559c5c0e6f79893b19e8c0e30074e')
+
+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