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

Maxime Gauduin alucryd at archlinux.org
Fri May 25 13:07:51 UTC 2018


    Date: Friday, May 25, 2018 @ 13:07:50
  Author: alucryd
Revision: 329349

archrelease: copy trunk to multilib-x86_64

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

----------+
 PKGBUILD |   92 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-25 13:07:20 UTC (rev 329348)
+++ PKGBUILD	2018-05-25 13:07:50 UTC (rev 329349)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Laurent Carlier <lordheavym at gmail.com>
-
-pkgname=lib32-libepoxy
-pkgver=1.5.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' 'lib32-systemd' 'meson' 'python')
-source=("https://github.com/anholt/libepoxy/releases/download/${pkgver}/libepoxy-${pkgver}.tar.xz")
-sha256sums=('ba25f9251bdd12fa11f06b4dbd29073dab6f120be9b941e91754c338b926c720')
-
-prepare() {
-  if [[ -d build ]]; then
-    rm -rf build
-  fi
-  mkdir build
-}
-
-build() {
-  cd build
-
-  export CC='gcc -m32'
-  export CXX='/bin/false'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  arch-meson ../libepoxy-${pkgver} \
-    --libdir='/usr/lib32'
-  ninja
-}
-
-package() {
-  cd 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 329348, lib32-libepoxy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-25 13:07:50 UTC (rev 329349)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Laurent Carlier <lordheavym at gmail.com>
+
+pkgname=lib32-libepoxy
+pkgver=1.5.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' 'lib32-systemd' 'meson' 'python')
+source=("https://github.com/anholt/libepoxy/releases/download/${pkgver}/libepoxy-${pkgver}.tar.xz")
+sha256sums=('a9562386519eb3fd7f03209f279f697a8cba520d3c155d6e253c3e138beca7d8')
+
+prepare() {
+  if [[ -d build ]]; then
+    rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd build
+
+  export CC='gcc -m32'
+  export CXX='/bin/false'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  arch-meson ../libepoxy-${pkgver} \
+    --libdir='/usr/lib32'
+  ninja
+}
+
+package() {
+  cd 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