summaryrefslogtreecommitdiff
path: root/extra/wayland
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-29 03:06:29 -0700
committerroot <root@rshg054.dnsready.net>2013-08-29 03:06:29 -0700
commit0a2b1eeb31400e539041c83cc1a5952f1c880917 (patch)
treee957f8274799baeebffbefd8182fa1e7f106979f /extra/wayland
parentd4e7f77644a42f66c76c525abf0bd5d47c6431eb (diff)
Thu Aug 29 03:04:08 PDT 2013
Diffstat (limited to 'extra/wayland')
-rw-r--r--extra/wayland/PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/extra/wayland/PKGBUILD b/extra/wayland/PKGBUILD
index f08d82fc0..05ae4ae53 100644
--- a/extra/wayland/PKGBUILD
+++ b/extra/wayland/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 190120 2013-07-15 21:53:45Z tomegun $
+# $Id: PKGBUILD 193712 2013-08-28 20:08:20Z lcarlier $
# Maintainer: Tom Gundersen <teg@jklm.no>
# Contributor: Sébastien Luttringer
# Contributor: Joel Teichroeb <joel@teichroeb.net>
pkgname=wayland
-pkgver=1.2.0
+pkgver=1.2.1
pkgrel=1
pkgdesc='A computer display server protocol'
arch=('i686' 'x86_64')
@@ -14,9 +14,11 @@ depends=('libffi' 'expat')
makedepends=('doxygen')
options=(!libtool)
source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz")
+sha1sums=('2214b690cb5a4f9695d287f27730c4368e6ef829')
build() {
cd $pkgname-$pkgver
+
./configure --prefix=/usr \
--disable-static
make
@@ -24,7 +26,7 @@ build() {
package() {
cd $pkgname-$pkgver
+
make DESTDIR="$pkgdir" install
install -Dm 644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
}
-md5sums=('48d375afb15f3e68a72cf7b4fd8f4a63')