[arch-commits] Commit in lib32-wayland/trunk (PKGBUILD)

2020-04-08 Thread Evangelos Foutras via arch-commits
Date: Wednesday, April 8, 2020 @ 22:52:29
  Author: foutrelis
Revision: 612806

libffi 3.3 rebuild

Modified:
  lib32-wayland/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-08 22:52:15 UTC (rev 612805)
+++ PKGBUILD2020-04-08 22:52:29 UTC (rev 612806)
@@ -5,7 +5,7 @@
 
 pkgname=lib32-wayland
 pkgver=1.18.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A computer display server protocol'
 arch=(x86_64)
 url=https://wayland.freedesktop.org


[arch-commits] Commit in lib32-wayland/trunk (PKGBUILD)

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

upgpkg: lib32-wayland 1.18.0-1

Modified:
  lib32-wayland/trunk/PKGBUILD

--+
 PKGBUILD |   10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-12 18:18:22 UTC (rev 569581)
+++ PKGBUILD2020-02-12 18:24:16 UTC (rev 569582)
@@ -4,7 +4,7 @@
 # Contributor: Joel Teichroeb 
 
 pkgname=lib32-wayland
-pkgver=1.17.0
+pkgver=1.18.0
 pkgrel=1
 pkgdesc='A computer display server protocol'
 arch=(x86_64)
@@ -18,9 +18,15 @@
   wayland
 )
 makedepends=(git)
