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


Commits:
8795d986 by Daniel Bermond at 2026-02-15T14:25:02-03:00
Cosmetic changes

- - - - -
6614232b by Daniel Bermond at 2026-02-15T14:27:57-03:00
gcc-libs deprecation

https://archlinux.org/todo/gcc-libs-deprecation/

- - - - -
6caee1a8 by Daniel Bermond at 2026-02-15T14:30:01-03:00
upgpkg: 1.15.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,15 +1,16 @@
 pkgbase = rkcommon
        pkgdesc = Intel RenderKit common C++/CMake infrastructure
-       pkgver = 1.14.2
+       pkgver = 1.15.2
        pkgrel = 1
        url = https://github.com/ospray/rkcommon/
        arch = x86_64
        license = Apache-2.0
        makedepends = cmake
-       depends = gcc-libs
        depends = glibc
+       depends = libgcc
+       depends = libstdc++
        depends = onetbb
-       source = 
https://github.com/ospray/rkcommon//archive/v1.14.2/rkcommon-1.14.2.tar.gz
-       sha256sums = 
79334ef3dadddb03ec0483fbf49bf690fb8902d5c2732d977b2c116651484cc6
+       source = 
https://github.com/ospray/rkcommon/archive/v1.15.2/rkcommon-1.15.2.tar.gz
+       sha256sums = 
9128642e5187b963385dbf1655f3b143d3ef46310cc2e27114d220b347d0e2f2
 
 pkgname = rkcommon


=====================================
PKGBUILD
=====================================
@@ -2,30 +2,35 @@
 # Maintainer: Bruno Pagani <[email protected]>
 
 pkgname=rkcommon
-pkgver=1.14.2
+pkgver=1.15.2
 pkgrel=1
-pkgdesc="Intel RenderKit common C++/CMake infrastructure"
-arch=(x86_64)
-url="https://github.com/ospray/rkcommon/";
-license=(Apache-2.0)
-depends=(gcc-libs glibc onetbb)
-makedepends=(cmake)
-source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('79334ef3dadddb03ec0483fbf49bf690fb8902d5c2732d977b2c116651484cc6')
+pkgdesc='Intel RenderKit common C++/CMake infrastructure'
+arch=('x86_64')
+url='https://github.com/ospray/rkcommon/'
+license=('Apache-2.0')
+depends=(
+    'glibc'
+    'libgcc'
+    'libstdc++'
+    'onetbb')
+makedepends=(
+    'cmake')
+source=("https://github.com/ospray/rkcommon/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('9128642e5187b963385dbf1655f3b143d3ef46310cc2e27114d220b347d0e2f2')
 
 build() {
-  cmake -B build -S ${pkgname}-${pkgver} \
-    -G 'Unix Makefiles' \
-    -DCMAKE_BUILD_TYPE=None \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -Wno-dev
-  cmake --build build
+    cmake -B build -S "${pkgname}-${pkgver}" \
+        -G 'Unix Makefiles' \
+        -DCMAKE_BUILD_TYPE:STRING='None' \
+        -DCMAKE_INSTALL_PREFIX:PATH='/usr' \
+        -Wno-dev
+    cmake --build build
 }
 
 check() {
-  ctest --test-dir build --output-on-failure
+    ctest --test-dir build --output-on-failure
 }
 
 package() {
-  DESTDIR="${pkgdir}" cmake --install build
+    DESTDIR="$pkgdir" cmake --install build
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rkcommon/-/compare/dc87c5422242739e0a6b54e1213e385a0b6de8e6...6caee1a80a3376ae16acd4707a031c4d9f49d990

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rkcommon/-/compare/dc87c5422242739e0a6b54e1213e385a0b6de8e6...6caee1a80a3376ae16acd4707a031c4d9f49d990
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to