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

Christian Rebischke shibumi at gemini.archlinux.org
Sat Jun 11 17:02:30 UTC 2022


    Date: Saturday, June 11, 2022 @ 17:02:29
  Author: shibumi
Revision: 1233932

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-11 17:02:22 UTC (rev 1233931)
+++ PKGBUILD	2022-06-11 17:02:29 UTC (rev 1233932)
@@ -1,35 +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.5.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' 'pipewire-session-manager' 'libinih')
-makedepends=('meson' 'wayland-protocols' 'wayland' 'scdoc')
-optdepends=(
-    'slurp: to choose which output to screencast using slurp'
-    'wofi: to choose which output to screencast using wofi'
-    'bemenu: to choose which output to screencast using bemenu'
-)
-source=(
-    "${pkgname}-${pkgver}::https://github.com/emersion/xdg-desktop-portal-wlr/archive/v${pkgver}.tar.gz"
-)
-sha512sums=('9ece46f2381e83cac8002a8175a13b0c29c0a2dab49cf11ed5ffa3448f176802b9d324b7e4fe9c15d3fb65087be42299f21a0ef505088e6281787f4067d256ac')
-
-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 1233931, xdg-desktop-portal-wlr/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-11 17:02:29 UTC (rev 1233932)
@@ -0,0 +1,35 @@
+# 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.6.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' 'pipewire-session-manager' 'libinih')
+makedepends=('meson' 'wayland-protocols' 'wayland' 'scdoc')
+optdepends=(
+    'slurp: to choose which output to screencast using slurp'
+    'wofi: to choose which output to screencast using wofi'
+    'bemenu: to choose which output to screencast using bemenu'
+)
+source=(
+    "${pkgname}-${pkgver}::https://github.com/emersion/xdg-desktop-portal-wlr/archive/v${pkgver}.tar.gz"
+)
+sha512sums=('e325c2de2a98ffc4612da3492138843b6c9927e536f52f7a87e794380c099f84ab8d344ee989bf88e71faaad2e5300fc31ac74058cea5040654ac74ce270ee53')
+
+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