[arch-commits] Commit in xdg-desktop-portal/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Bartłomiej Piotrowski
bpiotrowski at archlinux.org
Thu May 30 17:47:50 UTC 2019
Date: Thursday, May 30, 2019 @ 17:47:49
Author: bpiotrowski
Revision: 354543
archrelease: copy trunk to extra-x86_64
Added:
xdg-desktop-portal/repos/extra-x86_64/PKGBUILD
(from rev 354542, xdg-desktop-portal/trunk/PKGBUILD)
Deleted:
xdg-desktop-portal/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 84 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 42 insertions(+), 42 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-30 17:47:29 UTC (rev 354542)
+++ PKGBUILD 2019-05-30 17:47:49 UTC (rev 354543)
@@ -1,42 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Patrick Griffis <tingping at tingping.se>
-
-pkgname=xdg-desktop-portal
-pkgver=1.2.0
-pkgrel=2
-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 geoclue2)
-makedepends=(python xmlto docbook-xsl git flatpak)
-_commit=f8e4054997a077bb7ab6bebe3dfc65145ec6941f # tags/1.2.0^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 --enable-pipewire
- make
-}
-
-check() {
- cd $pkgname
- make check
-}
-
-package() {
- depends+=(xdg-desktop-portal-impl)
- cd $pkgname
- make DESTDIR="$pkgdir" install
-}
Copied: xdg-desktop-portal/repos/extra-x86_64/PKGBUILD (from rev 354542, xdg-desktop-portal/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-05-30 17:47:49 UTC (rev 354543)
@@ -0,0 +1,42 @@
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Patrick Griffis <tingping at tingping.se>
+
+pkgname=xdg-desktop-portal
+pkgver=1.4.2
+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 geoclue2)
+makedepends=(python xmlto docbook-xsl git flatpak)
+_commit=f8604e337f474f053ce4c1e565bde7089d212c91 # tags/1.4.2^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 --enable-pipewire
+ 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