[arch-commits] Commit in lib32-wayland/repos/multilib-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Sun Sep 24 19:26:31 UTC 2017
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
===================================================================
--- PKGBUILD 2017-09-24 19:26:09 UTC (rev 260447)
+++ PKGBUILD 2017-09-24 19:26:30 UTC (rev 260448)
@@ -1,45 +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.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)
+++ PKGBUILD 2017-09-24 19:26:30 UTC (rev 260448)
@@ -0,0 +1,45 @@
+# $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.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:
More information about the arch-commits
mailing list