summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordr460nf1r32022-10-08 22:16:34 +0200
committerdr460nf1r32022-10-08 22:16:34 +0200
commit87d947069b11ea8a4e5b69162925450b398b5fb2 (patch)
treeed92b85b2300ecdc41eb69a0c9efed801b2583a8
parent9f30e55e0796f3fafea8294fab4afa67faa9fba4 (diff)
downloadaur-87d947069b11ea8a4e5b69162925450b398b5fb2.tar.gz
Move portal usage to firedragon.cfg, remove search engine modification
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
-rwxr-xr-xfiredragon.desktop6
3 files changed, 5 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39e4bc10e4c2..6a8488a18482 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = firedragon
pkgdesc = Librewolf fork build using custom branding, settings & KDE patches by OpenSUSE
pkgver = 105.0.3
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/dr460nf1r3/settings/
install = firedragon.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 714cbc8ae5bb..62da50d97c8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=firedragon
_pkgname=FireDragon
pkgver=105.0.3
-pkgrel=1
+pkgrel=2
pkgdesc="Librewolf fork build using custom branding, settings & KDE patches by OpenSUSE"
arch=(x86_64 x86_64_v3 aarch64)
backup=('usr/lib/firedragon/firedragon.cfg'
@@ -182,9 +182,6 @@ fi
# Allow SearchEngines option in non-ESR builds
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
-
# 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
diff --git a/firedragon.desktop b/firedragon.desktop
index a532a9ca7ada..b90a5937b595 100755
--- a/firedragon.desktop
+++ b/firedragon.desktop
@@ -113,7 +113,7 @@ Keywords[uk]=Internet;WWW;Browser;Web;Explorer;Інтернет;мережа;п
Keywords[vi]=Internet;WWW;Browser;Web;Explorer;Trình duyệt;Trang web
Keywords[zh_CN]=Internet;WWW;Browser;Web;Explorer;网页;浏览;上网;火狐;FireDragon;ff;互联网;网站;
Keywords[zh_TW]=Internet;WWW;Browser;Web;Explorer;網際網路;網路;瀏覽器;上網;網頁;火狐
-Exec=GTK_USE_PORTAL="1" /usr/lib/firedragon/firedragon %u
+Exec=/usr/lib/firedragon/firedragon %u
Icon=firedragon
Terminal=false
X-MultipleArgs=false
@@ -230,7 +230,7 @@ Name[wo]=Palanteer bu bees
Name[xh]=Ifestile entsha
Name[zh_CN]=新建窗口
Name[zh_TW]=開新視窗
-Exec=GTK_USE_PORTAL="1" /usr/lib/firedragon/firedragon --new-window %u
+Exec=/usr/lib/firedragon/firedragon --new-window %u
[Desktop Action new-private-window]
Name=New Private Window
@@ -338,4 +338,4 @@ Name[wo]=Panlanteeru biir bu bees
Name[xh]=Ifestile yangasese entsha
Name[zh_CN]=新建隐私浏览窗口
Name[zh_TW]=新增隱私視窗
-Exec=GTK_USE_PORTAL="1" /usr/lib/firedragon/firedragon --private-window %u
+Exec=/usr/lib/firedragon/firedragon --private-window %u