summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Vincent Batts2020-02-15 20:01:04 +0100
committer Willy Sudiarto Raharjo2020-02-24 00:10:14 +0100
commit2a155623e4ad21309755df0e544167019f24fa76 (patch)
treebca2d11a92d2066593f1f6f92e773e5c2bd0b435
parent8b9555e12550377c2af08ad41c324907eb015039 (diff)
downloadslackbuilds-2a155623e4ad21309755df0e544167019f24fa76.tar.gz
desktop/flatpak: Updated for version 1.6.2.
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
-rw-r--r--desktop/flatpak/3405.patch32
-rw-r--r--desktop/flatpak/flatpak.SlackBuild6
-rw-r--r--desktop/flatpak/flatpak.info6
3 files changed, 5 insertions, 39 deletions
diff --git a/desktop/flatpak/3405.patch b/desktop/flatpak/3405.patch
deleted file mode 100644
index c7d1fb4eeb..0000000000
--- a/desktop/flatpak/3405.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From e3232bb3d0649f3fdce01091e1948fb8e906f9eb Mon Sep 17 00:00:00 2001
-From: Matthew Leeds <matthew.leeds@endlessm.com>
-Date: Mon, 3 Feb 2020 11:24:41 -0800
-Subject: [PATCH] portal: Add g_autoptr() defines for old GLib versions
-
-We don't need to check for GLib 2.44 (the first release with g_autoptr()
-support) since Flatpak requires that version in configure.ac.
-
-Fixes https://github.com/flatpak/flatpak/issues/3403
----
- portal/flatpak-portal.c | 8 ++++++++
- 1 file changed, 8 insertions(+)
-
-diff --git a/portal/flatpak-portal.c b/portal/flatpak-portal.c
-index aa0d2d399..060987b7f 100644
---- a/portal/flatpak-portal.c
-+++ b/portal/flatpak-portal.c
-@@ -50,6 +50,14 @@
- #include "portal-impl.h"
- #include "flatpak-permission-dbus.h"
-
-+/* GLib 2.47.92 was the first release to define these in gdbus-codegen */
-+#if !GLIB_CHECK_VERSION (2, 47, 92)
-+G_DEFINE_AUTOPTR_CLEANUP_FUNC (PortalFlatpakProxy, g_object_unref)
-+G_DEFINE_AUTOPTR_CLEANUP_FUNC (PortalFlatpakSkeleton, g_object_unref)
-+G_DEFINE_AUTOPTR_CLEANUP_FUNC (PortalFlatpakUpdateMonitorProxy, g_object_unref)
-+G_DEFINE_AUTOPTR_CLEANUP_FUNC (PortalFlatpakUpdateMonitorSkeleton, g_object_unref)
-+#endif
-+
- #define IDLE_TIMEOUT_SECS 10 * 60
-
- static GHashTable *client_pid_data_hash = NULL;
diff --git a/desktop/flatpak/flatpak.SlackBuild b/desktop/flatpak/flatpak.SlackBuild
index d649b33f22..f2748c9de4 100644
--- a/desktop/flatpak/flatpak.SlackBuild
+++ b/desktop/flatpak/flatpak.SlackBuild
@@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=flatpak
-VERSION=${VERSION:-1.6.1}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-1.6.2}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -69,8 +69,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-patch -p1 < $CWD/3405.patch
-
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
diff --git a/desktop/flatpak/flatpak.info b/desktop/flatpak/flatpak.info
index b415a67af5..a6256b4950 100644
--- a/desktop/flatpak/flatpak.info
+++ b/desktop/flatpak/flatpak.info
@@ -1,8 +1,8 @@
PRGNAM="flatpak"
-VERSION="1.6.1"
+VERSION="1.6.2"
HOMEPAGE="https://flatpak.org/"
-DOWNLOAD="https://github.com/flatpak/flatpak/releases/download/1.6.1/flatpak-1.6.1.tar.xz"
-MD5SUM="d417d90f7cc6bc871ac295e64a160fd0"
+DOWNLOAD="https://github.com/flatpak/flatpak/releases/download/1.6.2/flatpak-1.6.2.tar.xz"
+MD5SUM="59cd8b14f63164506e7891bba09afb97"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="bubblewrap ostree appstream-glib json-glib libseccomp xdg-desktop-portal-gtk"