[arch-commits] Commit in flatpak/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Sat Jan 28 17:07:52 UTC 2017


    Date: Saturday, January 28, 2017 @ 17:07:51
  Author: heftig
Revision: 287624

0.8.2-1

Modified:
  flatpak/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++++++++++++------
 1 file changed, 13 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-28 17:07:21 UTC (rev 287623)
+++ PKGBUILD	2017-01-28 17:07:51 UTC (rev 287624)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=flatpak
-pkgver=0.8.1
+pkgver=0.8.2
 pkgrel=1
 pkgdesc="Application deployment framework for desktop apps"
 url="http://flatpak.org"
@@ -15,7 +15,7 @@
 optdepends=('xdg-desktop-portal: for better desktop integration of applications'
             'xdg-desktop-portal-gtk: for better integration with GTK applications')
 install=flatpak.install
-_commit=87e56ed0efad92fda6365bddc2fb26484b7f6276  # tags/0.8.1^0
+_commit=3bd1405364a3c2cb0ffd3ccaf7e75c9a905db44f  # tags/0.8.2^0
 source=("git+https://github.com/flatpak/flatpak#commit=$_commit"
         "git+https://github.com/projectatomic/bubblewrap"
         "git+https://git.gnome.org/browse/libglnx")
@@ -44,10 +44,17 @@
 build() {
   cd $pkgname
 
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-    --sbindir=/usr/bin --libexecdir=/usr/lib/$pkgname --disable-static \
-    --enable-gtk-doc --with-priv-mode=setuid \
-    --with-dwarf-header=/usr/include/libdwarf
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --localstatedir=/var \
+    --sbindir=/usr/bin \
+    --libexecdir=/usr/lib/$pkgname \
+    --disable-static \
+    --enable-gtk-doc \
+    --with-priv-mode=setuid \
+    --with-dwarf-header=/usr/include/libdwarf \
+    --with-dbus-config-dir=/usr/share/dbus-1/system.d
 
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
 



More information about the arch-commits mailing list