Date: Wednesday, September 14, 2022 @ 06:34:55
Author: arojas
Revision: 456088
archrelease: copy trunk to extra-x86_64
Added:
wayland-utils/repos/extra-x86_64/PKGBUILD
(from rev 456087, wayland-utils/trunk/PKGBUILD)
Deleted:
wayland-utils/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 52 ++++++++++++++++++++++++++--------------------------
1 file changed, 26 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-14 06:34:45 UTC (rev 456087)
+++ PKGBUILD 2022-09-14 06:34:55 UTC (rev 456088)
@@ -1,26 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Lex Black <[email protected]>
-
-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
-}
Copied: wayland-utils/repos/extra-x86_64/PKGBUILD (from rev 456087,
wayland-utils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-14 06:34:55 UTC (rev 456088)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Lex Black <[email protected]>
+
+pkgname=wayland-utils
+pkgver=1.1.0
+pkgrel=1
+pkgdesc='Wayland tools to display information about current compositor'
+url='https://gitlab.freedesktop.org/wayland/wayland-utils'
+arch=(x86_64)
+license=(MIT)
+depends=(wayland libdrm)
+makedepends=(meson wayland-protocols)
+source=(https://gitlab.freedesktop.org/wayland/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('736fae5eb93e7eb6cdaa2374583b82912d2a497853ee8a1b3aeec0109ddd82dc')
+
+build() {
+ meson $pkgname-$pkgver build \
+ --prefix /usr
+ meson compile -C build
+}
+
+package() {
+ meson install -C build --destdir "$pkgdir"
+
+ install -Dm644 $pkgname-$pkgver/COPYING -t
"$pkgdir"/usr/share/licenses/$pkgname
+}