[arch-commits] Commit in xdg-desktop-portal/repos (2 files)
Jan Steffens
heftig at archlinux.org
Wed Feb 14 19:27:13 UTC 2018
Date: Wednesday, February 14, 2018 @ 19:27:11
Author: heftig
Revision: 317032
archrelease: copy trunk to testing-x86_64
Added:
xdg-desktop-portal/repos/testing-x86_64/
xdg-desktop-portal/repos/testing-x86_64/PKGBUILD
(from rev 317031, xdg-desktop-portal/trunk/PKGBUILD)
----------+
PKGBUILD | 43 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 43 insertions(+)
Copied: xdg-desktop-portal/repos/testing-x86_64/PKGBUILD (from rev 317031, xdg-desktop-portal/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-02-14 19:27:11 UTC (rev 317032)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Patrick Griffis <tingping at tingping.se>
+
+pkgname=xdg-desktop-portal
+pkgver=0.10
+pkgrel=1
+pkgdesc="Desktop integration portals for sandboxed apps"
+url="https://github.com/flatpak/xdg-desktop-portal"
+arch=(x86_64)
+license=(LGPL2.1)
+depends=(glib2 pipewire fuse2)
+makedepends=(python flatpak xmlto docbook-xsl git)
+_commit=7b818b146f0d832551356d3c84de1df1a39a37fa # tags/0.10^0
+source=("git+https://github.com/flatpak/xdg-desktop-portal#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd $pkgname
+ ./configure --prefix=/usr --libexecdir=/usr/lib
+ make
+}
+
+check() {
+ cd $pkgname
+ make check
+}
+
+package() {
+ depends+=(xdg-desktop-portal-impl)
+ cd $pkgname
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list