[arch-commits] Commit in wlroots/repos/community-x86_64 (PKGBUILD PKGBUILD keys)

Allan McRae allan at gemini.archlinux.org
Fri Jul 15 11:34:37 UTC 2022


    Date: Friday, July 15, 2022 @ 11:34:36
  Author: allan
Revision: 1252916

archrelease: copy trunk to community-x86_64

Added:
  wlroots/repos/community-x86_64/PKGBUILD
    (from rev 1252915, wlroots/trunk/PKGBUILD)
  wlroots/repos/community-x86_64/keys/
Deleted:
  wlroots/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  132 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 66 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-15 11:34:13 UTC (rev 1252915)
+++ PKGBUILD	2022-07-15 11:34:36 UTC (rev 1252916)
@@ -1,66 +0,0 @@
-# Maintainer: Brett Cornwall <ainola at archlinux.org>
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Omar Pakker
-
-pkgname=wlroots
-pkgver=0.15.1
-pkgrel=5
-license=('MIT')
-pkgdesc='Modular Wayland compositor library'
-url='https://gitlab.freedesktop.org/wlroots/wlroots'
-arch=('x86_64')
-depends=(
-    'libglvnd'
-    'libinput'
-    'libpixman-1.so'
-    'libseat.so'
-    'libudev.so'
-    'libvulkan.so'
-    'libwayland-client.so'
-    'libwayland-server.so'
-    'libxcb'
-    'libxkbcommon.so'
-    'opengl-driver'
-    'xcb-util-errors'
-    'xcb-util-renderutil'
-    'xcb-util-wm'
-)
-makedepends=(
-    'glslang'
-    'meson'
-    'ninja'
-    'systemd'
-    'vulkan-headers'
-    'wayland-protocols'
-    'xorg-xwayland'
-)
-optdepends=(
-    'xorg-xwayland: Xwayland support'
-)
-provides=(
-    'libwlroots.so'
-)
-options=(
-    'debug'
-)
-source=(
-    "$pkgname-$pkgver.tar.gz::https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/$pkgver/downloads/wlroots-$pkgver.tar.gz"
-    "https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/$pkgver/downloads/wlroots-$pkgver.tar.gz.sig"
-)
-sha256sums=('5b92f11a52d978919ed1306e0d54c9d59f1762b28d44f0a2da3ef3b351305373'
-            'SKIP')
-validpgpkeys=(
-    '34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48' # Simon Ser
-    '9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A' # Drew DeVault
-    '4100929B33EEB0FD1DB852797BC79407090047CA' # Sway signing key
-)
-
-build() {
-    arch-meson "$pkgname-$pkgver" build
-    ninja -C build
-}
-
-package() {
-    DESTDIR="$pkgdir" ninja -C build install
-    install -Dm644 "$pkgname-$pkgver/LICENSE" -t "$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: wlroots/repos/community-x86_64/PKGBUILD (from rev 1252915, wlroots/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-15 11:34:36 UTC (rev 1252916)
@@ -0,0 +1,66 @@
+# Maintainer: Brett Cornwall <ainola at archlinux.org>
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Omar Pakker
+
+pkgname=wlroots
+pkgver=0.15.1
+pkgrel=6
+license=('MIT')
+pkgdesc='Modular Wayland compositor library'
+url='https://gitlab.freedesktop.org/wlroots/wlroots'
+arch=('x86_64')
+depends=(
+    'libglvnd'
+    'libinput'
+    'libpixman-1.so'
+    'libseat.so'
+    'libudev.so'
+    'libvulkan.so'
+    'libwayland-client.so'
+    'libwayland-server.so'
+    'libxcb'
+    'libxkbcommon.so'
+    'opengl-driver'
+    'xcb-util-errors'
+    'xcb-util-renderutil'
+    'xcb-util-wm'
+)
+makedepends=(
+    'glslang'
+    'meson'
+    'ninja'
+    'systemd'
+    'vulkan-headers'
+    'wayland-protocols'
+    'xorg-xwayland'
+)
+optdepends=(
+    'xorg-xwayland: Xwayland support'
+)
+provides=(
+    'libwlroots.so'
+)
+options=(
+    'debug'
+)
+source=(
+    "$pkgname-$pkgver.tar.gz::https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/$pkgver/downloads/wlroots-$pkgver.tar.gz"
+    "https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/$pkgver/downloads/wlroots-$pkgver.tar.gz.sig"
+)
+sha256sums=('5b92f11a52d978919ed1306e0d54c9d59f1762b28d44f0a2da3ef3b351305373'
+            'SKIP')
+validpgpkeys=(
+    '34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48' # Simon Ser
+    '9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A' # Drew DeVault
+    '4100929B33EEB0FD1DB852797BC79407090047CA' # Sway signing key
+)
+
+build() {
+    arch-meson "$pkgname-$pkgver" build
+    ninja -C build
+}
+
+package() {
+    DESTDIR="$pkgdir" ninja -C build install
+    install -Dm644 "$pkgname-$pkgver/LICENSE" -t "$pkgdir/usr/share/licenses/$pkgname/"
+}



More information about the arch-commits mailing list