Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
rkcommon


Commits:
63233896 by Daniel Bermond at 2024-03-02T10:43:45-03:00
upgpkg: 1.13.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,15 +1,15 @@
 pkgbase = rkcommon
        pkgdesc = Intel RenderKit common C++/CMake infrastructure
-       pkgver = 1.12.0
+       pkgver = 1.13.0
        pkgrel = 1
        url = https://github.com/ospray/rkcommon/
        arch = x86_64
-       license = Apache
+       license = Apache-2.0
        makedepends = cmake
        depends = gcc-libs
        depends = glibc
        depends = onetbb
-       source = 
https://github.com/ospray/rkcommon//archive/v1.12.0/rkcommon-1.12.0.tar.gz
-       sha256sums = 
6abb901073811cdbcbe336772e1fcb458d78cab5ad8d5d61de2b57ab83581e80
+       source = 
https://github.com/ospray/rkcommon//archive/v1.13.0/rkcommon-1.13.0.tar.gz
+       sha256sums = 
8ae9f911420085ceeca36e1f16d1316a77befbf6bf6de2a186d65440ac66ff1f
 
 pkgname = rkcommon


=====================================
PKGBUILD
=====================================
@@ -2,29 +2,30 @@
 # Maintainer: Bruno Pagani <archa...@archlinux.org>
 
 pkgname=rkcommon
-pkgver=1.12.0
+pkgver=1.13.0
 pkgrel=1
 pkgdesc="Intel RenderKit common C++/CMake infrastructure"
 arch=(x86_64)
 url="https://github.com/ospray/rkcommon/";
-license=(Apache)
+license=(Apache-2.0)
 depends=(gcc-libs glibc onetbb)
 makedepends=(cmake)
 source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('6abb901073811cdbcbe336772e1fcb458d78cab5ad8d5d61de2b57ab83581e80')
+sha256sums=('8ae9f911420085ceeca36e1f16d1316a77befbf6bf6de2a186d65440ac66ff1f')
 
 build() {
   cmake -B build -S ${pkgname}-${pkgver} \
+    -G 'Unix Makefiles' \
     -DCMAKE_BUILD_TYPE=None \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -Wno-dev
-  make -C build
+  cmake --build build
 }
 
 check() {
-  make -C build test
+  ctest --test-dir build --output-on-failure
 }
 
 package() {
-  make -C build DESTDIR="${pkgdir}" install
+  DESTDIR="${pkgdir}" cmake --install build
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rkcommon/-/commit/63233896238785cc44ea0dd940e1818a08602137

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rkcommon/-/commit/63233896238785cc44ea0dd940e1818a08602137
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to