[arch-commits] Commit in firefox-developer-edition/trunk (PKGBUILD)

Andrew Crerar andrewsc at gemini.archlinux.org
Tue Feb 8 23:27:52 UTC 2022


    Date: Tuesday, February 8, 2022 @ 23:27:52
  Author: andrewsc
Revision: 1129402

upgpkg: firefox-developer-edition 98.0b1-1

- Removing remoting name patch as it's been merged upstream

Modified:
  firefox-developer-edition/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-08 23:08:48 UTC (rev 1129401)
+++ PKGBUILD	2022-02-08 23:27:52 UTC (rev 1129402)
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
 
 pkgname=firefox-developer-edition
-pkgver=97.0b9
+pkgver=98.0b1
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')
@@ -20,16 +20,14 @@
             'hunspell-en_US: Spell checking, American English'
             'xdg-desktop-portal: Screensharing with Wayland')
 replaces=('firefox-developer')
-options=(!emptydirs !makeflags !strip !lto)
+options=(!emptydirs !makeflags !strip !lto !debug)
 source=(https://archive.mozilla.org/pub/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.xz{,.asc}
         firefox-install-dir.patch
-        0001-Use-remoting-name-for-GDK-application-names.patch
         "$pkgname".desktop
         identity-icons-brand.svg)
-sha512sums=('d9940f3513483a2d18c05102b4590c33a1199096e0d4b2701959af3182ff24709d56c6c1528873059cfc41f791fd54a8fd2c2ecc36c19294bc67f66b33e5405f'
+sha512sums=('0174e4e451108929ec4b48f331c849ba97b2dba9e61aa1adf1f8a21e4228942cd63f6e875c8415b4c6270a3b3fcf65b3b91276b325add2dd625b1933998eee8f'
             'SKIP'
             'b66dbe7f262d036e5a5b895ab5b0dbb03313bca18b0823c001ef2dbaeb1a33169b57db0cf4dfd268499f28913845119902b5d62e8a6a9cc4820eb0ee2f322a1e'
-            'f00f547a55df90a2f96c7b5f3a3c46b033f985db9a12257cb57f617ae8e0df9558baf6a79a7825f4866de45f9f4875cbbf1f0b99cd44371e047c6bc5dc6c78ba'
             '2ff0cb8e2eb94cee306b488adf6d7f4debbaff6155be3ed3eeee814cdb356e2e60fe38cc29d6c8d10079937fd2c930cfddf283977cf645395d31eaf76c7f0ac2'
             'b579b73176c72a5ecf36e3f63bba08fdb8041ae99d54e5cab906660fed6a9cf2311f7ca1ec1649e451cc6d5a4b1e6060b974b1d7befe9c8df3c5a89c50383c17')
 validpgpkeys=('14F26682D0916CDD81E37B6D61B7B526D98F0353') # Mozilla Software Releases <release at mozilla.com>
@@ -51,9 +49,6 @@
   cd firefox-${pkgver%b*}
   patch -Np1 -i ../firefox-install-dir.patch
 
-  # https://bugzilla.mozilla.org/show_bug.cgi?id=1530052
-  patch -Np1 -i ../0001-Use-remoting-name-for-GDK-application-names.patch
-
   echo -n "$_google_api_key" > google-api-key
   echo -n "$_mozilla_api_key" > mozilla-api-key
 



More information about the arch-commits mailing list