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

Antonio Rojas arojas at gemini.archlinux.org
Mon Apr 25 20:09:40 UTC 2022


    Date: Monday, April 25, 2022 @ 20:09:39
  Author: arojas
Revision: 1190092

archrelease: copy trunk to community-x86_64

Added:
  coin/repos/community-x86_64/PKGBUILD
    (from rev 1190091, coin/trunk/PKGBUILD)
Deleted:
  coin/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  112 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-25 20:09:27 UTC (rev 1190091)
+++ PKGBUILD	2022-04-25 20:09:39 UTC (rev 1190092)
@@ -1,56 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Gabriel Souza Franco
-# Contributor: Florian Pritz
-# Contributor: Christian Hesse <mail at eworm.de>
-# Contributor: Thomas Dziedzic <gostrc at gmail>
-# Contributor: Mickele
-# Contributor: Marcus Fritzsch <fritschy at googlemail.com>
-
-pkgname=coin
-pkgver=4.0.0.f4e446
-pkgrel=2
-pkgdesc='3D graphics library compatible with Open Inventor'
-url='https://github.com/coin3d/coin'
-license=(GPL)
-arch=(x86_64)
-depends=(libgl)
-makedepends=(boost cmake doxygen ninja git glu)
-optdepends=('fontconfig: dynamic linking support'
-            'freetype2: dynamic linking support'
-            'openal: audio/dynamic linking support'
-            'zlib: dynamic linking support')
-# f4e446e is the same as version 4.0.0 + patches
-source=("git+$url#commit=f4e446e3d510a880d1b7808fb7e45d781e8b8a4c"
-        'man3.patch::https://github.com/coin3d/coin/commit/5a97506a7fa80c5ebcc8aa4685d5cd07b7d95bed.patch')
-sha256sums=(SKIP
-            79a539ed890d628f1b87b38ef2b1f56ee3da6d61b3c900ffbb89effa3eb0d4a9)
-
-prepare() {
-  cd coin
-  patch -p1 -i ../man3.patch || true
-}
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../coin \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -DCOIN_THREADSAFE=ON \
-    -DCOIN_BUILD_DOCUMENTATION=ON \
-    -DCOIN_BUILD_DOCUMENTATION_CHM=OFF \
-    -DCOIN_BUILD_DOCUMENTATION_MAN=ON \
-    -DUSE_EXTERNAL_EXPAT=ON \
-    -DCMAKE_C_FLAGS="$CFLAGS -fPIC -w" \
-    -DCMAKE_CXX_FLAGS="$CXXFLAGS -fPIC -w" \
-    -GNinja
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-  # Skip the HTML documentation
-  rm -rf "$pkgdir/usr/share/doc"
-  # Remove an empty directory
-  rmdir "$pkgdir/usr/share/Coin/profiler"
-}

Copied: coin/repos/community-x86_64/PKGBUILD (from rev 1190091, coin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-25 20:09:39 UTC (rev 1190092)
@@ -0,0 +1,56 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Gabriel Souza Franco
+# Contributor: Florian Pritz
+# Contributor: Christian Hesse <mail at eworm.de>
+# Contributor: Thomas Dziedzic <gostrc at gmail>
+# Contributor: Mickele
+# Contributor: Marcus Fritzsch <fritschy at googlemail.com>
+
+pkgname=coin
+pkgver=4.0.0.f4e446
+pkgrel=3
+pkgdesc='3D graphics library compatible with Open Inventor'
+url='https://github.com/coin3d/coin'
+license=(GPL)
+arch=(x86_64)
+depends=(libgl)
+makedepends=(boost cmake doxygen ninja git glu)
+optdepends=('fontconfig: dynamic linking support'
+            'freetype2: dynamic linking support'
+            'openal: audio/dynamic linking support'
+            'zlib: dynamic linking support')
+# f4e446e is the same as version 4.0.0 + patches
+source=("git+$url#commit=f4e446e3d510a880d1b7808fb7e45d781e8b8a4c"
+        'man3.patch::https://github.com/coin3d/coin/commit/5a97506a7fa80c5ebcc8aa4685d5cd07b7d95bed.patch')
+sha256sums=('SKIP'
+            '527619771572adf3c57da2e19690e595c66997555a9f3fef22c637a87c61602c')
+
+prepare() {
+  cd coin
+  patch -p1 -i ../man3.patch || true
+}
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../coin \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DCOIN_THREADSAFE=ON \
+    -DCOIN_BUILD_DOCUMENTATION=ON \
+    -DCOIN_BUILD_DOCUMENTATION_CHM=OFF \
+    -DCOIN_BUILD_DOCUMENTATION_MAN=ON \
+    -DUSE_EXTERNAL_EXPAT=ON \
+    -DCMAKE_C_FLAGS="$CFLAGS -fPIC -w" \
+    -DCMAKE_CXX_FLAGS="$CXXFLAGS -fPIC -w" \
+    -GNinja
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+  # Skip the HTML documentation
+  rm -rf "$pkgdir/usr/share/doc"
+  # Remove an empty directory
+  rmdir "$pkgdir/usr/share/Coin/profiler"
+}



More information about the arch-commits mailing list