forked from AUR/firedragon
		
	Update to 90
This commit is contained in:
		
							
								
								
									
										6
									
								
								.SRCINFO
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								.SRCINFO
									
									
									
									
									
								
							@@ -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 = 89.0.2
 | 
						pkgver = 90.0
 | 
				
			||||||
	pkgrel = 1
 | 
						pkgrel = 1
 | 
				
			||||||
	url = https://gitlab.com/dr460nf1r3/settings/
 | 
						url = https://gitlab.com/dr460nf1r3/settings/
 | 
				
			||||||
	install = firedragon.install
 | 
						install = firedragon.install
 | 
				
			||||||
@@ -73,11 +73,11 @@ pkgbase = firedragon
 | 
				
			|||||||
	options = !strip
 | 
						options = !strip
 | 
				
			||||||
	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/89.0.2/source/firefox-89.0.2.source.tar.xz
 | 
						source = https://archive.mozilla.org/pub/firefox/releases/90.0/source/firefox-90.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 = 3225f583c5e36bdf52ad16f71a2c359deb0c765c38205acdeb6b7b6520ac5494
 | 
						sha256sums = 43a943e7d7660c6d7f5b41c95b344b7fd6a4a88ad0bb45dbd844b372ea60d58b
 | 
				
			||||||
	sha256sums = 158152bdb9ef6a83bad62ae03a3d9bc8ae693b34926e53cc8c4de07df20ab22d
 | 
						sha256sums = 158152bdb9ef6a83bad62ae03a3d9bc8ae693b34926e53cc8c4de07df20ab22d
 | 
				
			||||||
	sha256sums = SKIP
 | 
						sha256sums = SKIP
 | 
				
			||||||
	sha256sums = SKIP
 | 
						sha256sums = SKIP
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										11
									
								
								PKGBUILD
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								PKGBUILD
									
									
									
									
									
								
							@@ -4,7 +4,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
pkgname=firedragon
 | 
					pkgname=firedragon
 | 
				
			||||||
_pkgname=FireDragon
 | 
					_pkgname=FireDragon
 | 
				
			||||||
pkgver=89.0.2
 | 
					pkgver=90.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 aarch64)
 | 
					arch=(x86_64 aarch64)
 | 
				
			||||||
@@ -44,7 +44,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=('3225f583c5e36bdf52ad16f71a2c359deb0c765c38205acdeb6b7b6520ac5494'
 | 
					sha256sums=('43a943e7d7660c6d7f5b41c95b344b7fd6a4a88ad0bb45dbd844b372ea60d58b'
 | 
				
			||||||
            '158152bdb9ef6a83bad62ae03a3d9bc8ae693b34926e53cc8c4de07df20ab22d'
 | 
					            '158152bdb9ef6a83bad62ae03a3d9bc8ae693b34926e53cc8c4de07df20ab22d'
 | 
				
			||||||
            'SKIP'
 | 
					            'SKIP'
 | 
				
			||||||
            'SKIP')
 | 
					            'SKIP')
 | 
				
			||||||
@@ -105,8 +105,12 @@ prepare() {
 | 
				
			|||||||
  # Remove Mozilla VPN ads
 | 
					  # Remove Mozilla VPN ads
 | 
				
			||||||
  patch -Np1 -i ${_patches_dir}/librewolf/mozilla-vpn-ad.patch
 | 
					  patch -Np1 -i ${_patches_dir}/librewolf/mozilla-vpn-ad.patch
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  # Allow overriding the color scheme light/dark preference with RFP
 | 
				
			||||||
 | 
					  patch -Np1 -i ${_patches_dir}/librewolf/allow_dark_preference_with_rfp.patch  
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  # Remove Internal Plugin Certificates
 | 
					  # Remove Internal Plugin Certificates
 | 
				
			||||||
  patch -Np1 -i ${_patches_dir}/sed-patches/remove-internal-plugin-certs.patch
 | 
					  # => breaks profiled builds since 90.0, it seems
 | 
				
			||||||
 | 
					  # patch -Np1 -i ${_patches_dir}/sed-patches/remove-internal-plugin-certs.patch
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  # Allow SearchEngines option in non-ESR builds
 | 
					  # Allow SearchEngines option in non-ESR builds
 | 
				
			||||||
  patch -Np1 -i ${_patches_dir}/sed-patches/allow-searchengines-non-esr.patch
 | 
					  patch -Np1 -i ${_patches_dir}/sed-patches/allow-searchengines-non-esr.patch
 | 
				
			||||||
@@ -140,7 +144,6 @@ ac_add_options --with-branding=browser/branding/firedragon
 | 
				
			|||||||
ac_add_options --with-distribution-id=org.garudalinux
 | 
					ac_add_options --with-distribution-id=org.garudalinux
 | 
				
			||||||
ac_add_options --with-unsigned-addon-scopes=app,system
 | 
					ac_add_options --with-unsigned-addon-scopes=app,system
 | 
				
			||||||
ac_add_options --allow-addon-sideload
 | 
					ac_add_options --allow-addon-sideload
 | 
				
			||||||
export MOZ_REQUIRE_SIGNING=0
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
export STRIP_FLAGS="--strip-debug --strip-unneeded"
 | 
					export STRIP_FLAGS="--strip-debug --strip-unneeded"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user