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

2020-02-12 Thread Maxime Gauduin via arch-commits
Date: Wednesday, February 12, 2020 @ 18:24:21
  Author: alucryd
Revision: 569583

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |  112 -
 1 file changed, 59 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-12 18:24:16 UTC (rev 569582)
+++ PKGBUILD2020-02-12 18:24:21 UTC (rev 569583)
@@ -1,53 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Tom Gundersen 
-# Contributor: Sébastien Luttringer 
-# Contributor: Joel Teichroeb 
-
-pkgname=lib32-wayland
-pkgver=1.17.0
-pkgrel=1
-pkgdesc='A computer display server protocol'
-arch=(x86_64)
-url=https://wayland.freedesktop.org
-license=(MIT)
-depends=(
-  lib32-glibc
-  lib32-libffi
-  lib32-expat
-  lib32-libxml2
-  wayland
-)
-makedepends=(git)
-source=(git+https://gitlab.freedesktop.org/wayland/wayland.git#tag=${pkgver})
-sha256sums=(SKIP)
-
-prepare() {
-  cd wayland
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd wayland
-
-  export CC='gcc -m32'
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  ./configure \
---prefix=/usr \
---libdir=/usr/lib32 \
---disable-documentation \
---disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  make DESTDIR="${pkgdir}" -C wayland 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 569582, 
lib32-wayland/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-12 18:24:21 UTC (rev 569583)
@@ -0,0 +1,59 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Tom Gundersen 
+# Contributor: Sébastien Luttringer 
+# Contributor: Joel Teichroeb 
+
+pkgname=lib32-wayland
+pkgver=1.18.0
+pkgrel=1
+pkgdesc='A computer display server protocol'
+arch=(x86_64)
+url=https://wayland.freedesktop.org
+license=(MIT)
+depends=(
+  lib32-glibc
+  lib32-libffi
+  lib32-expat
+  lib32-libxml2
+  wayland
+)
+makedepends=(git)
+source=(git+https://gitlab.freedesktop.org/wayland/wayland.git#tag=eb1339edd398b9f5328816931e585db4229aa132)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd wayland
+
+  git describe --tags
+}
+
+prepare() {
+  cd wayland
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd wayland
+
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  ./configure \
+--prefix=/usr \
+--libdir=/usr/lib32 \
+--disable-documentation \
+--disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C wayland 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:


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

2020-02-12 Thread Maxime Gauduin via arch-commits
Date: Wednesday, February 12, 2020 @ 18:18:22
  Author: alucryd
Revision: 569581

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-12 18:17:30 UTC (rev 569580)
+++ PKGBUILD2020-02-12 18:18:22 UTC (rev 569581)
@@ -1,53 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Tom Gundersen 
-# Contributor: Sébastien Luttringer 
-# Contributor: Joel Teichroeb 
-
-pkgname=lib32-wayland
-pkgver=1.17.0
-pkgrel=1
-pkgdesc='A computer display server protocol'
-arch=(x86_64)
-url=https://wayland.freedesktop.org
-license=(MIT)
-depends=(
-  lib32-glibc
-  lib32-libffi
-  lib32-expat
-  lib32-libxml2
-  wayland
-)
-makedepends=(git)
-source=(git+https://gitlab.freedesktop.org/wayland/wayland.git#tag=${pkgver})
-sha256sums=(SKIP)
-
-prepare() {
-  cd wayland
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd wayland
-
-  export CC='gcc -m32'
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  ./configure \
---prefix=/usr \
---libdir=/usr/lib32 \
---disable-documentation \
---disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  make DESTDIR="${pkgdir}" -C wayland 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 569580, 
lib32-wayland/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-12 18:18:22 UTC (rev 569581)
@@ -0,0 +1,53 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Tom Gundersen 
+# Contributor: Sébastien Luttringer 
+# Contributor: Joel Teichroeb 
+
+pkgname=lib32-wayland
+pkgver=1.17.0
+pkgrel=1
+pkgdesc='A computer display server protocol'
+arch=(x86_64)
+url=https://wayland.freedesktop.org
+license=(MIT)
+depends=(
+  lib32-glibc
+  lib32-libffi
+  lib32-expat
+  lib32-libxml2
+  wayland
+)
+makedepends=(git)
+source=(git+https://gitlab.freedesktop.org/wayland/wayland.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+prepare() {
+  cd wayland
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd wayland
+
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  ./configure \
+--prefix=/usr \
+--libdir=/usr/lib32 \
+--disable-documentation \
+--disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C wayland 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:


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

2019-04-16 Thread Maxime Gauduin via arch-commits
Date: Tuesday, April 16, 2019 @ 12:05:32
  Author: alucryd
Revision: 451772

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |  101 -
 1 file changed, 53 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-16 12:05:10 UTC (rev 451771)
+++ PKGBUILD2019-04-16 12:05:32 UTC (rev 451772)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Tom Gundersen 
-# Contributor: Sébastien Luttringer 
-# Contributor: Joel Teichroeb 
-
-pkgname=lib32-wayland
-pkgver=1.16.0
-pkgrel=1
-pkgdesc='A computer display server protocol'
-arch=('x86_64')
-url='https://wayland.freedesktop.org'
-license=('MIT')
-depends=('lib32-glibc' 'lib32-libffi' 'lib32-expat' 'lib32-libxml2' 'wayland')
-makedepends=('git')
-source=("git+https://gitlab.freedesktop.org/wayland/wayland.git#tag=${pkgver}";)
-sha256sums=('SKIP')
-
-prepare() {
-  cd wayland
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd wayland
-
-  export CC='gcc -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
---disable-documentation \
---disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  make DESTDIR="${pkgdir}" -C wayland 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 451771, 
lib32-wayland/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-16 12:05:32 UTC (rev 451772)
@@ -0,0 +1,53 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Tom Gundersen 
+# Contributor: Sébastien Luttringer 
+# Contributor: Joel Teichroeb 
+
+pkgname=lib32-wayland
+pkgver=1.17.0
+pkgrel=1
+pkgdesc='A computer display server protocol'
+arch=(x86_64)
+url=https://wayland.freedesktop.org
+license=(MIT)
+depends=(
+  lib32-glibc
+  lib32-libffi
+  lib32-expat
+  lib32-libxml2
+  wayland
+)
+makedepends=(git)
+source=(git+https://gitlab.freedesktop.org/wayland/wayland.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+prepare() {
+  cd wayland
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd wayland
+
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  ./configure \
+--prefix=/usr \
+--libdir=/usr/lib32 \
+--disable-documentation \
+--disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C wayland 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:


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

2018-08-26 Thread Maxime Gauduin via arch-commits
Date: Sunday, August 26, 2018 @ 14:20:06
  Author: alucryd
Revision: 374302

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |   97 ++---
 1 file changed, 48 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-26 14:19:55 UTC (rev 374301)
+++ PKGBUILD2018-08-26 14:20:06 UTC (rev 374302)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Tom Gundersen 
-# Contributor: Sébastien Luttringer 
-# Contributor: Joel Teichroeb 
-
-pkgname=lib32-wayland
-pkgver=1.15.0
-pkgrel=1
-pkgdesc='A computer display server protocol'
-arch=('x86_64')
-url='https://wayland.freedesktop.org'
-license=('MIT')
-depends=('lib32-glibc' 'lib32-libffi' 'lib32-expat' 'lib32-libxml2' 'wayland')
-source=("https://wayland.freedesktop.org/releases/wayland-${pkgver}.tar.xz"{,.sig})
-validpgpkeys=(
-  'C7223EBE4EF66513B892598911A30156E0E67611' # Bryce Harrington
-  'C0066D7DB8E9AC6844D728715E54498E697F11D7' # Derek Foreman
-)
-sha256sums=('eb3fbebb8559d56a80ad3753ec3db800f587329067962dbf65e14488b4b7aeb0'
-'SKIP')
-
-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
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  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 374301, 
lib32-wayland/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-26 14:20:06 UTC (rev 374302)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Tom Gundersen 
+# Contributor: Sébastien Luttringer 
+# Contributor: Joel Teichroeb 
+
+pkgname=lib32-wayland
+pkgver=1.16.0
+pkgrel=1
+pkgdesc='A computer display server protocol'
+arch=('x86_64')
+url='https://wayland.freedesktop.org'
+license=('MIT')
+depends=('lib32-glibc' 'lib32-libffi' 'lib32-expat' 'lib32-libxml2' 'wayland')
+makedepends=('git')
+source=("git+https://gitlab.freedesktop.org/wayland/wayland.git#tag=${pkgver}";)
+sha256sums=('SKIP')
+
+prepare() {
+  cd wayland
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd wayland
+
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--disable-documentation \
+--disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C wayland 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:


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

2018-05-25 Thread Maxime Gauduin via arch-commits
Date: Friday, May 25, 2018 @ 13:12:49
  Author: alucryd
Revision: 329351

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |   94 +++--
 1 file changed, 49 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-25 13:12:38 UTC (rev 329350)
+++ PKGBUILD2018-05-25 13:12:49 UTC (rev 329351)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Tom Gundersen 
-# Contributor: Sébastien Luttringer 
-# Contributor: Joel Teichroeb 
-
-pkgname=lib32-wayland
-pkgver=1.14.0
-pkgrel=1
-pkgdesc='A computer display server protocol'
-arch=('x86_64')
-url='https://wayland.freedesktop.org'
-license=('MIT')
-depends=('lib32-glibc' 'lib32-libffi' 'lib32-expat' 'lib32-libxml2' 'wayland')
-source=("https://wayland.freedesktop.org/releases/wayland-${pkgver}.tar.xz"{,.sig})
-validpgpkeys=('C7223EBE4EF66513B892598911A30156E0E67611') # Bryce Harrington
-sha256sums=('ed80cabc0961a759a42092e2c39aabfc1ec9a13c86c98bbe2b812f008da27ab8'
-'SKIP')
-
-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:

Copied: lib32-wayland/repos/multilib-x86_64/PKGBUILD (from rev 329350, 
lib32-wayland/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-25 13:12:49 UTC (rev 329351)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Tom Gundersen 
+# Contributor: Sébastien Luttringer 
+# Contributor: Joel Teichroeb 
+
+pkgname=lib32-wayland
+pkgver=1.15.0
+pkgrel=1
+pkgdesc='A computer display server protocol'
+arch=('x86_64')
+url='https://wayland.freedesktop.org'
+license=('MIT')
+depends=('lib32-glibc' 'lib32-libffi' 'lib32-expat' 'lib32-libxml2' 'wayland')
+source=("https://wayland.freedesktop.org/releases/wayland-${pkgver}.tar.xz"{,.sig})
+validpgpkeys=(
+  'C7223EBE4EF66513B892598911A30156E0E67611' # Bryce Harrington
+  'C0066D7DB8E9AC6844D728715E54498E697F11D7' # Derek Foreman
+)
+sha256sums=('eb3fbebb8559d56a80ad3753ec3db800f587329067962dbf65e14488b4b7aeb0'
+'SKIP')
+
+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
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  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:


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

2017-09-24 Thread Maxime Gauduin
Date: Sunday, September 24, 2017 @ 19:26:30
  Author: alucryd
Revision: 260448

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |   90 ++---
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-24 19:26:09 UTC (rev 260447)
+++ PKGBUILD2017-09-24 19:26:30 UTC (rev 260448)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Tom Gundersen 
-# Contributor: Sébastien Luttringer 
-# Contributor: Joel Teichroeb 
-
-pkgname=lib32-wayland
-pkgver=1.13.0
-pkgrel=1
-pkgdesc='A computer display server protocol'
-arch=('x86_64')
-url='https://wayland.freedesktop.org'
-license=('MIT')
-depends=('lib32-glibc' 'lib32-libffi' 'lib32-expat' 'lib32-libxml2' 'wayland')
-source=("https://wayland.freedesktop.org/releases/wayland-${pkgver}.tar.xz"{,.sig})
-validpgpkeys=('C7223EBE4EF66513B892598911A30156E0E67611') # Bryce Harrington
-sha256sums=('69b052c031a61e89af7cc8780893d0da1e301492352aa449dee9345043e6fe51'
-'SKIP')
-
-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:

Copied: lib32-wayland/repos/multilib-x86_64/PKGBUILD (from rev 260447, 
lib32-wayland/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-24 19:26:30 UTC (rev 260448)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Tom Gundersen 
+# Contributor: Sébastien Luttringer 
+# Contributor: Joel Teichroeb 
+
+pkgname=lib32-wayland
+pkgver=1.14.0
+pkgrel=1
+pkgdesc='A computer display server protocol'
+arch=('x86_64')
+url='https://wayland.freedesktop.org'
+license=('MIT')
+depends=('lib32-glibc' 'lib32-libffi' 'lib32-expat' 'lib32-libxml2' 'wayland')
+source=("https://wayland.freedesktop.org/releases/wayland-${pkgver}.tar.xz"{,.sig})
+validpgpkeys=('C7223EBE4EF66513B892598911A30156E0E67611') # Bryce Harrington
+sha256sums=('ed80cabc0961a759a42092e2c39aabfc1ec9a13c86c98bbe2b812f008da27ab8'
+'SKIP')
+
+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:


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

2017-03-11 Thread Maxime Gauduin
Date: Saturday, March 11, 2017 @ 20:41:17
  Author: alucryd
Revision: 215723

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |   90 ++---
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-11 20:41:10 UTC (rev 215722)
+++ PKGBUILD2017-03-11 20:41:17 UTC (rev 215723)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Tom Gundersen 
-# Contributor: Sébastien Luttringer 
-# Contributor: Joel Teichroeb 
-
-pkgname=lib32-wayland
-pkgver=1.12.0
-pkgrel=1
-pkgdesc='A computer display server protocol'
-arch=('x86_64')
-url='https://wayland.freedesktop.org'
-license=('MIT')
-depends=('lib32-glibc' 'lib32-libffi' 'lib32-expat' 'lib32-libxml2' 'wayland')
-source=("https://wayland.freedesktop.org/releases/wayland-${pkgver}.tar.xz"{,.sig})
-validpgpkeys=('C7223EBE4EF66513B892598911A30156E0E67611') # Bryce Harrington
-sha256sums=('d6b4135cba0188abcb7275513c72dede751d6194f6edc5b82183a3ba8b821ab1'
-'SKIP')
-
-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:

Copied: lib32-wayland/repos/multilib-x86_64/PKGBUILD (from rev 215722, 
lib32-wayland/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-11 20:41:17 UTC (rev 215723)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Tom Gundersen 
+# Contributor: Sébastien Luttringer 
+# Contributor: Joel Teichroeb 
+
+pkgname=lib32-wayland
+pkgver=1.13.0
+pkgrel=1
+pkgdesc='A computer display server protocol'
+arch=('x86_64')
+url='https://wayland.freedesktop.org'
+license=('MIT')
+depends=('lib32-glibc' 'lib32-libffi' 'lib32-expat' 'lib32-libxml2' 'wayland')
+source=("https://wayland.freedesktop.org/releases/wayland-${pkgver}.tar.xz"{,.sig})
+validpgpkeys=('C7223EBE4EF66513B892598911A30156E0E67611') # Bryce Harrington
+sha256sums=('69b052c031a61e89af7cc8780893d0da1e301492352aa449dee9345043e6fe51'
+'SKIP')
+
+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:


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

2016-11-02 Thread Maxime Gauduin
Date: Wednesday, November 2, 2016 @ 15:01:13
  Author: alucryd
Revision: 194491

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |   90 ++---
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-02 15:01:03 UTC (rev 194490)
+++ PKGBUILD2016-11-02 15:01:13 UTC (rev 194491)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Tom Gundersen 
-# Contributor: Sébastien Luttringer 
-# Contributor: Joel Teichroeb 
-
-pkgname=lib32-wayland
-pkgver=1.12.0
-pkgrel=1
-pkgdesc='A computer display server protocol'
-arch=('x86_64')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-depends=('lib32-glibc' 'lib32-libffi' 'lib32-expat' 'lib32-libxml2' 'wayland')
-validpgpkeys=('C7223EBE4EF66513B892598911A30156E0E67611') # Bryce Harrington
-source=("http://wayland.freedesktop.org/releases/wayland-${pkgver}.tar.xz"{,.sig})
-sha256sums=('d6b4135cba0188abcb7275513c72dede751d6194f6edc5b82183a3ba8b821ab1'
-'SKIP')
-
-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:

Copied: lib32-wayland/repos/multilib-x86_64/PKGBUILD (from rev 194490, 
lib32-wayland/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-02 15:01:13 UTC (rev 194491)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Tom Gundersen 
+# Contributor: Sébastien Luttringer 
+# Contributor: Joel Teichroeb 
+
+pkgname=lib32-wayland
+pkgver=1.12.0
+pkgrel=1
+pkgdesc='A computer display server protocol'
+arch=('x86_64')
+url='https://wayland.freedesktop.org'
+license=('MIT')
+depends=('lib32-glibc' 'lib32-libffi' 'lib32-expat' 'lib32-libxml2' 'wayland')
+source=("https://wayland.freedesktop.org/releases/wayland-${pkgver}.tar.xz"{,.sig})
+validpgpkeys=('C7223EBE4EF66513B892598911A30156E0E67611') # Bryce Harrington
+sha256sums=('d6b4135cba0188abcb7275513c72dede751d6194f6edc5b82183a3ba8b821ab1'
+'SKIP')
+
+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:


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

2016-09-29 Thread Maxime Gauduin
Date: Thursday, September 29, 2016 @ 13:53:25
  Author: alucryd
Revision: 190897

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |   88 +++--
 1 file changed, 45 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-29 13:53:18 UTC (rev 190896)
+++ PKGBUILD2016-09-29 13:53:25 UTC (rev 190897)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Tom Gundersen 
-# Contributor: Sébastien Luttringer 
-# Contributor: Joel Teichroeb 
-
-pkgname=lib32-wayland
-pkgver=1.11.0
-pkgrel=1
-pkgdesc='A computer display server protocol'
-arch=('x86_64')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-depends=('lib32-glibc' 'lib32-libffi' 'lib32-expat' 'lib32-libxml2' 'wayland')
-source=("http://wayland.freedesktop.org/releases/wayland-${pkgver}.tar.xz";)
-sha256sums=('9540925f7928becfdf5e3b84c70757f6589bf1ceef09bea78784d8e4772c0db0')
-
-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:

Copied: lib32-wayland/repos/multilib-x86_64/PKGBUILD (from rev 190896, 
lib32-wayland/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-29 13:53:25 UTC (rev 190897)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Tom Gundersen 
+# Contributor: Sébastien Luttringer 
+# Contributor: Joel Teichroeb 
+
+pkgname=lib32-wayland
+pkgver=1.12.0
+pkgrel=1
+pkgdesc='A computer display server protocol'
+arch=('x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('lib32-glibc' 'lib32-libffi' 'lib32-expat' 'lib32-libxml2' 'wayland')
+validpgpkeys=('C7223EBE4EF66513B892598911A30156E0E67611') # Bryce Harrington
+source=("http://wayland.freedesktop.org/releases/wayland-${pkgver}.tar.xz"{,.sig})
+sha256sums=('d6b4135cba0188abcb7275513c72dede751d6194f6edc5b82183a3ba8b821ab1'
+'SKIP')
+
+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:


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

2016-07-04 Thread Maxime Gauduin
Date: Monday, July 4, 2016 @ 11:13:41
  Author: alucryd
Revision: 182169

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-04 11:13:22 UTC (rev 182168)
+++ PKGBUILD2016-07-04 11:13:41 UTC (rev 182169)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Tom Gundersen 
-# Contributor: Sébastien Luttringer 
-# Contributor: Joel Teichroeb 
-
-pkgname=lib32-wayland
-pkgver=1.10.0
-pkgrel=1
-pkgdesc='A computer display server protocol'
-arch=('x86_64')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-depends=('lib32-glibc' 'lib32-libffi' 'lib32-expat' 'lib32-libxml2' 'wayland')
-source=("http://wayland.freedesktop.org/releases/wayland-${pkgver}.tar.xz";)
-sha256sums=('4bf6e790aa6f50ab3825676282ecd75850ec9c4767af96ecb7127b1f3c3d60dc')
-
-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:

Copied: lib32-wayland/repos/multilib-x86_64/PKGBUILD (from rev 182168, 
lib32-wayland/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-04 11:13:41 UTC (rev 182169)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Tom Gundersen 
+# Contributor: Sébastien Luttringer 
+# Contributor: Joel Teichroeb 
+
+pkgname=lib32-wayland
+pkgver=1.11.0
+pkgrel=1
+pkgdesc='A computer display server protocol'
+arch=('x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('lib32-glibc' 'lib32-libffi' 'lib32-expat' 'lib32-libxml2' 'wayland')
+source=("http://wayland.freedesktop.org/releases/wayland-${pkgver}.tar.xz";)
+sha256sums=('9540925f7928becfdf5e3b84c70757f6589bf1ceef09bea78784d8e4772c0db0')
+
+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:


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

2016-02-18 Thread Maxime Gauduin
Date: Thursday, February 18, 2016 @ 23:23:00
  Author: alucryd
Revision: 162379

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-18 22:22:20 UTC (rev 162378)
+++ PKGBUILD2016-02-18 22:23:00 UTC (rev 162379)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Tom Gundersen 
-# Contributor: Sébastien Luttringer 
-# Contributor: Joel Teichroeb 
-
-pkgname=lib32-wayland
-pkgver=1.9.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=('9c8770720aa0034479735f58a4dc4ca9b172ecfede28f5134312e135b7301efa')
-
-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:

Copied: lib32-wayland/repos/multilib-x86_64/PKGBUILD (from rev 162378, 
lib32-wayland/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-18 22:23:00 UTC (rev 162379)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Tom Gundersen 
+# Contributor: Sébastien Luttringer 
+# Contributor: Joel Teichroeb 
+
+pkgname=lib32-wayland
+pkgver=1.10.0
+pkgrel=1
+pkgdesc='A computer display server protocol'
+arch=('x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('lib32-glibc' 'lib32-libffi' 'lib32-expat' 'lib32-libxml2' 'wayland')
+source=("http://wayland.freedesktop.org/releases/wayland-${pkgver}.tar.xz";)
+sha256sums=('4bf6e790aa6f50ab3825676282ecd75850ec9c4767af96ecb7127b1f3c3d60dc')
+
+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:


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

2015-06-15 Thread Maxime Gauduin
Date: Monday, June 15, 2015 @ 10:06:43
  Author: alucryd
Revision: 135325

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-15 08:06:28 UTC (rev 135324)
+++ PKGBUILD2015-06-15 08:06:43 UTC (rev 135325)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Tom Gundersen 
-# Contributor: Sébastien Luttringer 
-# Contributor: Joel Teichroeb 
-
-pkgname=lib32-wayland
-pkgver=1.8.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=('31e8346b7208ea0ddbd7e90dbb0a151a27e34cc8ad6bc1b154e9c59aea5fc140')
-
-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:

Copied: lib32-wayland/repos/multilib-x86_64/PKGBUILD (from rev 135324, 
lib32-wayland/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-15 08:06:43 UTC (rev 135325)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Tom Gundersen 
+# Contributor: Sébastien Luttringer 
+# Contributor: Joel Teichroeb 
+
+pkgname=lib32-wayland
+pkgver=1.8.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=('f17c938d1c24fd0a10f650a623a2775d329db3168b5732e498b08388ec776fc8')
+
+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:


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

2015-06-05 Thread Maxime Gauduin
Date: Friday, June 5, 2015 @ 10:17:43
  Author: alucryd
Revision: 134831

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-05 08:16:31 UTC (rev 134830)
+++ PKGBUILD2015-06-05 08:17:43 UTC (rev 134831)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Tom Gundersen 
-# Contributor: Sébastien Luttringer 
-# Contributor: Joel Teichroeb 
-
-pkgname=lib32-wayland
-pkgver=1.7.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=('bdea47a2db96f7e53f1ce0351559c0af5b7f7aae7e95f0a884a78af9f1057c9c')
-
-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:

Copied: lib32-wayland/repos/multilib-x86_64/PKGBUILD (from rev 134830, 
lib32-wayland/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-05 08:17:43 UTC (rev 134831)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Tom Gundersen 
+# Contributor: Sébastien Luttringer 
+# Contributor: Joel Teichroeb 
+
+pkgname=lib32-wayland
+pkgver=1.8.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=('31e8346b7208ea0ddbd7e90dbb0a151a27e34cc8ad6bc1b154e9c59aea5fc140')
+
+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:


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

2015-02-01 Thread Maxime Gauduin
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
===
--- PKGBUILD2015-02-02 07:53:47 UTC (rev 126953)
+++ PKGBUILD2015-02-02 07:55:04 UTC (rev 126954)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Tom Gundersen 
-# Contributor: Sébastien Luttringer 
-# Contributor: Joel Teichroeb 
-
-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)
+++ PKGBUILD2015-02-02 07:55:04 UTC (rev 126954)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Tom Gundersen 
+# Contributor: Sébastien Luttringer 
+# Contributor: Joel Teichroeb 
+
+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:


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

2014-10-01 Thread Maxime Gauduin
Date: Wednesday, October 1, 2014 @ 22:33:03
  Author: alucryd
Revision: 119985

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |   79 ++---
 1 file changed, 40 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-01 20:32:52 UTC (rev 119984)
+++ PKGBUILD2014-10-01 20:33:03 UTC (rev 119985)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Tom Gundersen 
-# Contributor: Sébastien Luttringer
-# Contributor: Joel Teichroeb 
-
-pkgname=lib32-wayland
-pkgver=1.5.0
-pkgrel=1
-pkgdesc='A computer display server protocol'
-arch=('x86_64')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-depends=('lib32-libffi' 'lib32-expat' "${pkgname#*-}")
-source=("http://wayland.freedesktop.org/releases/wayland-${pkgver}.tar.xz";)
-sha256sums=('0069e1e9af888b3e05384380ad8cc6c976ea3e81d08ba19b7675ce1d693a41b5')
-
-build() {
-  cd ${pkgname#*-}-${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 ${pkgname#*-}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses
-  ln -s ${pkgname#*-} "${pkgdir}"/usr/share/licenses/${pkgname}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-wayland/repos/multilib-x86_64/PKGBUILD (from rev 119984, 
lib32-wayland/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-01 20:33:03 UTC (rev 119985)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Tom Gundersen 
+# Contributor: Sébastien Luttringer 
+# Contributor: Joel Teichroeb 
+
+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:


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

2014-05-26 Thread Maxime Gauduin
Date: Monday, May 26, 2014 @ 15:42:01
  Author: alucryd
Revision: 111895

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-26 13:41:16 UTC (rev 111894)
+++ PKGBUILD2014-05-26 13:42:01 UTC (rev 111895)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Tom Gundersen 
-# Contributor: Sébastien Luttringer
-# Contributor: Joel Teichroeb 
-
-pkgname=lib32-wayland
-pkgver=1.4.0
-pkgrel=1
-pkgdesc='A computer display server protocol'
-arch=('x86_64')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-depends=('lib32-libffi' 'lib32-expat' "${pkgname#*-}")
-source=("http://wayland.freedesktop.org/releases/wayland-${pkgver}.tar.xz";)
-sha256sums=('18f33b9f15b4c8b662fb1968e7636e7926b419dfc48de8a164b3a3d7095c5a58')
-
-build() {
-  cd ${pkgname#*-}-${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 ${pkgname#*-}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses
-  ln -s ${pkgname#*-} "${pkgdir}"/usr/share/licenses/${pkgname}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-wayland/repos/multilib-x86_64/PKGBUILD (from rev 111894, 
lib32-wayland/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-26 13:42:01 UTC (rev 111895)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Tom Gundersen 
+# Contributor: Sébastien Luttringer
+# Contributor: Joel Teichroeb 
+
+pkgname=lib32-wayland
+pkgver=1.5.0
+pkgrel=1
+pkgdesc='A computer display server protocol'
+arch=('x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('lib32-libffi' 'lib32-expat' "${pkgname#*-}")
+source=("http://wayland.freedesktop.org/releases/wayland-${pkgver}.tar.xz";)
+sha256sums=('0069e1e9af888b3e05384380ad8cc6c976ea3e81d08ba19b7675ce1d693a41b5')
+
+build() {
+  cd ${pkgname#*-}-${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 ${pkgname#*-}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s ${pkgname#*-} "${pkgdir}"/usr/share/licenses/${pkgname}
+}
+
+# vim: ts=2 sw=2 et:



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

2014-03-12 Thread Maxime Gauduin
Date: Wednesday, March 12, 2014 @ 15:24:50
  Author: alucryd
Revision: 107102

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-12 14:24:41 UTC (rev 107101)
+++ PKGBUILD2014-03-12 14:24:50 UTC (rev 107102)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Tom Gundersen 
-# Contributor: Sébastien Luttringer
-# Contributor: Joel Teichroeb 
-
-pkgname=lib32-wayland
-pkgver=1.4.0
-pkgrel=1
-pkgdesc='A computer display server protocol'
-arch=('i686' 'x86_64')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-depends=('lib32-libffi' 'lib32-expat' "${pkgname#*-}")
-source=("http://wayland.freedesktop.org/releases/wayland-${pkgver}.tar.xz";)
-sha256sums=('18f33b9f15b4c8b662fb1968e7636e7926b419dfc48de8a164b3a3d7095c5a58')
-
-build() {
-  cd ${pkgname#*-}-${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 ${pkgname#*-}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses
-  ln -s ${pkgname#*-} "${pkgdir}"/usr/share/licenses/${pkgname}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-wayland/repos/multilib-x86_64/PKGBUILD (from rev 107101, 
lib32-wayland/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-12 14:24:50 UTC (rev 107102)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Tom Gundersen 
+# Contributor: Sébastien Luttringer
+# Contributor: Joel Teichroeb 
+
+pkgname=lib32-wayland
+pkgver=1.4.0
+pkgrel=1
+pkgdesc='A computer display server protocol'
+arch=('x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('lib32-libffi' 'lib32-expat' "${pkgname#*-}")
+source=("http://wayland.freedesktop.org/releases/wayland-${pkgver}.tar.xz";)
+sha256sums=('18f33b9f15b4c8b662fb1968e7636e7926b419dfc48de8a164b3a3d7095c5a58')
+
+build() {
+  cd ${pkgname#*-}-${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 ${pkgname#*-}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s ${pkgname#*-} "${pkgdir}"/usr/share/licenses/${pkgname}
+}
+
+# vim: ts=2 sw=2 et: