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

Sven-Hendrik Haase svenstaro at archlinux.org
Mon Apr 11 16:31:04 UTC 2016


    Date: Monday, April 11, 2016 @ 18:31:03
  Author: svenstaro
Revision: 170487

archrelease: copy trunk to multilib-x86_64

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

----------+
 LICENSE  |   52 ++++++++++++++++++------------------
 PKGBUILD |   86 ++++++++++++++++++++++++++++++-------------------------------
 2 files changed, 69 insertions(+), 69 deletions(-)

Deleted: LICENSE
===================================================================
--- LICENSE	2016-04-11 16:30:50 UTC (rev 170486)
+++ LICENSE	2016-04-11 16:31:03 UTC (rev 170487)
@@ -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 170486, lib32-libglvnd/trunk/LICENSE)
===================================================================
--- LICENSE	                        (rev 0)
+++ LICENSE	2016-04-11 16:31:03 UTC (rev 170487)
@@ -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	2016-04-11 16:30:50 UTC (rev 170486)
+++ PKGBUILD	2016-04-11 16:31:03 UTC (rev 170487)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=lib32-libglvnd
-pkgver=0.0.0.20160315
-_commit=f1c345f3a33e537b68406d861965b3113c5122ea
-pkgrel=1
-pkgdesc="The GL Vendor-Neutral Dispatch library"
-arch=('x86_64')
-url="https://github.com/NVIDIA/libglvnd"
-license=('custom:BSD-like')
-depends=('lib32-libxext' 'libglvnd')
-makedepends=('xorg-server-devel' 'git' 'python2')
-source=("git+https://github.com/NVIDIA/libglvnd.git#commit=$_commit")
-sha1sums=('SKIP')
-
-build() {
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  cd libglvnd
-  ./autogen.sh
-  ./configure --prefix=/usr --libdir=/usr/lib32/ --build=i686-unknown-linux-gnu
-  make
-}
-
-package() {
-  cd libglvnd
-  make DESTDIR="${pkgdir}" install
-
-  rm -r "$pkgdir/usr/include"
-
-  # For compatibility with older nvidia drivers for bumblebee
-  # Symlinks to /usr/lib will be in nvidia-libgl
-  mkdir "$pkgdir/usr/lib32/nvidia"
-  for _lib in libGL.so libGLESv1_CM.so libGLESv2.so; do
-    mv "$pkgdir"/usr/lib32/$_lib* "$pkgdir"/usr/lib32/nvidia/
-  done
-
-  mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s libglvnd "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: lib32-libglvnd/repos/multilib-x86_64/PKGBUILD (from rev 170486, lib32-libglvnd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-04-11 16:31:03 UTC (rev 170487)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=lib32-libglvnd
+pkgver=0.1.0.20160411
+_commit=5a69af6
+pkgrel=1
+pkgdesc="The GL Vendor-Neutral Dispatch library"
+arch=('x86_64')
+url="https://github.com/NVIDIA/libglvnd"
+license=('custom:BSD-like')
+depends=('lib32-libxext' 'libglvnd')
+makedepends=('xorg-server-devel' 'git' 'python2')
+source=("git+https://github.com/NVIDIA/libglvnd.git#commit=$_commit")
+sha1sums=('SKIP')
+
+build() {
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  cd libglvnd
+  ./autogen.sh
+  ./configure --prefix=/usr --libdir=/usr/lib32/ --build=i686-unknown-linux-gnu
+  make
+}
+
+package() {
+  cd libglvnd
+  make DESTDIR="${pkgdir}" install
+
+  rm -r "$pkgdir/usr/include"
+
+  # For compatibility with older nvidia drivers for bumblebee
+  # Symlinks to /usr/lib will be in nvidia-libgl
+  mkdir "$pkgdir/usr/lib32/nvidia"
+  for _lib in libGL.so libGLESv1_CM.so libGLESv2.so; do
+    mv "$pkgdir"/usr/lib32/$_lib* "$pkgdir"/usr/lib32/nvidia/
+  done
+
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s libglvnd "$pkgdir/usr/share/licenses/$pkgname"
+}



More information about the arch-commits mailing list