Date: Monday, May 1, 2023 @ 19:10:02
Author: heftig
Revision: 476182
archrelease: copy trunk to extra-x86_64
Added:
xdg-desktop-portal/repos/extra-x86_64/PKGBUILD
(from rev 476181, xdg-desktop-portal/trunk/PKGBUILD)
Deleted:
xdg-desktop-portal/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 100 ++++++++++++++++++++++++++++++++++---------------------------
1 file changed, 57 insertions(+), 43 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-01 19:09:48 UTC (rev 476181)
+++ PKGBUILD 2023-05-01 19:10:02 UTC (rev 476182)
@@ -1,43 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
-# Contributor: Bartłomiej Piotrowski <[email protected]>
-# Contributor: Patrick Griffis <[email protected]>
-
-pkgname=xdg-desktop-portal
-pkgver=1.16.0
-pkgrel=1
-pkgdesc="Desktop integration portals for sandboxed apps"
-url="https://github.com/flatpak/xdg-desktop-portal"
-arch=(x86_64)
-license=(LGPL)
-depends=(glib2 pipewire fuse3 geoclue rtkit systemd)
-makedepends=(meson xmlto docbook-xsl git flatpak libportal)
-options=(debug)
-_commit=88af6c8ca4106fcf70925355350a669848e9fd5a # tags/1.16.0^0
-source=("git+https://github.com/flatpak/xdg-desktop-portal#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
- cd $pkgname
-}
-
-build() {
- arch-meson $pkgname build
- meson compile -C build
-}
-
-check() {
- meson test -C build --print-errorlogs
-}
-
-package() {
- depends+=(xdg-desktop-portal-impl)
-
- meson install -C build --destdir "$pkgdir"
-}
-
-# vim:set sw=2 sts=-1 et:
Copied: xdg-desktop-portal/repos/extra-x86_64/PKGBUILD (from rev 476181,
xdg-desktop-portal/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-05-01 19:10:02 UTC (rev 476182)
@@ -0,0 +1,57 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Bartłomiej Piotrowski <[email protected]>
+# Contributor: Patrick Griffis <[email protected]>
+
+pkgname=xdg-desktop-portal
+pkgver=1.16.0
+pkgrel=2
+pkgdesc="Desktop integration portals for sandboxed apps"
+url="https://github.com/flatpak/xdg-desktop-portal"
+arch=(x86_64)
+license=(LGPL)
+depends=(
+ fuse3
+ gdk-pixbuf2
+ geoclue
+ glib2
+ pipewire
+ rtkit
+ systemd
+)
+makedepends=(
+ docbook-xsl
+ flatpak
+ git
+ libportal
+ meson
+ xmlto
+)
+_commit=88af6c8ca4106fcf70925355350a669848e9fd5a # tags/1.16.0^0
+source=("git+https://github.com/flatpak/xdg-desktop-portal#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+}
+
+build() {
+ arch-meson $pkgname build
+ meson compile -C build
+}
+
+check() {
+ meson test -C build --print-errorlogs
+}
+
+package() {
+ depends+=(xdg-desktop-portal-impl)
+
+ meson install -C build --destdir "$pkgdir"
+}
+
+# vim:set sw=2 sts=-1 et: