[arch-commits] Commit in raylib/repos/community-x86_64 (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at gemini.archlinux.org
Sun Aug 14 13:02:43 UTC 2022
Date: Sunday, August 14, 2022 @ 13:02:42
Author: arodseth
Revision: 1266038
archrelease: copy trunk to community-x86_64
Added:
raylib/repos/community-x86_64/PKGBUILD
(from rev 1266037, raylib/trunk/PKGBUILD)
Deleted:
raylib/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 78 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 39 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-08-14 13:02:37 UTC (rev 1266037)
+++ PKGBUILD 2022-08-14 13:02:42 UTC (rev 1266038)
@@ -1,39 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Wilhem Barbier <wilhem.b at free.fr>
-
-pkgname=raylib
-pkgver=4.2.0
-pkgrel=1
-pkgdesc='Simple and easy-to-use game programming library'
-arch=(x86_64)
-url='https://www.raylib.com'
-license=(ZLIB)
-makedepends=(cmake git libx11 libxcursor libxinerama libxrandr ninja vulkan-headers xorg-server-devel xorg-xinput)
-source=("git+https://github.com/raysan5/raylib#commit=d658e6772d75bce52fbe46cc9789f0b33500bc0f") # tag: 4.2.0
-b2sums=('SKIP')
-
-build() {
- cmake \
- -B build \
- -D BUILD_EXAMPLES=OFF \
- -D BUILD_SHARED_LIBS=ON \
- -D CMAKE_BUILD_TYPE=Release \
- -D CMAKE_C_FLAGS="$CFLAGS -fPIC -w" \
- -D CMAKE_INSTALL_LIBDIR=lib \
- -D CMAKE_INSTALL_PREFIX=/usr \
- -D OpenGL_GL_PREFERENCE=GLVND \
- -D USE_EXTERNAL_GLFW=OFF \
- -D WITH_PIC=ON \
- -G Ninja \
- -S $pkgname \
- -W no-dev
- ninja -C build
-}
-
-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 1266037, raylib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-08-14 13:02:42 UTC (rev 1266038)
@@ -0,0 +1,39 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Wilhem Barbier <wilhem.b at free.fr>
+
+pkgname=raylib
+pkgver=4.2.0
+pkgrel=2
+pkgdesc='Simple and easy-to-use game programming library'
+arch=(x86_64)
+url='https://www.raylib.com'
+license=(ZLIB)
+makedepends=(cmake git libx11 libxcursor libxinerama libxrandr ninja vulkan-headers xorg-server-devel xorg-xinput)
+source=("git+https://github.com/raysan5/raylib#commit=bf2ad9df5fdcaa385b2a7f66fd85632eeebbadaa") # tag: 4.2.0
+b2sums=('SKIP')
+
+build() {
+ cmake \
+ -B build \
+ -D BUILD_EXAMPLES=OFF \
+ -D BUILD_SHARED_LIBS=ON \
+ -D CMAKE_BUILD_TYPE=Release \
+ -D CMAKE_C_FLAGS="$CFLAGS -fPIC -w" \
+ -D CMAKE_INSTALL_LIBDIR=lib \
+ -D CMAKE_INSTALL_PREFIX=/usr \
+ -D OpenGL_GL_PREFERENCE=GLVND \
+ -D USE_EXTERNAL_GLFW=OFF \
+ -D WITH_PIC=ON \
+ -G Ninja \
+ -S $pkgname \
+ -W no-dev
+ ninja -C build
+}
+
+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