mirror of
https://aur.archlinux.org/firedragon.git
synced 2024-12-26 04:34:15 +00:00
Update v98
This commit is contained in:
parent
3ae7c0842b
commit
349154fb94
9
.SRCINFO
9
.SRCINFO
@ -1,6 +1,6 @@
|
||||
pkgbase = firedragon
|
||||
pkgdesc = Librewolf fork build using custom branding, settings & KDE patches by OpenSUSE
|
||||
pkgver = 97.0.2
|
||||
pkgver = 98.0
|
||||
pkgrel = 1
|
||||
url = https://gitlab.com/dr460nf1r3/settings/
|
||||
install = firedragon.install
|
||||
@ -42,7 +42,7 @@ pkgbase = firedragon
|
||||
depends = libxt
|
||||
depends = mime-types
|
||||
depends = dbus-glib
|
||||
depends = ffmpeg
|
||||
depends = ffmpeg4.4
|
||||
depends = nss
|
||||
depends = ttf-font
|
||||
depends = libpulse
|
||||
@ -72,13 +72,14 @@ pkgbase = firedragon
|
||||
options = !makeflags
|
||||
options = !strip
|
||||
options = !lto
|
||||
options = !debug
|
||||
backup = usr/lib/firedragon/firedragon.cfg
|
||||
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 = git+https://gitlab.com/dr460nf1r3/common.git
|
||||
source = git+https://gitlab.com/dr460nf1r3/settings.git
|
||||
sha256sums = c9f127741beabde78b021dc95b1740259d01677d461400682cb30e072126f075
|
||||
sha256sums = fd0a4c11d007d9045706667eb0f99f9b7422945188424cb937bfef530cb6f4dd
|
||||
sha256sums = 158152bdb9ef6a83bad62ae03a3d9bc8ae693b34926e53cc8c4de07df20ab22d
|
||||
sha256sums = SKIP
|
||||
sha256sums = SKIP
|
||||
|
12
PKGBUILD
12
PKGBUILD
@ -4,7 +4,7 @@
|
||||
|
||||
pkgname=firedragon
|
||||
_pkgname=FireDragon
|
||||
pkgver=97.0.2
|
||||
pkgver=98.0
|
||||
pkgrel=1
|
||||
pkgdesc="Librewolf fork build using custom branding, settings & KDE patches by OpenSUSE"
|
||||
arch=(x86_64 x86_64_v3)
|
||||
@ -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 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
|
||||
kfiredragonhelper)
|
||||
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'
|
||||
'appmenu-gtk-module-git: Appmenu for GTK only'
|
||||
'plasma5-applets-window-appmenu: Appmenu for Plasma only')
|
||||
options=(!emptydirs !makeflags !strip !lto)
|
||||
options=(!emptydirs !makeflags !strip !lto !debug)
|
||||
conflicts=('firedragon-hg')
|
||||
install=$pkgname.install
|
||||
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/settings.git")
|
||||
|
||||
sha256sums=('c9f127741beabde78b021dc95b1740259d01677d461400682cb30e072126f075'
|
||||
sha256sums=('fd0a4c11d007d9045706667eb0f99f9b7422945188424cb937bfef530cb6f4dd'
|
||||
'158152bdb9ef6a83bad62ae03a3d9bc8ae693b34926e53cc8c4de07df20ab22d'
|
||||
'SKIP'
|
||||
'SKIP')
|
||||
@ -56,10 +56,6 @@ prepare() {
|
||||
# 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}/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)
|
||||
echo "---- Patching for KDE"
|
||||
|
Loading…
Reference in New Issue
Block a user