[arch-commits] Commit in lib32-libepoxy/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Tue May 9 19:24:52 UTC 2017


    Date: Tuesday, May 9, 2017 @ 19:24:51
  Author: alucryd
Revision: 227565

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libepoxy/repos/multilib-x86_64/PKGBUILD
    (from rev 227564, lib32-libepoxy/trunk/PKGBUILD)
Deleted:
  lib32-libepoxy/repos/multilib-x86_64/PKGBUILD

----------+
 PKGBUILD |  103 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 51 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-09 19:24:44 UTC (rev 227564)
+++ PKGBUILD	2017-05-09 19:24:51 UTC (rev 227565)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Laurent Carlier <lordheavym at gmail.com>
-
-pkgname=lib32-libepoxy
-pkgver=1.4.1
-pkgrel=1
-pkgdesc='Library handling OpenGL function pointer management'
-arch=('x86_64')
-url='https://github.com/anholt/libepoxy'
-license=('MIT')
-depends=('lib32-glibc')
-makedepends=('gcc-multilib' 'lib32-libgl' 'meson' 'python')
-source=("https://github.com/anholt/libepoxy/releases/download/${pkgver}/libepoxy-${pkgver}.tar.xz")
-sha256sums=('88c6abf5522fc29bab7d6c555fd51a855cbd9253c4315f8ea44e832baef21aa6')
-
-prepare() {
-  cd libepoxy-${pkgver}
-
-  if [[ -d build ]]; then
-    rm -rf build
-  fi
-  mkdir build
-}
-
-build() {
-  cd libepoxy-${pkgver}/build
-
-  export CC='gcc -m32'
-  export CXX='/bin/false'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-  export LANG='en_US.UTF-8'
-
-  meson \
-    --prefix='/usr' \
-    --libdir='/usr/lib32' \
-    --buildtype='release' \
-    ..
-  ninja
-}
-
-package() {
-  cd libepoxy-${pkgver}/build
-
-  DESTDIR="${pkgdir}" ninja install
-  rm -rf "${pkgdir}"/usr/include
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses
-  ln -s libepoxy "${pkgdir}"/usr/share/licenses/lib32-libepoxy
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libepoxy/repos/multilib-x86_64/PKGBUILD (from rev 227564, lib32-libepoxy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-05-09 19:24:51 UTC (rev 227565)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Laurent Carlier <lordheavym at gmail.com>
+
+pkgname=lib32-libepoxy
+pkgver=1.4.2
+pkgrel=1
+pkgdesc='Library handling OpenGL function pointer management'
+arch=('x86_64')
+url='https://github.com/anholt/libepoxy'
+license=('MIT')
+depends=('lib32-glibc')
+makedepends=('gcc-multilib' 'lib32-libgl' 'meson' 'python')
+source=("https://github.com/anholt/libepoxy/releases/download/${pkgver}/libepoxy-${pkgver}.tar.xz")
+sha256sums=('bea6fdec3d10939954495da898d872ee836b75c35699074cbf02a64fcb80d5b3')
+
+prepare() {
+  cd libepoxy-${pkgver}
+
+  if [[ -d build ]]; then
+    rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd libepoxy-${pkgver}/build
+
+  export CC='gcc -m32'
+  export CXX='/bin/false'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  meson \
+    --prefix='/usr' \
+    --libdir='/usr/lib32' \
+    --buildtype='release' \
+    ..
+  ninja
+}
+
+package() {
+  cd libepoxy-${pkgver}/build
+
+  DESTDIR="${pkgdir}" ninja install
+  rm -rf "${pkgdir}"/usr/include
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s libepoxy "${pkgdir}"/usr/share/licenses/lib32-libepoxy
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list