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

Maxim Baz maximbaz at archlinux.org
Sun Apr 18 15:47:11 UTC 2021


    Date: Sunday, April 18, 2021 @ 15:47:11
  Author: maximbaz
Revision: 919922

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-18 15:47:08 UTC (rev 919921)
+++ PKGBUILD	2021-04-18 15:47:11 UTC (rev 919922)
@@ -1,31 +0,0 @@
-# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Stefan Tatschner <stefan at rumpelsepp.org>
-
-pkgname=xdg-desktop-portal-wlr
-pkgver=0.2.0
-pkgrel=1
-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=('9b01919b380510389710c005901810ac6fa00299f2b35a37fa949aab361438ab08c30fc95b88e1805dcea7e97ebe2d19111693f82eee545864077347d2659ca9')
-
-build () {
-	cd "${pkgname}-${pkgver}"
-	arch-meson -Dsd-bus-provider=libsystemd build
-	ninja -C build
-}
-
-package () {
-	cd "${pkgname}-${pkgver}"
-	DESTDIR="${pkgdir}" ninja -C build install
-	install -Dm644 -t "$pkgdir/usr/share/licenses/${pkgname}" LICENSE
-}
-

Copied: xdg-desktop-portal-wlr/repos/community-x86_64/PKGBUILD (from rev 919921, xdg-desktop-portal-wlr/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-18 15:47:11 UTC (rev 919922)
@@ -0,0 +1,31 @@
+# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Stefan Tatschner <stefan at rumpelsepp.org>
+
+pkgname=xdg-desktop-portal-wlr
+pkgver=0.3.0
+pkgrel=1
+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' 'iniparser')
+makedepends=('meson' 'wayland-protocols' 'wayland' 'scdoc')
+source=(
+  "${pkgname}-${pkgver}::https://github.com/emersion/xdg-desktop-portal-wlr/archive/v${pkgver}.tar.gz"
+)
+sha512sums=('2b01fab18296cb95cf659ff5a74ed6bf1482c033fdb274904bf2c3ea736dd3c8cb2e82f0662439a88f81ae86cc2fca2fbc3c1a9c72267ba126571973a7662e3d')
+
+build () {
+	cd "${pkgname}-${pkgver}"
+	arch-meson -Dsd-bus-provider=libsystemd build
+	ninja -C build
+}
+
+package () {
+	cd "${pkgname}-${pkgver}"
+	DESTDIR="${pkgdir}" ninja -C build install
+	install -Dm644 -t "$pkgdir/usr/share/licenses/${pkgname}" LICENSE
+}
+



More information about the arch-commits mailing list