[arch-commits] Commit in xdg-desktop-portal/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Tue Sep 11 12:59:13 UTC 2018


    Date: Tuesday, September 11, 2018 @ 12:59:13
  Author: heftig
Revision: 334377

archrelease: copy trunk to extra-x86_64

Added:
  xdg-desktop-portal/repos/extra-x86_64/PKGBUILD
    (from rev 334376, 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-09-11 12:58:46 UTC (rev 334376)
+++ PKGBUILD	2018-09-11 12:59:13 UTC (rev 334377)
@@ -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.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
-}

Copied: xdg-desktop-portal/repos/extra-x86_64/PKGBUILD (from rev 334376, xdg-desktop-portal/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-11 12:59:13 UTC (rev 334377)
@@ -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.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)
+makedepends=(python flatpak xmlto docbook-xsl git)
+_commit=ad1ed2e260e836df757a4ff775725372fb04e5f4  # tags/1.0.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
+  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