Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages / 
coin


Commits:
9a234ad0 by Alexander F. Rødseth at 2023-12-08T12:44:28+01:00
upgpkg: 4.0.2-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,22 @@
+pkgbase = coin
+       pkgdesc = 3D graphics library compatible with Open Inventor
+       pkgver = 4.0.2
+       pkgrel = 1
+       url = https://github.com/coin3d/coin
+       arch = x86_64
+       license = GPL
+       makedepends = boost
+       makedepends = cmake
+       makedepends = doxygen
+       makedepends = ninja
+       makedepends = git
+       makedepends = glu
+       depends = libgl
+       optdepends = fontconfig: dynamic linking support
+       optdepends = freetype2: dynamic linking support
+       optdepends = openal: audio/dynamic linking support
+       optdepends = zlib: dynamic linking support
+       source = 
git+https://github.com/coin3d/coin#commit=ebd6e7df89de12200ca56cd62d5d8aeb14177d74
+       b2sums = SKIP
+
+pkgname = coin


=====================================
PKGBUILD
=====================================
@@ -7,8 +7,8 @@
 # Contributor: Marcus Fritzsch <frits...@googlemail.com>
 
 pkgname=coin
-pkgver=4.0.0.04c190
-pkgrel=4
+pkgver=4.0.2
+pkgrel=1
 pkgdesc='3D graphics library compatible with Open Inventor'
 url='https://github.com/coin3d/coin'
 license=(GPL)
@@ -19,16 +19,8 @@ optdepends=('fontconfig: dynamic linking support'
             'freetype2: dynamic linking support'
             'openal: audio/dynamic linking support'
             'zlib: dynamic linking support')
-# 04c190 is the same as version 4.0.0 + patches
-source=("git+$url#commit=04c19005bfd124d980e8946cb5bc1fc2b37bda29"
-        
'man3.patch::https://github.com/coin3d/coin/commit/5a97506a7fa80c5ebcc8aa4685d5cd07b7d95bed.patch')
-b2sums=('SKIP'
-        
'd1b2d7f740f8abca17e080b53e5d7c22c699b4cfe65c6115dc2a721484ac429a1f6a5fffd3fd4ce705a62b68cd276bc4ad3c2bd3c1a0ddb5e28a20ed4ba80889')
-
-prepare() {
-  cd coin
-  patch -i ../man3.patch -p1 -s -t
-}
+source=("git+$url#commit=ebd6e7df89de12200ca56cd62d5d8aeb14177d74")
+b2sums=('SKIP')
 
 build() {
   cmake \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/coin/-/commit/9a234ad0e7f9a37a36a1c104da2261e601b4c5e2

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


Reply via email to