[arch-commits] Commit in wayland-protocols/repos (3 files)

Sébastien Luttringer seblu at archlinux.org
Wed May 16 22:30:06 UTC 2018


    Date: Wednesday, May 16, 2018 @ 22:30:05
  Author: seblu
Revision: 324380

db-move: moved wayland-protocols from [testing] to [extra] (any)

Added:
  wayland-protocols/repos/extra-any/PKGBUILD
    (from rev 324379, wayland-protocols/repos/testing-any/PKGBUILD)
Deleted:
  wayland-protocols/repos/extra-any/PKGBUILD
  wayland-protocols/repos/testing-any/

--------------------+
 /PKGBUILD          |   42 ++++++++++++++++++++++++++++++++++++++++++
 extra-any/PKGBUILD |   32 --------------------------------
 2 files changed, 42 insertions(+), 32 deletions(-)

Deleted: extra-any/PKGBUILD
===================================================================
--- extra-any/PKGBUILD	2018-05-16 22:20:33 UTC (rev 324379)
+++ extra-any/PKGBUILD	2018-05-16 22:30:05 UTC (rev 324380)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer <seblu at seblu.net>
-
-pkgname=wayland-protocols
-pkgver=1.13
-pkgrel=1
-pkgdesc='Specifications of extended Wayland protocols'
-arch=('any')
-url='https://wayland.freedesktop.org/'
-license=('MIT')
-makedepends=('wayland')
-validpgpkeys=('8307C0A224BABDA1BABD0EB9A6EEEC9E0136164A'  # Jonas Ådahl
-              'A66D805F7C9329B4C5D82767CCC4F07FAC641EFF') # Daniel Stone
-source=("https://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.sig})
-sha1sums=('1b4b3385e168c361b4d350668d92f3a90ceee189'
-          'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-  install -Dm 644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: wayland-protocols/repos/extra-any/PKGBUILD (from rev 324379, wayland-protocols/repos/testing-any/PKGBUILD)
===================================================================
--- extra-any/PKGBUILD	                        (rev 0)
+++ extra-any/PKGBUILD	2018-05-16 22:30:05 UTC (rev 324380)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sébastien Luttringer <seblu at seblu.net>
+
+pkgname=wayland-protocols
+pkgver=1.14
+pkgrel=1
+pkgdesc='Specifications of extended Wayland protocols'
+arch=('any')
+url='https://wayland.freedesktop.org/'
+license=('MIT')
+makedepends=('wayland')
+validpgpkeys=('8307C0A224BABDA1BABD0EB9A6EEEC9E0136164A'  # Jonas Ådahl
+              'A66D805F7C9329B4C5D82767CCC4F07FAC641EFF') # Daniel Stone
+source=("https://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.sig})
+sha1sums=('54cf2afd63afb4512ee45514d4e8bcb86cc15100'
+          'SKIP')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  install -Dm 644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list