[arch-commits] Commit in xdg-desktop-portal-wlr/trunk (PKGBUILD)
Maxim Baz
maximbaz at archlinux.org
Fri Feb 19 15:32:44 UTC 2021
Date: Friday, February 19, 2021 @ 15:32:44
Author: maximbaz
Revision: 865907
upgpkg: xdg-desktop-portal-wlr 0.2.0-1
Modified:
xdg-desktop-portal-wlr/trunk/PKGBUILD
----------+
PKGBUILD | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-02-19 15:32:36 UTC (rev 865906)
+++ PKGBUILD 2021-02-19 15:32:44 UTC (rev 865907)
@@ -1,9 +1,10 @@
# 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.1.0
-pkgrel=5
+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')
@@ -14,11 +15,11 @@
source=(
"${pkgname}-${pkgver}::https://github.com/emersion/xdg-desktop-portal-wlr/archive/v${pkgver}.tar.gz"
)
-sha512sums=('07ae2ba3583e53f3b0e5b97cb60cb85ae835c403906f3b214f6feedc615e3266f5a0f9dc12997802834fdeb2958f6b22c195eebe420a93b3a697460a2a4e3367')
+sha512sums=('9b01919b380510389710c005901810ac6fa00299f2b35a37fa949aab361438ab08c30fc95b88e1805dcea7e97ebe2d19111693f82eee545864077347d2659ca9')
build () {
cd "${pkgname}-${pkgver}"
- arch-meson build
+ arch-meson -Dsd-bus-provider=libsystemd build
ninja -C build
}
@@ -25,5 +26,6 @@
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