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

Alexander Rødseth arodseth at archlinux.org
Wed Jun 5 13:35:13 UTC 2019


    Date: Wednesday, June 5, 2019 @ 13:35:12
  Author: arodseth
Revision: 476986

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   97 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 49 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-05 13:35:07 UTC (rev 476985)
+++ PKGBUILD	2019-06-05 13:35:12 UTC (rev 476986)
@@ -1,48 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Wilhem Barbier <wilhem.b at free.fr>
-
-pkgname=raylib
-pkgver=2.0.0
-pkgrel=3
-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#tag=$pkgver")
-md5sums=(SKIP)
-
-build() {
-  mkdir -p build
-  cd build
-  cmake "$srcdir/$pkgname" \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -DCMAKE_C_FLAGS="$CFLAGS -fPIC -w" \
-    -DOpenGL_GL_PREFERENCE=GLVND \
-    -DUSE_EXTERNAL_GLFW=ON \
-    -DBUILD_EXAMPLES=OFF \
-    -DBUILD_GAMES=OFF \
-    -DSHARED=ON \
-    -DSTATIC=OFF \
-    -DWITH_PIC=ON \
-    -G Ninja
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-  # Also package header files
-  for f in build/release/*.h; do
-    install -Dm644 "$f" "$pkgdir/usr/include/$(basename $f)"
-  done
-  # License
-  install -Dm644 "$pkgname/LICENSE.md" \
-    "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
-  # Fix the pkg-config file
-  sed -i 's/: glfw/: glfw3/g' "$pkgdir/usr/lib/pkgconfig/$pkgname.pc"
-}
-
-# vim: ts=2 sw=2 et:

Copied: raylib/repos/community-x86_64/PKGBUILD (from rev 476985, raylib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-05 13:35:12 UTC (rev 476986)
@@ -0,0 +1,49 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Wilhem Barbier <wilhem.b at free.fr>
+
+pkgname=raylib
+pkgver=2.5.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#tag=$pkgver")
+md5sums=('SKIP')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake "$srcdir/$pkgname" \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DCMAKE_C_FLAGS="$CFLAGS -fPIC -w" \
+    -DOpenGL_GL_PREFERENCE=GLVND \
+    -DUSE_EXTERNAL_GLFW=ON \
+    -DBUILD_EXAMPLES=OFF \
+    -DBUILD_GAMES=OFF \
+    -DSHARED=ON \
+    -DSTATIC=OFF \
+    -DWITH_PIC=ON \
+    -G Ninja
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+  # Also package header files
+  for f in build/src/*.h; do
+    install -Dm644 "$f" "$pkgdir/usr/include/$(basename $f)"
+  done
+  # License
+  install -Dm644 "$pkgname/LICENSE.md" \
+    "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+  # Fix the pkg-config file
+  sed -i 's/: glfw/: glfw3/g' "$pkgdir/usr/lib/pkgconfig/$pkgname.pc"
+}
+
+# getver: github.com/raysan5/raylib/releases
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list