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

Maxime Gauduin alucryd at archlinux.org
Mon Feb 2 07:55:05 UTC 2015


    Date: Monday, February 2, 2015 @ 08:55:04
  Author: alucryd
Revision: 126954

archrelease: copy trunk to multilib-x86_64

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

----------+
 PKGBUILD |   83 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 43 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-02-02 07:53:47 UTC (rev 126953)
+++ PKGBUILD	2015-02-02 07:55:04 UTC (rev 126954)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Tom Gundersen <teg at jklm.no>
-# Contributor: Sébastien Luttringer <sеblu@аrchlіnux․org>
-# Contributor: Joel Teichroeb <joel at teichroeb.net>
-
-pkgname=lib32-wayland
-pkgver=1.6.0
-pkgrel=1
-pkgdesc='A computer display server protocol'
-arch=('x86_64')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-depends=('lib32-libffi' 'lib32-expat' 'wayland')
-source=("http://wayland.freedesktop.org/releases/wayland-${pkgver}.tar.xz")
-sha256sums=('a7d5102dcf53d08c059d24bc62de491d7cd482070abeb6737a20d0d86ba6fc7f')
-
-build() {
-  cd wayland-${pkgver}
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure --prefix='/usr' --libdir='/usr/lib32' \
-              --disable-{documentation,static}
-  make
-}
-
-package() {
-  cd wayland-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses
-  ln -s wayland "${pkgdir}"/usr/share/licenses/lib32-wayland
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-wayland/repos/multilib-x86_64/PKGBUILD (from rev 126953, lib32-wayland/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-02-02 07:55:04 UTC (rev 126954)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Tom Gundersen <teg at jklm.no>
+# Contributor: Sébastien Luttringer <sеblu@аrchlіnux․org>
+# Contributor: Joel Teichroeb <joel at teichroeb.net>
+
+pkgname=lib32-wayland
+pkgver=1.6.1
+pkgrel=1
+pkgdesc='A computer display server protocol'
+arch=('x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('lib32-libffi' 'lib32-expat' 'wayland')
+source=("http://wayland.freedesktop.org/releases/wayland-${pkgver}.tar.xz")
+sha256sums=('d1aeb95b433cab33a928b56cb80efa551802e0a064adb4a8ea1517249d3c10b0')
+
+build() {
+  cd wayland-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+    --prefix='/usr' \
+    --libdir='/usr/lib32' \
+    --disable-documentation \
+    --disable-static
+  make
+}
+
+package() {
+  cd wayland-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s wayland "${pkgdir}"/usr/share/licenses/lib32-wayland
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list