From f90097cf81ce319e13b3bae53f9a40c8a23bd5e2 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Mon, 21 Oct 2019 13:57:23 -0400 Subject: desktop/flatpak: Update for version 1.4.3 Signed-off-by: Vincent Batts --- desktop/flatpak/README | 6 ++++++ desktop/flatpak/flatpak.SlackBuild | 4 ++-- desktop/flatpak/flatpak.info | 6 +++--- 3 files changed, 11 insertions(+), 5 deletions(-) (limited to 'desktop/flatpak') diff --git a/desktop/flatpak/README b/desktop/flatpak/README index 2db2454987..f2347ed669 100644 --- a/desktop/flatpak/README +++ b/desktop/flatpak/README @@ -10,6 +10,12 @@ 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/ +Add flathub for system and your user's home folder with: +``` +sudo flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo +flatpak --user remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo +``` + 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 diff --git a/desktop/flatpak/flatpak.SlackBuild b/desktop/flatpak/flatpak.SlackBuild index f720cc10ac..3f6d833f40 100644 --- a/desktop/flatpak/flatpak.SlackBuild +++ b/desktop/flatpak/flatpak.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for flatpak -# Copyright 2017, 2018 Vincent Batts +# Copyright 2017, 2018, 2019 Vincent Batts # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=flatpak -VERSION=${VERSION:-1.1.0} +VERSION=${VERSION:-1.4.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/desktop/flatpak/flatpak.info b/desktop/flatpak/flatpak.info index 1afbb3ed95..7fbcd5bd55 100644 --- a/desktop/flatpak/flatpak.info +++ b/desktop/flatpak/flatpak.info @@ -1,8 +1,8 @@ PRGNAM="flatpak" -VERSION="1.1.0" +VERSION="1.4.3" HOMEPAGE="https://flatpak.org/" -DOWNLOAD="https://github.com/flatpak/flatpak/releases/download/1.1.0/flatpak-1.1.0.tar.xz" -MD5SUM="0ba3b928d091ee396c3a4c6e4d28a66d" +DOWNLOAD="https://github.com/flatpak/flatpak/releases/download/1.4.3/flatpak-1.4.3.tar.xz" +MD5SUM="dbf49c644246a2a8f043d9dd93c03a4f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="bubblewrap ostree appstream-glib json-glib libseccomp xdg-desktop-portal-gtk" -- cgit v1.2.3