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

Jan Steffens heftig at archlinux.org
Tue Sep 5 20:09:16 UTC 2017


    Date: Tuesday, September 5, 2017 @ 20:09:15
  Author: heftig
Revision: 304715

0.9.10-1

Modified:
  flatpak/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-05 20:03:32 UTC (rev 304714)
+++ PKGBUILD	2017-09-05 20:09:15 UTC (rev 304715)
@@ -2,18 +2,19 @@
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=flatpak
-pkgver=0.9.8
+pkgver=0.9.10
 pkgrel=1
-pkgdesc="Application deployment framework for desktop apps"
+pkgdesc="Linux application sandboxing and distribution framework (formerly xdg-app)"
 url="http://flatpak.org"
 arch=(i686 x86_64)
-license=(GPL)
-depends=(dbus systemd glib2 libsoup polkit xorg-xauth ostree fuse json-glib
-         libseccomp libarchive libelf libcap python bubblewrap patch elfutils)
-makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto
-             libdwarf)
+license=(LGPL2.1)
+depends=(dbus systemd glib2 libsoup polkit libxau ostree fuse json-glib libseccomp libarchive
+         python bubblewrap)
+makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto)
+checkdepends=(valgrind)
 install=flatpak.install
-_commit=cc8c8e6e3073a87b0000b5f41d1040ad430a4d3a  # tags/0.9.8^0
+replaces=('flatpak<0.9.10')
+_commit=52aab929fb4f261f2d7995190adfad167d76589a  # tags/0.9.10^0
 source=("git+https://github.com/flatpak/flatpak#commit=$_commit"
         "git+https://github.com/projectatomic/bubblewrap"
         "git+https://git.gnome.org/browse/libglnx")
@@ -53,7 +54,6 @@
     --enable-gtk-doc \
     --with-system-bubblewrap \
     --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