summaryrefslogtreecommitdiffstats
path: root/desktop/flatpak
diff options
context:
space:
mode:
author Vincent Batts2018-03-07 01:22:01 +0100
committer Willy Sudiarto Raharjo2018-03-07 02:20:36 +0100
commit5bfb8af519e25309e71d9359e880e2de3f7641ee (patch)
tree4c628901d0f1fec7151fa11500412b41fbac1fcb /desktop/flatpak
parent80508c2ba5d0809f5b052158b25f01d8b8c11ab5 (diff)
downloadslackbuilds-5bfb8af519e25309e71d9359e880e2de3f7641ee.tar.gz
desktop/flatpak: Updated for version 0.11.3.
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/flatpak')
-rw-r--r--desktop/flatpak/README9
-rw-r--r--desktop/flatpak/flatpak.SlackBuild2
-rw-r--r--desktop/flatpak/flatpak.info6
3 files changed, 13 insertions, 4 deletions
diff --git a/desktop/flatpak/README b/desktop/flatpak/README
index 5dc3a68bce..2db2454987 100644
--- a/desktop/flatpak/README
+++ b/desktop/flatpak/README
@@ -9,6 +9,15 @@ installed on different Linux distributions, including different versions. And
it has been designed from the ground up with security in mind, so that apps
are isolated from each other and from the host system.
+You can find many apps already available on https://flathub.org/
+
+Apps that require pulse audio (like steam, skype, etc) need PULSE_SERVER
+environment variable to be set. This is not set for most shells in slackware
+by default. One way I found to set this is:
+```
+export `xprop -root -notype PULSE_SERVER | tr -d ' '`
+```
+
Some of the examples from http://flatpak.org/#users are relying on polkit
helpers, that expect a user in the 'wheel' group to have privileges for, but
default polkit admin rule for slackware is just the root user.
diff --git a/desktop/flatpak/flatpak.SlackBuild b/desktop/flatpak/flatpak.SlackBuild
index d348cbecf1..01cd2758b7 100644
--- a/desktop/flatpak/flatpak.SlackBuild
+++ b/desktop/flatpak/flatpak.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=flatpak
-VERSION=${VERSION:-0.10.2}
+VERSION=${VERSION:-0.11.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/desktop/flatpak/flatpak.info b/desktop/flatpak/flatpak.info
index 325ada53cc..aad7cb43c3 100644
--- a/desktop/flatpak/flatpak.info
+++ b/desktop/flatpak/flatpak.info
@@ -1,8 +1,8 @@
PRGNAM="flatpak"
-VERSION="0.10.2"
+VERSION="0.11.3"
HOMEPAGE="https://flatpak.org/"
-DOWNLOAD="https://github.com/flatpak/flatpak/releases/download/0.10.2/flatpak-0.10.2.tar.xz"
-MD5SUM="05d61d5f5e938c174555146e1e886d94"
+DOWNLOAD="https://github.com/flatpak/flatpak/releases/download/0.11.3/flatpak-0.11.3.tar.xz"
+MD5SUM="0fa123088e64ae733fea210ce1005772"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="bubblewrap ostree appstream-glib json-glib libseccomp"