[arch-commits] Commit in xdg-desktop-portal/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Wed Mar 15 21:09:45 UTC 2017


    Date: Wednesday, March 15, 2017 @ 21:09:44
  Author: heftig
Revision: 290896

0.5-3

Modified:
  xdg-desktop-portal/trunk/PKGBUILD

----------+
 PKGBUILD |   18 ++++++++++++------
 1 file changed, 12 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-15 21:03:40 UTC (rev 290895)
+++ PKGBUILD	2017-03-15 21:09:44 UTC (rev 290896)
@@ -4,23 +4,29 @@
 
 pkgname=xdg-desktop-portal
 pkgver=0.5
-pkgrel=2
-pkgdesc='A portal frontend service for Flatpak'
+pkgrel=3
+pkgdesc='Desktop integration portals for sandboxed apps'
 arch=('i686' 'x86_64')
-url='http://flatpak.org'
+url='https://github.com/flatpak/xdg-desktop-portal'
 license=('LGPL2.1')
-depends=('flatpak')
-makedepends=('python')
+depends=('glib2')
+makedepends=('python' 'flatpak' 'xmlto' 'docbook-xsl')
 source=(https://github.com/flatpak/xdg-desktop-portal/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
 sha256sums=('9f4aa2b4bf6b348f0e46d968c92995e7c6f762b831d1b74cc83b5ff5b5836c1f')
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --libexec=/usr/lib
+  ./configure --prefix=/usr --libexecdir=/usr/lib
   make 
 }
 
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
 package() {
+  depends+=('xdg-desktop-portal-impl')
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list