1
0
mirror of https://aur.archlinux.org/firedragon.git synced 2024-12-26 12:44:21 +00:00

Fix KDE filepicker not being used

This commit is contained in:
dr460nf1r3 2022-10-08 11:56:48 +02:00
parent 0be6978dea
commit 80b761b859
No known key found for this signature in database
GPG Key ID: CB0F39958FA44FA8
3 changed files with 9 additions and 9 deletions

View File

@ -45,7 +45,6 @@ pkgbase = firedragon
depends = ttf-font
depends = libpulse
depends = ffmpeg
depends = kfiredragonhelper
optdepends = firejail-git: Sandboxing the browser using the included profiles
optdepends = profile-sync-daemon: Load the browser profile into RAM
optdepends = whoogle: Searching the web using a locally running Whoogle instance
@ -76,7 +75,7 @@ pkgbase = firedragon
validpgpkeys = 14F26682D0916CDD81E37B6D61B7B526D98F0353
sha256sums = fb1ed65cd9e6698122885fe38984cfd00018c7a837109f511762b2986b391e25
sha256sums = SKIP
sha256sums = 158152bdb9ef6a83bad62ae03a3d9bc8ae693b34926e53cc8c4de07df20ab22d
sha256sums = a6644083a30c93aae10df0007c572bcd9cb43d50ed88d3b0d0788ee5d0851323
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP

View File

@ -12,7 +12,7 @@ backup=('usr/lib/firedragon/firedragon.cfg'
'usr/lib/firedragon/distribution/policies.json')
license=(MPL GPL LGPL)
url=https://gitlab.com/dr460nf1r3/settings/
depends=(gtk3 libxt mime-types dbus-glib nss ttf-font libpulse ffmpeg kfiredragonhelper)
depends=(gtk3 libxt mime-types dbus-glib nss ttf-font libpulse ffmpeg)
makedepends=(unzip zip diffutils yasm mesa imake inetutils xorg-server-xvfb
autoconf2.13 rust clang llvm jack nodejs cbindgen nasm
python-setuptools python-zstandard git binutils lld dump_syms
@ -41,7 +41,7 @@ source=(https://archive.mozilla.org/pub/firefox/releases/"$pkgver"/source/firefo
# source_aarch64=()
sha256sums=('fb1ed65cd9e6698122885fe38984cfd00018c7a837109f511762b2986b391e25'
'SKIP'
'158152bdb9ef6a83bad62ae03a3d9bc8ae693b34926e53cc8c4de07df20ab22d'
'a6644083a30c93aae10df0007c572bcd9cb43d50ed88d3b0d0788ee5d0851323'
'SKIP'
'SKIP'
'SKIP'
@ -168,7 +168,7 @@ fi
# LibreWolf
# Remove some pre-installed addons that might be questionable
# patch -Np1 -i "${_librewolf_patches_dir}"/remove_addons.patch
patch -Np1 -i "${_librewolf_patches_dir}"/remove_addons.patch
# Debian patch to enable global menubar
patch -Np1 -i "${_librewolf_patches_dir}"/unity-menubar.patch
@ -183,7 +183,7 @@ fi
patch -Np1 -i "${_librewolf_patches_dir}"/sed-patches/allow-searchengines-non-esr.patch
# Remove search extensions (experimental)
# cp "${srcdir}/librewolf-source/assets/search-config.json" services/settings/dumps/main/search-config.json
cp "${srcdir}/librewolf-source/assets/search-config.json" services/settings/dumps/main/search-config.json
# Stop some undesired requests (https://gitlab.com/librewolf-community/browser/common/-/issues/10)
patch -Np1 -i "${_librewolf_patches_dir}"/sed-patches/stop-undesired-requests.patch

7
firedragon.desktop Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env xdg-open
[Desktop Entry]
Version=1.0
Name=FireDragon
@ -112,7 +113,7 @@ Keywords[uk]=Internet;WWW;Browser;Web;Explorer;Інтернет;мережа;п
Keywords[vi]=Internet;WWW;Browser;Web;Explorer;Trình duyt;Trang web
Keywords[zh_CN]=Internet;WWW;Browser;Web;Explorer;;;;;FireDragon;ff;;;
Keywords[zh_TW]=Internet;WWW;Browser;Web;Explorer;;;;;;
Exec=/usr/lib/firedragon/firedragon %u
Exec=GTK_USE_PORTAL="1" /usr/lib/firedragon/firedragon %u
Icon=firedragon
Terminal=false
X-MultipleArgs=false
@ -229,7 +230,7 @@ Name[wo]=Palanteer bu bees
Name[xh]=Ifestile entsha
Name[zh_CN]=
Name[zh_TW]=
Exec=/usr/lib/firedragon/firedragon --new-window %u
Exec=GTK_USE_PORTAL="1" /usr/lib/firedragon/firedragon --new-window %u
[Desktop Action new-private-window]
Name=New Private Window
@ -337,4 +338,4 @@ Name[wo]=Panlanteeru biir bu bees
Name[xh]=Ifestile yangasese entsha
Name[zh_CN]=
Name[zh_TW]=
Exec=/usr/lib/firedragon/firedragon --private-window %u
Exec=GTK_USE_PORTAL="1" /usr/lib/firedragon/firedragon --private-window %u