summaryrefslogtreecommitdiffstats
path: root/flatpak
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2022-11-23 20:25:56 +0000
committer Eric Hameleers <alien@slackware.com>2022-11-23 20:25:56 +0000
commit232d154ce18f42db3d85a9e9cb7433764f61a7b4 (patch)
treec952e0bbb778167d261a6410ad2e090157ae8913 /flatpak
parent7ed1a8ba3d4239d4a85cb3dc7be7e3377b6282d1 (diff)
downloadasb-232d154ce18f42db3d85a9e9cb7433764f61a7b4.tar.gz
asb-232d154ce18f42db3d85a9e9cb7433764f61a7b4.tar.xz
flatpak: add xdg-dbus-proxy as new dependency
Diffstat (limited to 'flatpak')
-rwxr-xr-xflatpak/build/flatpak.SlackBuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/flatpak/build/flatpak.SlackBuild b/flatpak/build/flatpak.SlackBuild
index 5adef0b0..35f3c2c8 100755
--- a/flatpak/build/flatpak.SlackBuild
+++ b/flatpak/build/flatpak.SlackBuild
@@ -29,10 +29,13 @@
# Descr: linux application sandboxing and distribution framework
# URL: https://flatpak.org/
# Build needs:
-# Needs: appstream bubblewrap libostree xdg-desktop-portal-gtk
+# Needs: appstream bubblewrap libostree xdg-dbus-proxy
+# xdg-desktop-portal-gtk
# Changelog:
# 1.14.0-1: 15/oct/2022 by Eric Hameleers <alien@slackware.com>
# * Initial build.
+# 1.14.0-2: 23/nov/2022 by Eric Hameleers <alien@slackware.com>
+# * Add xdg-dbus-proxy as new dep
#
# Run 'sh flatpak.SlackBuild' to build a Slackware package.
# The package (.t?z) and .txt file as well as build logs are created in /tmp .
@@ -43,7 +46,7 @@
PRGNAM=flatpak
VERSION_CUR=1.14.0
VERSION_150=1.12.7
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}