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

Sven-Hendrik Haase svenstaro at archlinux.org
Tue Feb 23 20:50:26 UTC 2021


    Date: Tuesday, February 23, 2021 @ 20:50:26
  Author: svenstaro
Revision: 870722

archrelease: copy trunk to community-x86_64

Added:
  glfw/repos/community-x86_64/PKGBUILD
    (from rev 870721, glfw/trunk/PKGBUILD)
Deleted:
  glfw/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  156 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 78 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-23 20:50:15 UTC (rev 870721)
+++ PKGBUILD	2021-02-23 20:50:26 UTC (rev 870722)
@@ -1,78 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
-# Contributor: philefou <tuxication AT gmail DOT com>
-# Contributor: lindquist <tomas at famolsen.dk>
-# Contributor: Christoph Siegenthaler <csi at gmx.ch>
-# Contributor: Mihai Militaru <mihai.militaru at ephemeros.org>
-# Contributor: SpepS <dreamspepser at yahoo dot it>
-
-pkgbase=glfw
-pkgname=('glfw-x11' 'glfw-wayland' 'glfw-doc')
-pkgver=3.3.2
-pkgrel=2
-arch=('x86_64')
-url="http://www.glfw.org/"
-license=('custom:ZLIB')
-makedepends=('mesa' 'cmake' 'doxygen' 'vulkan-headers' 'vulkan-icd-loader'
-             'extra-cmake-modules' 'wayland-protocols' 'libxi' 'libxrandr'
-             'libxcursor' 'libxkbcommon' 'libxinerama')
-source=("https://github.com/glfw/glfw/archive/${pkgver}.tar.gz")
-sha512sums=('f5af749d33b5b900ccf07988ad0bf51bd766a18e4cf2bc2a76020c88e98a2528ff1b965224184fe0d290cfe34b1af1e6f633600660d81194fe354078e2f35c56')
-
-prepare() {
-  cd "$srcdir/$pkgbase-$pkgver"
-  mkdir build-x11 build-wayland
-}
-
-build() {
-  cd "$srcdir/$pkgbase-$pkgver/build-x11"
-
-  cmake .. \
-      -DCMAKE_INSTALL_PREFIX=/usr \
-      -DCMAKE_INSTALL_LIBDIR=lib \
-      -DBUILD_SHARED_LIBS=ON
-  make docs
-
-  cd ../build-wayland
-
-  cmake .. \
-      -DCMAKE_INSTALL_PREFIX=/usr \
-      -DCMAKE_INSTALL_LIBDIR=lib \
-      -DBUILD_SHARED_LIBS=ON \
-      -DGLFW_USE_WAYLAND=ON
-}
-
-package_glfw-x11() {
-  pkgdesc="A free, open source, portable framework for graphical application development (x11)"
-  depends=('libxi' 'libxrandr' 'libxinerama' 'libxcursor' 'libgl')
-  replaces=('glfw')
-  conflicts=('glfw')
-  provides=("glfw=$pkgver")
-
-  cd "$srcdir/$pkgbase-$pkgver"/build-x11
-
-  make DESTDIR=$pkgdir install
-
-  cd ..
-  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
-}
-
-package_glfw-wayland() {
-  pkgdesc="A free, open source, portable framework for graphical application development (wayland)"
-  depends=('wayland' 'libxkbcommon' 'libgl')
-  conflicts=('glfw')
-  provides=("glfw=$pkgver")
-
-  cd "$srcdir/$pkgbase-$pkgver"/build-wayland
-
-  make DESTDIR=$pkgdir install
-
-  cd ..
-  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
-}
-
-package_glfw-doc() {
-  pkgdesc="Set of HTML documentation for GLFW"
-
-  mkdir -p "${pkgdir}/usr/share/doc/glfw/"
-  cp -r "${srcdir}/glfw-${pkgver}/build-x11/docs/html" "${pkgdir}/usr/share/doc/glfw"
-}

Copied: glfw/repos/community-x86_64/PKGBUILD (from rev 870721, glfw/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-23 20:50:26 UTC (rev 870722)
@@ -0,0 +1,78 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
+# Contributor: philefou <tuxication AT gmail DOT com>
+# Contributor: lindquist <tomas at famolsen.dk>
+# Contributor: Christoph Siegenthaler <csi at gmx.ch>
+# Contributor: Mihai Militaru <mihai.militaru at ephemeros.org>
+# Contributor: SpepS <dreamspepser at yahoo dot it>
+
+pkgbase=glfw
+pkgname=('glfw-x11' 'glfw-wayland' 'glfw-doc')
+pkgver=3.3.3
+pkgrel=1
+arch=('x86_64')
+url="https://www.glfw.org/"
+license=('custom:ZLIB')
+makedepends=('mesa' 'cmake' 'doxygen' 'vulkan-headers' 'vulkan-icd-loader'
+             'extra-cmake-modules' 'wayland-protocols' 'libxi' 'libxrandr'
+             'libxcursor' 'libxkbcommon' 'libxinerama')
+source=("https://github.com/glfw/glfw/archive/${pkgver}.tar.gz")
+sha512sums=('6d743d89d159bff6c4f7fa3fc5bc407fd728bdc432d76acc4897fd392580be272f8a9d1d7c375c4323e82bf2fd28310e5daab097fef33e8f43b69ce104f9bd31')
+
+prepare() {
+  cd "$srcdir/$pkgbase-$pkgver"
+  mkdir build-x11 build-wayland
+}
+
+build() {
+  cd "$srcdir/$pkgbase-$pkgver/build-x11"
+
+  cmake .. \
+      -DCMAKE_INSTALL_PREFIX=/usr \
+      -DCMAKE_INSTALL_LIBDIR=lib \
+      -DBUILD_SHARED_LIBS=ON
+  make docs
+
+  cd ../build-wayland
+
+  cmake .. \
+      -DCMAKE_INSTALL_PREFIX=/usr \
+      -DCMAKE_INSTALL_LIBDIR=lib \
+      -DBUILD_SHARED_LIBS=ON \
+      -DGLFW_USE_WAYLAND=ON
+}
+
+package_glfw-x11() {
+  pkgdesc="A free, open source, portable framework for graphical application development (x11)"
+  depends=('libxi' 'libxrandr' 'libxinerama' 'libxcursor' 'libgl')
+  replaces=('glfw')
+  conflicts=('glfw')
+  provides=("glfw=$pkgver")
+
+  cd "$srcdir/$pkgbase-$pkgver"/build-x11
+
+  make DESTDIR=$pkgdir install
+
+  cd ..
+  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+}
+
+package_glfw-wayland() {
+  pkgdesc="A free, open source, portable framework for graphical application development (wayland)"
+  depends=('wayland' 'libxkbcommon' 'libgl')
+  conflicts=('glfw')
+  provides=("glfw=$pkgver")
+
+  cd "$srcdir/$pkgbase-$pkgver"/build-wayland
+
+  make DESTDIR=$pkgdir install
+
+  cd ..
+  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+}
+
+package_glfw-doc() {
+  pkgdesc="Set of HTML documentation for GLFW"
+
+  mkdir -p "${pkgdir}/usr/share/doc/glfw/"
+  cp -r "${srcdir}/glfw-${pkgver}/build-x11/docs/html" "${pkgdir}/usr/share/doc/glfw"
+}



More information about the arch-commits mailing list