mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/flatpak to 1.15.6-2
This commit is contained in:
parent
413d88b43b
commit
79f9eed233
2 changed files with 7 additions and 12 deletions
|
@ -1,7 +1,7 @@
|
|||
pkgbase = flatpak
|
||||
pkgdesc = Linux application sandboxing and distribution framework (formerly xdg-app)
|
||||
pkgver = 1.15.6
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
epoch = 1
|
||||
url = https://flatpak.org
|
||||
arch = x86_64
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
# - set -Dtests=false
|
||||
|
||||
# TODO: Keep at stable versions starting with 1.16.0
|
||||
# https://bugs.archlinux.org/task/77744
|
||||
# https://gitlab.archlinux.org/archlinux/packaging/packages/flatpak/-/issues/1
|
||||
|
||||
pkgbase=flatpak
|
||||
pkgname=(
|
||||
|
@ -15,7 +15,7 @@ pkgname=(
|
|||
flatpak-docs
|
||||
)
|
||||
pkgver=1.15.6
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
epoch=1
|
||||
pkgdesc="Linux application sandboxing and distribution framework (formerly xdg-app)"
|
||||
url="https://flatpak.org"
|
||||
|
@ -87,13 +87,11 @@ prepare() {
|
|||
# https://bugs.archlinux.org/task/75623
|
||||
git apply -3 ../0001-HACK-Use-fusermount3.patch
|
||||
|
||||
# git submodule set-url is broken
|
||||
# https://lore.kernel.org/git/cafa28e0bfe1f603204a74f619ac713518989a40.camel@archlinux.org/T/#u
|
||||
git submodule init
|
||||
git config --local submodule.libglnx.url "$srcdir/libglnx"
|
||||
git config --local submodule.bubblewrap.url "$srcdir/bubblewrap"
|
||||
git config --local submodule.dbus-proxy.url "$srcdir/xdg-dbus-proxy"
|
||||
git config --local submodule.variant-schema-compiler.url "$srcdir/variant-schema-compiler"
|
||||
git submodule set-url subprojects/libglnx "$srcdir/libglnx"
|
||||
git submodule set-url subprojects/bubblewrap "$srcdir/bubblewrap"
|
||||
git submodule set-url subprojects/dbus-proxy "$srcdir/xdg-dbus-proxy"
|
||||
git submodule set-url subprojects/variant-schema-compiler "$srcdir/variant-schema-compiler"
|
||||
git -c protocol.file.allow=always submodule update
|
||||
}
|
||||
|
||||
|
@ -136,9 +134,6 @@ package_flatpak() {
|
|||
install -Dt "$pkgdir/etc/profile.d" -m644 flatpak-bindir.sh
|
||||
install -Dt "$pkgdir/etc/flatpak/remotes.d" flathub.flatpakrepo
|
||||
|
||||
# Fixup mode to match polkit
|
||||
install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
|
||||
|
||||
_pick docs "$pkgdir"/usr/share/{doc,gtk-doc}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue