parent
d32bab092c
commit
541a15319a
2 changed files with 23 additions and 1 deletions
21
srcpkgs/firejail/patches/fix-firefox.patch
Normal file
21
srcpkgs/firejail/patches/fix-firefox.patch
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
From f62c62c436748b0e45886bef9425748000a11135 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Antz <antzz@protonmail.ch>
|
||||||
|
Date: Mon, 20 Jan 2020 16:30:44 +0100
|
||||||
|
Subject: [PATCH] Fix firefox (#3171)
|
||||||
|
|
||||||
|
---
|
||||||
|
etc/whitelist-usr-share-common.inc | 1 +
|
||||||
|
1 file changed, 1 insertion(+)
|
||||||
|
|
||||||
|
diff --git a/etc/whitelist-usr-share-common.inc b/etc/whitelist-usr-share-common.inc
|
||||||
|
index 322bdefe9..78b947750 100644
|
||||||
|
--- a/etc/whitelist-usr-share-common.inc
|
||||||
|
+++ b/etc/whitelist-usr-share-common.inc
|
||||||
|
@@ -27,6 +27,7 @@ whitelist /usr/share/hunspell
|
||||||
|
whitelist /usr/share/hwdata
|
||||||
|
whitelist /usr/share/icons
|
||||||
|
whitelist /usr/share/knotifications5
|
||||||
|
+whitelist /usr/share/icu
|
||||||
|
whitelist /usr/share/kservices5
|
||||||
|
whitelist /usr/share/Kvantum
|
||||||
|
whitelist /usr/share/kxmlgui5
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'firejail'
|
# Template file for 'firejail'
|
||||||
pkgname=firejail
|
pkgname=firejail
|
||||||
version=0.9.62
|
version=0.9.62
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-apparmor"
|
configure_args="--enable-apparmor"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -14,6 +14,7 @@ homepage="https://firejail.wordpress.com"
|
||||||
distfiles="https://github.com/netblue30/firejail/archive/${version}.tar.gz"
|
distfiles="https://github.com/netblue30/firejail/archive/${version}.tar.gz"
|
||||||
checksum=fcdc73f9a329394d3d38cab0f3724ccb08d165682a4451e9798d41882a7c031b
|
checksum=fcdc73f9a329394d3d38cab0f3724ccb08d165682a4451e9798d41882a7c031b
|
||||||
conf_files="/etc/firejail/* /etc/apparmor.d/local/firejail-local"
|
conf_files="/etc/firejail/* /etc/apparmor.d/local/firejail-local"
|
||||||
|
patch_args="-Np1"
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
configure_args+=" --disable-seccomp"
|
configure_args+=" --disable-seccomp"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue