[arch-commits] Commit in xdg-desktop-portal-gtk/repos (2 files)

Jan Steffens heftig at archlinux.org
Wed Feb 14 19:27:41 UTC 2018


    Date: Wednesday, February 14, 2018 @ 19:27:39
  Author: heftig
Revision: 317033

archrelease: copy trunk to testing-x86_64

Added:
  xdg-desktop-portal-gtk/repos/testing-x86_64/
  xdg-desktop-portal-gtk/repos/testing-x86_64/PKGBUILD
    (from rev 317032, xdg-desktop-portal-gtk/trunk/PKGBUILD)

----------+
 PKGBUILD |   43 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)

Copied: xdg-desktop-portal-gtk/repos/testing-x86_64/PKGBUILD (from rev 317032, xdg-desktop-portal-gtk/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2018-02-14 19:27:39 UTC (rev 317033)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Patrick Griffis <tingping at tingping.se>
+
+pkgname=xdg-desktop-portal-gtk
+pkgver=0.10
+pkgrel=1
+pkgdesc="A GTK+ backend for xdg-desktop-portal"
+url="https://github.com/flatpak/xdg-desktop-portal-gtk"
+arch=(x86_64)
+license=(LGPL2.1)
+depends=(gtk3)
+makedepends=(xdg-desktop-portal flatpak git)
+provides=(xdg-desktop-portal-impl)
+_commit=d4c441455fb2f9d441743a724746983fb0979766  # tags/0.10^0
+source=("git+https://github.com/flatpak/xdg-desktop-portal-gtk#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;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() {
+  cd $pkgname
+  DESTDIR="$pkgdir" make install
+}



More information about the arch-commits mailing list