[arch-commits] Commit in xdg-desktop-portal-wlr/repos (2 files)

Christian Rebischke shibumi at archlinux.org
Tue Sep 29 16:26:57 UTC 2020


    Date: Tuesday, September 29, 2020 @ 16:26:57
  Author: shibumi
Revision: 713721

archrelease: copy trunk to community-x86_64

Added:
  xdg-desktop-portal-wlr/repos/community-x86_64/
  xdg-desktop-portal-wlr/repos/community-x86_64/PKGBUILD
    (from rev 713720, xdg-desktop-portal-wlr/trunk/PKGBUILD)

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

Copied: xdg-desktop-portal-wlr/repos/community-x86_64/PKGBUILD (from rev 713720, xdg-desktop-portal-wlr/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2020-09-29 16:26:57 UTC (rev 713721)
@@ -0,0 +1,29 @@
+# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
+# Contributor: Stefan Tatschner <stefan at rumpelsepp.org>
+
+pkgname=xdg-desktop-portal-wlr
+pkgver=0.1.0
+pkgrel=5
+pkgdesc='xdg-desktop-portal backend for wlroots'
+url="https://github.com/emersion/xdg-desktop-portal-wlr"
+arch=('x86_64')
+license=('MIT')
+provides=('xdg-desktop-portal-impl')
+depends=('xdg-desktop-portal' 'pipewire')
+makedepends=('meson' 'wayland-protocols' 'wayland')
+source=(
+  "${pkgname}-${pkgver}::https://github.com/emersion/xdg-desktop-portal-wlr/archive/v${pkgver}.tar.gz"
+)
+sha512sums=('07ae2ba3583e53f3b0e5b97cb60cb85ae835c403906f3b214f6feedc615e3266f5a0f9dc12997802834fdeb2958f6b22c195eebe420a93b3a697460a2a4e3367')
+
+build () {
+	cd "${pkgname}-${pkgver}"
+	arch-meson build
+	ninja -C build
+}
+
+package () {
+	cd "${pkgname}-${pkgver}"
+	DESTDIR="${pkgdir}" ninja -C build install
+}
+



More information about the arch-commits mailing list