-source=(git+https://gitlab.freedesktop.org/wayland/wayland.git#tag=${pkgver})
+source=(git+https://gitlab.freedesktop.org/wayland/wayland.git#tag=eb1339edd398b9f5328816931e585db4229aa132)
 sha256sums=(SKIP)
 
+pkgver() {
+  cd wayland
+
+  git describe --tags
+}
+
 prepare() {
   cd wayland
 


[arch-commits] Commit in lib32-wayland/trunk (PKGBUILD)

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

upgpkg: lib32-wayland 1.17.0-1

Modified:
  lib32-wayland/trunk/PKGBUILD

--+
 PKGBUILD |   28 +---
 1 file changed, 17 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-16 12:01:59 UTC (rev 451770)
+++ PKGBUILD2019-04-16 12:05:10 UTC (rev 451771)
@@ -4,16 +4,22 @@
 # Contributor: Joel Teichroeb 
 
 pkgname=lib32-wayland
-pkgver=1.16.0
+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')
+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
@@ -25,11 +31,11 @@
   cd wayland
 
   export CC='gcc -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
 
   ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
+--prefix=/usr \
+--libdir=/usr/lib32 \
 --disable-documentation \
 --disable-static
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool


[arch-commits] Commit in lib32-wayland/trunk (PKGBUILD)

2018-08-26 Thread Maxime Gauduin via arch-commits
Date: Sunday, August 26, 2018 @ 14:19:55
  Author: alucryd
Revision: 374301

upgpkg: lib32-wayland 1.16.0-1

Modified:
  lib32-wayland/trunk/PKGBUILD

--+
 PKGBUILD |   25 -
 1 file changed, 12 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-26 14:19:51 UTC (rev 374300)
+++ PKGBUILD2018-08-26 14:19:55 UTC (rev 374301)
@@ -5,7 +5,7 @@
 # Contributor: Joel Teichroeb 
 
 pkgname=lib32-wayland
-pkgver=1.15.0
+pkgver=1.16.0
 pkgrel=1
 pkgdesc='A computer display server protocol'
 arch=('x86_64')
@@ -12,19 +12,20 @@
 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')
+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-${pkgver}
+  cd wayland
 
   export CC='gcc -m32'
-  export CXX='g++ -m32'
   export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
 
   ./configure \
@@ -37,9 +38,7 @@
 }
 
 package() {
-  cd wayland-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
+  make DESTDIR="${pkgdir}" -C wayland install
   rm -rf "${pkgdir}"/usr/{bin,include,share}
 
   install -dm 755 "${pkgdir}"/usr/share/licenses


[arch-commits] Commit in lib32-wayland/trunk (PKGBUILD)

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

upgpkg: lib32-wayland 1.15.0-1

Modified:
  lib32-wayland/trunk/PKGBUILD

--+
 PKGBUILD |   10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-25 13:07:50 UTC (rev 329349)
+++ PKGBUILD2018-05-25 13:12:38 UTC (rev 329350)
@@ -5,7 +5,7 @@
 # Contributor: Joel Teichroeb 
 
 pkgname=lib32-wayland
-pkgver=1.14.0
+pkgver=1.15.0
 pkgrel=1
 pkgdesc='A computer display server protocol'
 arch=('x86_64')
@@ -13,8 +13,11 @@
 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'
+validpgpkeys=(
+  'C7223EBE4EF66513B892598911A30156E0E67611' # Bryce Harrington
+  'C0066D7DB8E9AC6844D728715E54498E697F11D7' # Derek Foreman
+)
+sha256sums=('eb3fbebb8559d56a80ad3753ec3db800f587329067962dbf65e14488b4b7aeb0'
 'SKIP')
 
 build() {
@@ -29,6 +32,7 @@
 --libdir='/usr/lib32' \
 --disable-documentation \
 --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 


[arch-commits] Commit in lib32-wayland/trunk (PKGBUILD)

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

upgpkg: lib32-wayland 1.14.0-1

Modified:
  lib32-wayland/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-24 17:09:45 UTC (rev 260446)
+++ PKGBUILD2017-09-24 19:26:09 UTC (rev 260447)
@@ -5,7 +5,7 @@
 # Contributor: Joel Teichroeb 
 
 pkgname=lib32-wayland
-pkgver=1.13.0
+pkgver=1.14.0
 pkgrel=1
 pkgdesc='A computer display server protocol'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 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'
+sha256sums=('ed80cabc0961a759a42092e2c39aabfc1ec9a13c86c98bbe2b812f008da27ab8'
 'SKIP')
 
 build() {


[arch-commits] Commit in lib32-wayland/trunk (PKGBUILD)

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

upgpkg: lib32-wayland 1.13.0-1

Modified:
  lib32-wayland/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-11 20:35:16 UTC (rev 215721)
+++ PKGBUILD2017-03-11 20:41:10 UTC (rev 215722)
@@ -5,7 +5,7 @@
 # Contributor: Joel Teichroeb 
 
 pkgname=lib32-wayland
-pkgver=1.12.0
+pkgver=1.13.0
 pkgrel=1
 pkgdesc='A computer display server protocol'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 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'
+sha256sums=('69b052c031a61e89af7cc8780893d0da1e301492352aa449dee9345043e6fe51'
 'SKIP')
 
 build() {


[arch-commits] Commit in lib32-wayland/trunk (PKGBUILD)

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

HTTPS/GPG todo

Modified:
  lib32-wayland/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-02 15:00:05 UTC (rev 194489)
+++ PKGBUILD2016-11-02 15:01:03 UTC (rev 194490)
@@ -9,11 +9,11 @@
 pkgrel=1
 pkgdesc='A computer display server protocol'
 arch=('x86_64')
-url='http://wayland.freedesktop.org'
+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
-source=("http://wayland.freedesktop.org/releases/wayland-${pkgver}.tar.xz"{,.sig})
 sha256sums=('d6b4135cba0188abcb7275513c72dede751d6194f6edc5b82183a3ba8b821ab1'
 'SKIP')
 


[arch-commits] Commit in lib32-wayland/trunk (PKGBUILD)

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

upgpkg: lib32-wayland 1.12.0-1

Modified:
  lib32-wayland/trunk/PKGBUILD

--+
 PKGBUILD |8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-29 13:52:31 UTC (rev 190895)
+++ PKGBUILD2016-09-29 13:53:18 UTC (rev 190896)
@@ -5,7 +5,7 @@
 # Contributor: Joel Teichroeb 
 
 pkgname=lib32-wayland
-pkgver=1.11.0
+pkgver=1.12.0
 pkgrel=1
 pkgdesc='A computer display server protocol'
 arch=('x86_64')
@@ -12,8 +12,10 @@
 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')
+validpgpkeys=('C7223EBE4EF66513B892598911A30156E0E67611') # Bryce Harrington
+source=("http://wayland.freedesktop.org/releases/wayland-${pkgver}.tar.xz"{,.sig})
+sha256sums=('d6b4135cba0188abcb7275513c72dede751d6194f6edc5b82183a3ba8b821ab1'
+'SKIP')
 
 build() {
   cd wayland-${pkgver}


[arch-commits] Commit in lib32-wayland/trunk (PKGBUILD)

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

upgpkg: lib32-wayland 1.11.0-1

Modified:
  lib32-wayland/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-04 09:56:52 UTC (rev 182167)
+++ PKGBUILD2016-07-04 11:13:22 UTC (rev 182168)
@@ -5,7 +5,7 @@
 # Contributor: Joel Teichroeb 
 
 pkgname=lib32-wayland
-pkgver=1.10.0
+pkgver=1.11.0
 pkgrel=1
 pkgdesc='A computer display server protocol'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 license=('MIT')
 depends=('lib32-glibc' 'lib32-libffi' 'lib32-expat' 'lib32-libxml2' 'wayland')
 source=("http://wayland.freedesktop.org/releases/wayland-${pkgver}.tar.xz;)
-sha256sums=('4bf6e790aa6f50ab3825676282ecd75850ec9c4767af96ecb7127b1f3c3d60dc')
+sha256sums=('9540925f7928becfdf5e3b84c70757f6589bf1ceef09bea78784d8e4772c0db0')
 
 build() {
   cd wayland-${pkgver}


[arch-commits] Commit in lib32-wayland/trunk (PKGBUILD)

2015-09-30 Thread Maxime Gauduin
Date: Wednesday, September 30, 2015 @ 22:07:53
  Author: alucryd
Revision: 142279

upgpkg: lib32-wayland 1.9.0-1

Modified:
  lib32-wayland/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-30 20:05:23 UTC (rev 142278)
+++ PKGBUILD2015-09-30 20:07:53 UTC (rev 142279)
@@ -5,7 +5,7 @@
 # Contributor: Joel Teichroeb 
 
 pkgname=lib32-wayland
-pkgver=1.8.1
+pkgver=1.9.0
 pkgrel=1
 pkgdesc='A computer display server protocol'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 license=('MIT')
 depends=('lib32-libffi' 'lib32-expat' 'wayland')
 source=("http://wayland.freedesktop.org/releases/wayland-${pkgver}.tar.xz;)
-sha256sums=('f17c938d1c24fd0a10f650a623a2775d329db3168b5732e498b08388ec776fc8')
+sha256sums=('9c8770720aa0034479735f58a4dc4ca9b172ecfede28f5134312e135b7301efa')
 
 build() {
   cd wayland-${pkgver}


[arch-commits] Commit in lib32-wayland/trunk (PKGBUILD)

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

upgpkg: lib32-wayland 1.8.1-1

Modified:
  lib32-wayland/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-15 07:54:57 UTC (rev 135323)
+++ PKGBUILD2015-06-15 08:06:28 UTC (rev 135324)
@@ -5,7 +5,7 @@
 # Contributor: Joel Teichroeb j...@teichroeb.net
 
 pkgname=lib32-wayland
-pkgver=1.8.0
+pkgver=1.8.1
 pkgrel=1
 pkgdesc='A computer display server protocol'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 license=('MIT')
 depends=('lib32-libffi' 'lib32-expat' 'wayland')
 source=(http://wayland.freedesktop.org/releases/wayland-${pkgver}.tar.xz;)
-sha256sums=('31e8346b7208ea0ddbd7e90dbb0a151a27e34cc8ad6bc1b154e9c59aea5fc140')
+sha256sums=('f17c938d1c24fd0a10f650a623a2775d329db3168b5732e498b08388ec776fc8')
 
 build() {
   cd wayland-${pkgver}


[arch-commits] Commit in lib32-wayland/trunk (PKGBUILD)

2015-06-05 Thread Maxime Gauduin
Date: Friday, June 5, 2015 @ 10:16:31
  Author: alucryd
Revision: 134830

upgpkg: lib32-wayland 1.8.0-1

Modified:
  lib32-wayland/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-05 08:09:46 UTC (rev 134829)
+++ PKGBUILD2015-06-05 08:16:31 UTC (rev 134830)
@@ -5,7 +5,7 @@
 # Contributor: Joel Teichroeb j...@teichroeb.net
 
 pkgname=lib32-wayland
-pkgver=1.7.0
+pkgver=1.8.0
 pkgrel=1
 pkgdesc='A computer display server protocol'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 license=('MIT')
 depends=('lib32-libffi' 'lib32-expat' 'wayland')
 source=(http://wayland.freedesktop.org/releases/wayland-${pkgver}.tar.xz;)
-sha256sums=('bdea47a2db96f7e53f1ce0351559c0af5b7f7aae7e95f0a884a78af9f1057c9c')
+sha256sums=('31e8346b7208ea0ddbd7e90dbb0a151a27e34cc8ad6bc1b154e9c59aea5fc140')
 
 build() {
   cd wayland-${pkgver}


[arch-commits] Commit in lib32-wayland/trunk (PKGBUILD)

2015-02-17 Thread Laurent Carlier
Date: Tuesday, February 17, 2015 @ 12:02:47
  Author: lcarlier
Revision: 127841

upgpkg: lib32-wayland 1.7.0-1

upstream update 1.7.0

Modified:
  lib32-wayland/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-17 10:45:27 UTC (rev 127840)
+++ PKGBUILD2015-02-17 11:02:47 UTC (rev 127841)
@@ -5,7 +5,7 @@
 # Contributor: Joel Teichroeb j...@teichroeb.net
 
 pkgname=lib32-wayland
-pkgver=1.6.1
+pkgver=1.7.0
 pkgrel=1
 pkgdesc='A computer display server protocol'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 license=('MIT')
 depends=('lib32-libffi' 'lib32-expat' 'wayland')
 source=(http://wayland.freedesktop.org/releases/wayland-${pkgver}.tar.xz;)
-sha256sums=('d1aeb95b433cab33a928b56cb80efa551802e0a064adb4a8ea1517249d3c10b0')
+sha256sums=('bdea47a2db96f7e53f1ce0351559c0af5b7f7aae7e95f0a884a78af9f1057c9c')
 
 build() {
   cd wayland-${pkgver}


[arch-commits] Commit in lib32-wayland/trunk (PKGBUILD)

2015-02-01 Thread Maxime Gauduin
Date: Monday, February 2, 2015 @ 08:53:47
  Author: alucryd
Revision: 126953

upgpkg: lib32-wayland 1.6.1-1

Modified:
  lib32-wayland/trunk/PKGBUILD

--+
 PKGBUILD |   11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-02 07:19:42 UTC (rev 126952)
+++ PKGBUILD2015-02-02 07:53:47 UTC (rev 126953)
@@ -5,7 +5,7 @@
 # Contributor: Joel Teichroeb j...@teichroeb.net
 
 pkgname=lib32-wayland
-pkgver=1.6.0
+pkgver=1.6.1
 pkgrel=1
 pkgdesc='A computer display server protocol'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 license=('MIT')
 depends=('lib32-libffi' 'lib32-expat' 'wayland')
 source=(http://wayland.freedesktop.org/releases/wayland-${pkgver}.tar.xz;)
-sha256sums=('a7d5102dcf53d08c059d24bc62de491d7cd482070abeb6737a20d0d86ba6fc7f')
+sha256sums=('d1aeb95b433cab33a928b56cb80efa551802e0a064adb4a8ea1517249d3c10b0')
 
 build() {
   cd wayland-${pkgver}
@@ -22,8 +22,11 @@
   export CXX='g++ -m32'
   export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
 
-  ./configure --prefix='/usr' --libdir='/usr/lib32' \
-  --disable-{documentation,static}
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--disable-documentation \
+--disable-static
   make
 }
 


[arch-commits] Commit in lib32-wayland/trunk (PKGBUILD)

2014-10-01 Thread Maxime Gauduin
Date: Wednesday, October 1, 2014 @ 22:32:52
  Author: alucryd
Revision: 119984

upgpkg: lib32-wayland 1.6.0-1

Modified:
  lib32-wayland/trunk/PKGBUILD

--+
 PKGBUILD |   19 ++-
 1 file changed, 10 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-01 19:33:41 UTC (rev 119983)
+++ PKGBUILD2014-10-01 20:32:52 UTC (rev 119984)
@@ -1,39 +1,40 @@
 # $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
 # Contributor: Tom Gundersen t...@jklm.no
-# Contributor: Sébastien Luttringer
+# Contributor: Sébastien Luttringer sеblu@аrchlіnux․org
 # Contributor: Joel Teichroeb j...@teichroeb.net
 
 pkgname=lib32-wayland
-pkgver=1.5.0
+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' ${pkgname#*-})
+depends=('lib32-libffi' 'lib32-expat' 'wayland')
 source=(http://wayland.freedesktop.org/releases/wayland-${pkgver}.tar.xz;)
-sha256sums=('0069e1e9af888b3e05384380ad8cc6c976ea3e81d08ba19b7675ce1d693a41b5')
+sha256sums=('a7d5102dcf53d08c059d24bc62de491d7cd482070abeb6737a20d0d86ba6fc7f')
 
 build() {
-  cd ${pkgname#*-}-${pkgver}
+  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}
+  ./configure --prefix='/usr' --libdir='/usr/lib32' \
+  --disable-{documentation,static}
   make
 }
 
 package() {
-  cd ${pkgname#*-}-${pkgver}
+  cd wayland-${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}
+  ln -s wayland ${pkgdir}/usr/share/licenses/lib32-wayland
 }
 
 # vim: ts=2 sw=2 et:


[arch-commits] Commit in lib32-wayland/trunk (PKGBUILD)

2014-05-26 Thread Maxime Gauduin
Date: Monday, May 26, 2014 @ 15:41:16
  Author: alucryd
Revision: 111894

upgpkg: lib32-wayland 1.5.0-1

Modified:
  lib32-wayland/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-26 13:28:36 UTC (rev 111893)
+++ PKGBUILD2014-05-26 13:41:16 UTC (rev 111894)
@@ -5,7 +5,7 @@
 # Contributor: Joel Teichroeb j...@teichroeb.net
 
 pkgname=lib32-wayland
-pkgver=1.4.0
+pkgver=1.5.0
 pkgrel=1
 pkgdesc='A computer display server protocol'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 license=('MIT')
 depends=('lib32-libffi' 'lib32-expat' ${pkgname#*-})
 source=(http://wayland.freedesktop.org/releases/wayland-${pkgver}.tar.xz;)
-sha256sums=('18f33b9f15b4c8b662fb1968e7636e7926b419dfc48de8a164b3a3d7095c5a58')
+sha256sums=('0069e1e9af888b3e05384380ad8cc6c976ea3e81d08ba19b7675ce1d693a41b5')
 
 build() {
   cd ${pkgname#*-}-${pkgver}



[arch-commits] Commit in lib32-wayland/trunk (PKGBUILD)

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

Remove i686 from arch

Modified:
  lib32-wayland/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-12 14:23:46 UTC (rev 107100)
+++ PKGBUILD2014-03-12 14:24:41 UTC (rev 107101)
@@ -8,7 +8,7 @@
 pkgver=1.4.0
 pkgrel=1
 pkgdesc='A computer display server protocol'
-arch=('i686' 'x86_64')
+arch=('x86_64')
 url='http://wayland.freedesktop.org'
 license=('MIT')
 depends=('lib32-libffi' 'lib32-expat' ${pkgname#*-})