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

Update v98

This commit is contained in:
dr460nf1r3 2022-03-12 12:41:03 +01:00
parent 3ae7c0842b
commit 349154fb94
No known key found for this signature in database
GPG Key ID: B5C20B53B5FB19ED
2 changed files with 9 additions and 12 deletions

View File

@ -1,6 +1,6 @@
pkgbase = firedragon pkgbase = firedragon
pkgdesc = Librewolf fork build using custom branding, settings & KDE patches by OpenSUSE pkgdesc = Librewolf fork build using custom branding, settings & KDE patches by OpenSUSE
pkgver = 97.0.2 pkgver = 98.0
pkgrel = 1 pkgrel = 1
url = https://gitlab.com/dr460nf1r3/settings/ url = https://gitlab.com/dr460nf1r3/settings/
install = firedragon.install install = firedragon.install
@ -42,7 +42,7 @@ pkgbase = firedragon
depends = libxt depends = libxt
depends = mime-types depends = mime-types
depends = dbus-glib depends = dbus-glib
depends = ffmpeg depends = ffmpeg4.4
depends = nss depends = nss
depends = ttf-font depends = ttf-font
depends = libpulse depends = libpulse
@ -72,13 +72,14 @@ pkgbase = firedragon
options = !makeflags options = !makeflags
options = !strip options = !strip
options = !lto options = !lto
options = !debug
backup = usr/lib/firedragon/firedragon.cfg backup = usr/lib/firedragon/firedragon.cfg
backup = usr/lib/firedragon/distribution/policies.json backup = usr/lib/firedragon/distribution/policies.json
source = https://archive.mozilla.org/pub/firefox/releases/97.0.2/source/firefox-97.0.2.source.tar.xz source = https://archive.mozilla.org/pub/firefox/releases/98.0/source/firefox-98.0.source.tar.xz
source = firedragon.desktop source = firedragon.desktop
source = git+https://gitlab.com/dr460nf1r3/common.git source = git+https://gitlab.com/dr460nf1r3/common.git
source = git+https://gitlab.com/dr460nf1r3/settings.git source = git+https://gitlab.com/dr460nf1r3/settings.git
sha256sums = c9f127741beabde78b021dc95b1740259d01677d461400682cb30e072126f075 sha256sums = fd0a4c11d007d9045706667eb0f99f9b7422945188424cb937bfef530cb6f4dd
sha256sums = 158152bdb9ef6a83bad62ae03a3d9bc8ae693b34926e53cc8c4de07df20ab22d sha256sums = 158152bdb9ef6a83bad62ae03a3d9bc8ae693b34926e53cc8c4de07df20ab22d
sha256sums = SKIP sha256sums = SKIP
sha256sums = SKIP sha256sums = SKIP

View File

@ -4,7 +4,7 @@
pkgname=firedragon pkgname=firedragon
_pkgname=FireDragon _pkgname=FireDragon
pkgver=97.0.2 pkgver=98.0
pkgrel=1 pkgrel=1
pkgdesc="Librewolf fork build using custom branding, settings & KDE patches by OpenSUSE" pkgdesc="Librewolf fork build using custom branding, settings & KDE patches by OpenSUSE"
arch=(x86_64 x86_64_v3) arch=(x86_64 x86_64_v3)
@ -12,7 +12,7 @@ backup=('usr/lib/firedragon/firedragon.cfg'
'usr/lib/firedragon/distribution/policies.json') 'usr/lib/firedragon/distribution/policies.json')
license=(MPL GPL LGPL) license=(MPL GPL LGPL)
url="https://gitlab.com/dr460nf1r3/settings/" url="https://gitlab.com/dr460nf1r3/settings/"
depends=(gtk3 libxt mime-types dbus-glib ffmpeg nss ttf-font libpulse depends=(gtk3 libxt mime-types dbus-glib ffmpeg4.4 nss ttf-font libpulse
aom harfbuzz libvpx libjpeg zlib icu libevent pipewire aom harfbuzz libvpx libjpeg zlib icu libevent pipewire
kfiredragonhelper) kfiredragonhelper)
makedepends=(unzip zip diffutils yasm mesa imake inetutils makedepends=(unzip zip diffutils yasm mesa imake inetutils
@ -32,7 +32,7 @@ optdepends=('firejail-git: Sandboxing the browser using the included profiles'
'libappindicator-gtk3: Global menu support for GTK apps' 'libappindicator-gtk3: Global menu support for GTK apps'
'appmenu-gtk-module-git: Appmenu for GTK only' 'appmenu-gtk-module-git: Appmenu for GTK only'
'plasma5-applets-window-appmenu: Appmenu for Plasma only') 'plasma5-applets-window-appmenu: Appmenu for Plasma only')
options=(!emptydirs !makeflags !strip !lto) options=(!emptydirs !makeflags !strip !lto !debug)
conflicts=('firedragon-hg') conflicts=('firedragon-hg')
install=$pkgname.install install=$pkgname.install
source=(https://archive.mozilla.org/pub/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.xz source=(https://archive.mozilla.org/pub/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.xz
@ -40,7 +40,7 @@ source=(https://archive.mozilla.org/pub/firefox/releases/$pkgver/source/firefox-
"git+https://gitlab.com/dr460nf1r3/common.git" "git+https://gitlab.com/dr460nf1r3/common.git"
"git+https://gitlab.com/dr460nf1r3/settings.git") "git+https://gitlab.com/dr460nf1r3/settings.git")
sha256sums=('c9f127741beabde78b021dc95b1740259d01677d461400682cb30e072126f075' sha256sums=('fd0a4c11d007d9045706667eb0f99f9b7422945188424cb937bfef530cb6f4dd'
'158152bdb9ef6a83bad62ae03a3d9bc8ae693b34926e53cc8c4de07df20ab22d' '158152bdb9ef6a83bad62ae03a3d9bc8ae693b34926e53cc8c4de07df20ab22d'
'SKIP' 'SKIP'
'SKIP') 'SKIP')
@ -56,10 +56,6 @@ prepare() {
# Prepare KDE patch # Prepare KDE patch
sed -i 's/kmozillahelper/kfiredragonhelper/g' ${_patches_dir}/librewolf/mozilla-kde_after_unity.patch sed -i 's/kmozillahelper/kfiredragonhelper/g' ${_patches_dir}/librewolf/mozilla-kde_after_unity.patch
sed -i 's/kmozillahelper/kfiredragonhelper/g' ${_patches_dir}/kde/mozilla-kde.patch sed -i 's/kmozillahelper/kfiredragonhelper/g' ${_patches_dir}/kde/mozilla-kde.patch
# Arch patches
echo "---- Arch patches"
patch -Np1 -i ${_patches_dir}/arch/0001-Use-remoting-name-for-GDK-application-names.patch
# KDE patches (W. Rosenauer) # KDE patches (W. Rosenauer)
echo "---- Patching for KDE" echo "---- Patching for KDE"