[arch-commits] Commit in wayland-utils (3 files)

Antonio Rojas arojas at gemini.archlinux.org
Thu Sep 16 10:39:52 UTC 2021


    Date: Thursday, September 16, 2021 @ 10:39:52
  Author: arojas
Revision: 424140

archrelease: copy trunk to extra-x86_64

Added:
  wayland-utils/repos/
  wayland-utils/repos/extra-x86_64/
  wayland-utils/repos/extra-x86_64/PKGBUILD
    (from rev 424139, wayland-utils/trunk/PKGBUILD)

----------+
 PKGBUILD |   26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

Copied: wayland-utils/repos/extra-x86_64/PKGBUILD (from rev 424139, wayland-utils/trunk/PKGBUILD)
===================================================================
--- repos/extra-x86_64/PKGBUILD	                        (rev 0)
+++ repos/extra-x86_64/PKGBUILD	2021-09-16 10:39:52 UTC (rev 424140)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Lex Black <autumn-wind at web.de>
+
+pkgname=wayland-utils
+pkgver=1.0.0
+pkgrel=2
+pkgdesc='Wayland tools to display information about current compositor'
+url='https://gitlab.freedesktop.org/wayland/wayland-utils'
+arch=(x86_64)
+license=(MIT)
+depends=(wayland)
+makedepends=(meson wayland-protocols)
+source=(https://gitlab.freedesktop.org/wayland/$pkgname/-/archive/$pkgname-$pkgver/$pkgname-$pkgname-$pkgver.tar.gz)
+sha256sums=('72fc2471715077000f76833d72ad59ed24e3a3f77b47f77e45ae669bef99947a')
+
+build() {
+  meson $pkgname-$pkgname-$pkgver build \
+    --prefix /usr
+  meson compile -C build
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+
+  install -Dm644 $pkgname-$pkgname-$pkgver/COPYING -t "$pkgdir"/usr/share/licenses/$pkgname
+}



More information about the arch-commits mailing list