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

Maxim Baz maximbaz at gemini.archlinux.org
Mon Jan 17 10:24:47 UTC 2022


    Date: Monday, January 17, 2022 @ 10:24:47
  Author: maximbaz
Revision: 1107676

archrelease: copy trunk to community-staging-x86_64

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

----------+
 PKGBUILD |  124 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-17 10:24:43 UTC (rev 1107675)
+++ PKGBUILD	2022-01-17 10:24:47 UTC (rev 1107676)
@@ -1,62 +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.0
-pkgrel=3
-license=('MIT')
-pkgdesc='Modular Wayland compositor library'
-url='https://gitlab.freedesktop.org/wlroots/wlroots'
-arch=('x86_64')
-depends=(
-    'libglvnd'
-    'libinput'
-    'seatd' 'libseat.so'
-    'libxcb'
-    'libxkbcommon' 'libxkbcommon.so'
-    'opengl-driver'
-    'pixman' 'libpixman-1.so'
-    'systemd-libs' 'libudev.so'
-    'vulkan-icd-loader' 'libvulkan.so'
-    'wayland'
-    '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'
-)
-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=('2921a38cea79dbb6f1da895a4dbe1faedba8d7ff2c0c2468dad94ccba12e4278'
-            '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-staging-x86_64/PKGBUILD (from rev 1107675, wlroots/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-17 10:24:47 UTC (rev 1107676)
@@ -0,0 +1,62 @@
+# Maintainer: Brett Cornwall <ainola at archlinux.org>
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Omar Pakker
+
+pkgname=wlroots
+pkgver=0.15.0
+pkgrel=4
+license=('MIT')
+pkgdesc='Modular Wayland compositor library'
+url='https://gitlab.freedesktop.org/wlroots/wlroots'
+arch=('x86_64')
+depends=(
+    'libglvnd'
+    'libinput'
+    'seatd' 'libseat.so'
+    'libxcb'
+    'libxkbcommon' 'libxkbcommon.so'
+    'opengl-driver'
+    'pixman' 'libpixman-1.so'
+    'systemd-libs' 'libudev.so'
+    'vulkan-icd-loader' 'libvulkan.so'
+    'wayland'
+    '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'
+)
+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=('2921a38cea79dbb6f1da895a4dbe1faedba8d7ff2c0c2468dad94ccba12e4278'
+            '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