ports/contrib (3.5): [notify] firefox: 68.0.2 -> 69.0 new dependency dbus-glib
commit ace477c651c7d1712f4562100d99f4edf0f4f0fc Author: Danny Rawlins <monster.romster@gmail.com> Date: Sat Sep 7 13:31:43 2019 +1000 [notify] firefox: 68.0.2 -> 69.0 new dependency dbus-glib diff --git a/firefox/.signature b/firefox/.signature index 982fcdad..f635cc1e 100644 --- a/firefox/.signature +++ b/firefox/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF390LhajYrc3ETjrFDCumCZocQUH+6Zz+XbxNOXyApgQVsQ5nQVsqYhQFmeVQZnS8xxTXUdpVuf+oxG3/kukviw4= -SHA256 (Pkgfile) = 9f3c466565c9182297fadbf678b89f0477df30450786933be20394c2d3381372 +RWSagIOpLGJF38Y4pbT9k4ON609DCUKGISC+PrxreaUcONn375zwS6dPFgMFplAXNUvtjNOOAVGNrU8uyVvIAdUwlZ5pMKF44gs= +SHA256 (Pkgfile) = 2f0e463c701d25fa0063c4250060427ddb2727f2604a3d305be3897e2981b773 SHA256 (.footprint) = ba83ace6604f2c04a4e10eb00060ef7d98360e643f3674b29314fe9cec899189 -SHA256 (firefox-68.0.2.source.tar.xz) = 9b3e6d8f99819f9eda9ebba403b644a2b96d19450b42cae422bbf4386902a840 +SHA256 (firefox-69.0.source.tar.xz) = 413c3febdfeb69eade818824eecbdb11eaeda71de229573810afd641ba741ec5 SHA256 (firefox.desktop) = 8ba3439f3dfc5cab883641969c93d8d15f8f20d7188d9568346b2edad52d6f91 diff --git a/firefox/Pkgfile b/firefox/Pkgfile index b7a99e28..bb92c658 100644 --- a/firefox/Pkgfile +++ b/firefox/Pkgfile @@ -1,11 +1,11 @@ # Description: The Mozilla Firefox browser with Alsa support # URL: https://www.mozilla.com/firefox/ # Maintainer: Danny Rawlins, crux at romster dot me -# Depends on: alsa-lib autoconf-2.13 cbindgen clang gtk gtk3 libidl nodejs nss unzip util-linux xorg-libxt yasm zip libnotify libxkbcommon +# Depends on: alsa-lib autoconf-2.13 cbindgen clang dbus-glib gtk libidl libnotify libxkbcommon nodejs nss unzip xorg-libxt yasm zip # Optional: sccache name=firefox -version=68.0.2 +version=69.0 release=1 source=(https://ftp.mozilla.org/pub/firefox/releases/$version/source/firefox-$versio... firefox.desktop) @@ -17,6 +17,7 @@ build() { cat <<- EOF > .mozconfig mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/firefox-shared + unset MOZ_TELEMETRY_REPORTING ac_add_options --prefix=/usr ac_add_options --enable-default-toolkit=cairo-gtk3 ac_add_options --enable-application=browser @@ -26,17 +27,18 @@ cat <<- EOF > .mozconfig ac_add_options --with-system-png ac_add_options --with-system-nspr ac_add_options --with-system-nss + ac_add_options --enable-av1 ac_add_options --enable-system-ffi ac_add_options --enable-system-pixman ac_add_options --enable-system-sqlite ac_add_options --enable-alsa ac_add_options --enable-optimize + ac_add_options --disable-debug-symbols ac_add_options --disable-pulseaudio ac_add_options --enable-official-branding ac_add_options --with-distribution-id=nu.crux ac_add_options --enable-extensions=default,-gnomevfs ac_add_options --disable-tests - ac_add_options --disable-dbus ac_add_options --disable-debug ac_add_options --disable-updater ac_add_options --disable-crashreporter
participants (1)
-
crux@crux.nu