[arch-commits] Commit in lib32-libglvnd/repos/multilib-x86_64 (4 files)

Felix Yan felixonmars at archlinux.org
Mon Oct 7 20:39:13 UTC 2019


    Date: Monday, October 7, 2019 @ 20:39:12
  Author: felixonmars
Revision: 514087

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libglvnd/repos/multilib-x86_64/LICENSE
    (from rev 514086, lib32-libglvnd/trunk/LICENSE)
  lib32-libglvnd/repos/multilib-x86_64/PKGBUILD
    (from rev 514086, lib32-libglvnd/trunk/PKGBUILD)
Deleted:
  lib32-libglvnd/repos/multilib-x86_64/LICENSE
  lib32-libglvnd/repos/multilib-x86_64/PKGBUILD

----------+
 LICENSE  |   52 ++++++++++++++++++-------------------
 PKGBUILD |   84 +++++++++++++++++++++++++++++++------------------------------
 2 files changed, 70 insertions(+), 66 deletions(-)

Deleted: LICENSE
===================================================================
--- LICENSE	2019-10-07 20:39:09 UTC (rev 514086)
+++ LICENSE	2019-10-07 20:39:12 UTC (rev 514087)
@@ -1,26 +0,0 @@
-Copyright (c) 2013, NVIDIA CORPORATION.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and/or associated documentation files (the
-"Materials"), to deal in the Materials without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Materials, and to
-permit persons to whom the Materials are furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be included
-unaltered in all copies or substantial portions of the Materials.
-Any additions, deletions, or changes to the original source files
-must be clearly indicated in accompanying documentation.
-
-If only executable code is distributed, then the accompanying
-documentation must state that "this software is based in part on the
-work of the Khronos Group."
-
-THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
-MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
\ No newline at end of file

Copied: lib32-libglvnd/repos/multilib-x86_64/LICENSE (from rev 514086, lib32-libglvnd/trunk/LICENSE)
===================================================================
--- LICENSE	                        (rev 0)
+++ LICENSE	2019-10-07 20:39:12 UTC (rev 514087)
@@ -0,0 +1,26 @@
+Copyright (c) 2013, NVIDIA CORPORATION.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and/or associated documentation files (the
+"Materials"), to deal in the Materials without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Materials, and to
+permit persons to whom the Materials are furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included
+unaltered in all copies or substantial portions of the Materials.
+Any additions, deletions, or changes to the original source files
+must be clearly indicated in accompanying documentation.
+
+If only executable code is distributed, then the accompanying
+documentation must state that "this software is based in part on the
+work of the Khronos Group."
+
+THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
\ No newline at end of file

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-07 20:39:09 UTC (rev 514086)
+++ PKGBUILD	2019-10-07 20:39:12 UTC (rev 514087)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=lib32-libglvnd
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="The GL Vendor-Neutral Dispatch library"
-arch=('x86_64')
-url="https://github.com/NVIDIA/libglvnd"
-license=('custom:BSD-like')
-makedepends=('lib32-libx11' 'lib32-libxext' 'glproto' 'python')
-provides=('lib32-libgl' 'lib32-libegl' 'lib32-libgles')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/NVIDIA/libglvnd/archive/v$pkgver.tar.gz")
-sha512sums=('0e0e9c3f303739c73f5bee4c2aaef9eff56440345f2f1ce285ee98eb94c1e5e740774dd501aeeed1299aa25a449d813a850e95282999a3ca4648d2381d6c8fa6')
-
-build() {
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  cd libglvnd-$pkgver
-  ./autogen.sh
-  ./configure --prefix=/usr \
-    --libdir=/usr/lib32/ \
-    --build=i686-unknown-linux-gnu \
-    --disable-headers
-  make
-}
-
-package() {
-  # lib32-libglvnd needs lib32-mesa for indirect rendering
-  depends=('lib32-libxext' 'libglvnd' 'lib32-mesa' 'lib32-opengl-driver')
-
-  cd libglvnd-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/include
-
-  mkdir -p "$pkgdir"/usr/share/licenses
-  ln -s libglvnd "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: lib32-libglvnd/repos/multilib-x86_64/PKGBUILD (from rev 514086, lib32-libglvnd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-07 20:39:12 UTC (rev 514087)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=lib32-libglvnd
+pkgver=1.2.0
+pkgrel=2
+pkgdesc="The GL Vendor-Neutral Dispatch library"
+arch=('x86_64')
+url="https://github.com/NVIDIA/libglvnd"
+license=('custom:BSD-like')
+makedepends=('lib32-libx11' 'lib32-libxext' 'glproto' 'python')
+provides=('lib32-libgl' 'lib32-libegl' 'lib32-libgles')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/NVIDIA/libglvnd/archive/v$pkgver.tar.gz")
+sha512sums=('0e0e9c3f303739c73f5bee4c2aaef9eff56440345f2f1ce285ee98eb94c1e5e740774dd501aeeed1299aa25a449d813a850e95282999a3ca4648d2381d6c8fa6')
+
+build() {
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  cd libglvnd-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr \
+    --libdir=/usr/lib32/ \
+    --build=i686-unknown-linux-gnu \
+    --disable-headers
+  make
+}
+
+package() {
+  # lib32-libglvnd needs lib32-mesa for indirect rendering
+  depends=('lib32-libxext' 'libglvnd' 'lib32-mesa' 'lib32-opengl-driver')
+
+  cd libglvnd-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/include
+
+  mkdir -p "$pkgdir"/usr/share/licenses
+  ln -s libglvnd "$pkgdir"/usr/share/licenses/$pkgname
+
+  # FS#64044
+  rm "$pkgdir"/usr/lib32/pkgconfig/glesv1*
+  rm "$pkgdir"/usr/lib32/libGLESv1*
+}



More information about the arch-commits mailing list