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

Alexander Rødseth arodseth at archlinux.org
Sun May 2 10:09:23 UTC 2021


    Date: Sunday, May 2, 2021 @ 10:09:23
  Author: arodseth
Revision: 926092

archrelease: copy trunk to community-x86_64

Added:
  raylib/repos/community-x86_64/PKGBUILD
    (from rev 926091, raylib/trunk/PKGBUILD)
Deleted:
  raylib/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   81 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-02 10:09:18 UTC (rev 926091)
+++ PKGBUILD	2021-05-02 10:09:23 UTC (rev 926092)
@@ -1,41 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Wilhem Barbier <wilhem.b at free.fr>
-
-pkgname=raylib
-pkgver=3.7.0
-pkgrel=1
-pkgdesc='Simple and easy-to-use game programming library'
-arch=(x86_64)
-url='https://www.raylib.com'
-license=(ZLIB)
-depends=(glfw)
-makedepends=(cmake git libx11 libxcursor libxinerama libxrandr ninja vulkan-headers xorg-server-devel xorg-xinput)
-source=("git+https://github.com/raysan5/raylib#commit=b6c8d343dca2ef19c23c50975328a028124cf3cb") # tag: 3.7.0
-b2sums=('SKIP')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../$pkgname \
-    -Wno-dev \
-    -D CMAKE_BUILD_TYPE=Release \
-    -D CMAKE_INSTALL_PREFIX=/usr \
-    -D CMAKE_INSTALL_LIBDIR=lib \
-    -D CMAKE_C_FLAGS="$CFLAGS -fPIC -w" \
-    -D OpenGL_GL_PREFERENCE=GLVND \
-    -D USE_EXTERNAL_GLFW=ON \
-    -D BUILD_EXAMPLES=OFF \
-    -D SHARED=ON \
-    -D STATIC=OFF \
-    -D WITH_PIC=ON \
-    -G Ninja
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-  install -Dm 644 "$pkgname/LICENSE" \
-    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# getver: github.com/raysan5/raylib/releases

Copied: raylib/repos/community-x86_64/PKGBUILD (from rev 926091, raylib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-02 10:09:23 UTC (rev 926092)
@@ -0,0 +1,40 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Wilhem Barbier <wilhem.b at free.fr>
+
+pkgname=raylib
+pkgver=3.7.0
+pkgrel=2
+pkgdesc='Simple and easy-to-use game programming library'
+arch=(x86_64)
+url='https://www.raylib.com'
+license=(ZLIB)
+depends=(glfw)
+makedepends=(cmake git libx11 libxcursor libxinerama libxrandr ninja vulkan-headers xorg-server-devel xorg-xinput)
+source=("git+https://github.com/raysan5/raylib#commit=b6c8d343dca2ef19c23c50975328a028124cf3cb") # tag: 3.7.0
+b2sums=('SKIP')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../$pkgname \
+    -Wno-dev \
+    -D CMAKE_BUILD_TYPE=Release \
+    -D CMAKE_INSTALL_PREFIX=/usr \
+    -D CMAKE_INSTALL_LIBDIR=lib \
+    -D CMAKE_C_FLAGS="$CFLAGS -fPIC -w" \
+    -D OpenGL_GL_PREFERENCE=GLVND \
+    -D USE_EXTERNAL_GLFW=ON \
+    -D BUILD_EXAMPLES=OFF \
+    -D BUILD_SHARED_LIBS=ON \
+    -D WITH_PIC=ON \
+    -G Ninja
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+  install -Dm 644 "$pkgname/LICENSE" \
+    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: github.com/raysan5/raylib/releases



More information about the arch-commits mailing list