[arch-commits] Commit in xdg-desktop-portal/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Thu Aug 30 05:31:59 UTC 2018
Date: Thursday, August 30, 2018 @ 05:31:59
Author: heftig
Revision: 333104
archrelease: copy trunk to extra-x86_64
Added:
xdg-desktop-portal/repos/extra-x86_64/PKGBUILD
(from rev 333103, xdg-desktop-portal/trunk/PKGBUILD)
Deleted:
xdg-desktop-portal/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 88 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 44 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-30 05:31:39 UTC (rev 333103)
+++ PKGBUILD 2018-08-30 05:31:59 UTC (rev 333104)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Patrick Griffis <tingping at tingping.se>
-
-pkgname=xdg-desktop-portal
-pkgver=1.0
-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=6da1612d5c91b8c828ad2ea89d561d22b2fa625d # tags/1.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
- sed -i 's/pipewire-0.1/pipewire-0.2/g' configure.ac
- 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 333103, xdg-desktop-portal/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-08-30 05:31:59 UTC (rev 333104)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Patrick Griffis <tingping at tingping.se>
+
+pkgname=xdg-desktop-portal
+pkgver=1.0.1
+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=3ef4e4aacc9563012093cebedde1b8ec55ad5968 # tags/1.0.1^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
+ sed -i 's/pipewire-0.1/pipewire-0.2/g' configure.ac
+ 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