[arch-commits] Commit in wlroots/repos/community-x86_64 (PKGBUILD PKGBUILD)
Maxim Baz
maximbaz at archlinux.org
Thu Jul 8 17:10:22 UTC 2021
Date: Thursday, July 8, 2021 @ 17:10:22
Author: maximbaz
Revision: 975814
archrelease: copy trunk to community-x86_64
Added:
wlroots/repos/community-x86_64/PKGBUILD
(from rev 975813, wlroots/trunk/PKGBUILD)
Deleted:
wlroots/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 108 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 54 insertions(+), 54 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-08 17:10:17 UTC (rev 975813)
+++ PKGBUILD 2021-07-08 17:10:22 UTC (rev 975814)
@@ -1,54 +0,0 @@
-# Maintainer: Brett Cornwall <ainola at archlinux.org>
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Omar Pakker
-
-pkgname=wlroots
-pkgver=0.14.0
-pkgrel=1
-license=('MIT')
-pkgdesc='Modular Wayland compositor library'
-url='https://github.com/swaywm/wlroots'
-arch=('x86_64')
-depends=(
- 'libinput'
- 'libseat'
- 'libxkbcommon'
- 'opengl-driver'
- 'pixman'
- 'xcb-util-errors'
- 'xcb-util-renderutil'
- 'xcb-util-wm'
-)
-makedepends=(
- 'meson'
- 'ninja'
- 'wayland-protocols'
- 'xorg-xwayland'
-)
-optdepends=(
- 'xorg-xwayland: Xwayland support'
-)
-provides=(
- 'libwlroots.so'
-)
-source=(
- "$pkgname-$pkgver.tar.gz::https://github.com/swaywm/wlroots/archive/$pkgver.tar.gz"
- "https://github.com/swaywm/wlroots/releases/download/$pkgver/wlroots-$pkgver.tar.gz.sig"
-)
-sha256sums=('2a8435bf63681868699c4e3975df31cb111ad2d3f35740179036083f87382ac7'
- '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 975813, wlroots/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-07-08 17:10:22 UTC (rev 975814)
@@ -0,0 +1,54 @@
+# Maintainer: Brett Cornwall <ainola at archlinux.org>
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Omar Pakker
+
+pkgname=wlroots
+pkgver=0.14.1
+pkgrel=1
+license=('MIT')
+pkgdesc='Modular Wayland compositor library'
+url='https://github.com/swaywm/wlroots'
+arch=('x86_64')
+depends=(
+ 'libinput'
+ 'libseat'
+ 'libxkbcommon'
+ 'opengl-driver'
+ 'pixman'
+ 'xcb-util-errors'
+ 'xcb-util-renderutil'
+ 'xcb-util-wm'
+)
+makedepends=(
+ 'meson'
+ 'ninja'
+ 'wayland-protocols'
+ 'xorg-xwayland'
+)
+optdepends=(
+ 'xorg-xwayland: Xwayland support'
+)
+provides=(
+ 'libwlroots.so'
+)
+source=(
+ "$pkgname-$pkgver.tar.gz::https://github.com/swaywm/wlroots/archive/$pkgver.tar.gz"
+ "https://github.com/swaywm/wlroots/releases/download/$pkgver/wlroots-$pkgver.tar.gz.sig"
+)
+sha256sums=('448a83d579ac280357c8a4e902b9477bacbab81cc4d9c140e443642d458869db'
+ '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