From 1fb5aad1796596e6c875bfaf1eed71324a7d64df Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Wed, 25 May 2022 16:23:01 -0400 Subject: lw 100.0.2 dpkg rc1 --- librewolf/stackrpms-librewolf-98.0.diff | 486 ++++++++++++++++++++++++++++++++ 1 file changed, 486 insertions(+) create mode 100644 librewolf/stackrpms-librewolf-98.0.diff (limited to 'librewolf/stackrpms-librewolf-98.0.diff') diff --git a/librewolf/stackrpms-librewolf-98.0.diff b/librewolf/stackrpms-librewolf-98.0.diff new file mode 100644 index 0000000..8e4f426 --- /dev/null +++ b/librewolf/stackrpms-librewolf-98.0.diff @@ -0,0 +1,486 @@ +Only in b/debian: bgstack15-librewolf-prefs.js +diff -aur a/debian/browser.install.in b/debian/browser.install.in +--- a/debian/browser.install.in 2022-03-22 19:01:42.655881841 -0400 ++++ b/debian/browser.install.in 2022-03-30 13:53:52.787381108 -0400 +@@ -54,8 +54,6 @@ + debian/@browser@.js etc/@browser@ + debian/vendor.js usr/share/@browser@/browser/defaults/preferences + +-debian/debsearch.xml usr/share/@browser@/distribution/searchplugins/common +- + usr/lib/@browser@/browser/features usr/lib/@browser@/browser + + %if browser != librewolf +@@ -81,3 +79,5 @@ + debian/librewolf_settings/@browser@.cfg usr/share/@browser@ + debian/librewolf_settings/defaults/pref/local-settings.js usr/share/@browser@/defaults/pref + debian/librewolf_settings/distribution/policies.json usr/share/@browser@/distribution ++debian/bgstack15-librewolf-prefs.js usr/lib/@browser@/defaults/pref ++debian/uBlock0@raymondhill.net.xpi usr/lib/@browser@/browser/extensions +diff -aur a/debian/browser.mozconfig.in b/debian/browser.mozconfig.in +--- a/debian/browser.mozconfig.in 2022-03-22 19:01:39.063842741 -0400 ++++ b/debian/browser.mozconfig.in 2022-03-30 13:54:31.235767027 -0400 +@@ -67,3 +67,8 @@ + #export RANLIB=llvm-ranlib-11 + + ac_add_options --enable-optimize ++# Devuan style ++ac_add_options --disable-dbus ++ac_add_options --disable-pulseaudio ++ac_add_options --enable-alsa ++ac_add_options --disable-necko-wifi +diff -aur a/debian/changelog b/debian/changelog +--- a/debian/changelog 2022-03-22 19:01:42.663881928 -0400 ++++ b/debian/changelog 2022-03-30 13:55:07.196127966 -0400 +@@ -1,3 +1,9 @@ ++librewolf (98.0-2+stackrpms) obs; urgency=low ++ ++ * Fork to librewolf release ++ ++ -- B. Stack Wed, 30 Mar 2022 13:55:33 -0400 ++ + librewolf (98.0-2) unstable; urgency=low + + * Fork to librewolf release +diff -aur a/debian/control b/debian/control +--- a/debian/control 2022-03-22 19:01:39.047842566 -0400 ++++ b/debian/control 2022-03-30 13:55:43.352490872 -0400 +@@ -23,7 +23,6 @@ + libdbus-glib-1-dev, + libffi-dev, + libevent-dev, +- libpulse-dev, + libasound2-dev, libjack-dev, + yasm, + nasm (>= 2.14) [amd64 i386], +@@ -64,9 +63,8 @@ + fonts-lmodern, + libgssapi-krb5-2 | libkrb53, + libcanberra0, +- pulseaudio + Provides: www-browser, + gnome-www-browser +-Description: LibreWolf variant of Mozilla Firefox web browser ++Description: LibreWolf for Stackrpms + LibreWolf is a build of Firefox that seeks to protect user privacy, + security, and freedom. +diff -aur a/debian/control.in b/debian/control.in +--- a/debian/control.in 2022-03-09 19:09:13.000000000 -0500 ++++ b/debian/control.in 2022-03-30 13:56:14.368802189 -0400 +@@ -1,8 +1,8 @@ + Source: @browser@ + Section: web + Priority: optional +-Maintainer: Maintainers of Mozilla-related packages +-Uploaders: Mike Hommey ++Maintainer: B. Stack ++XSBC-Original-Maintainer: Maintainers of Mozilla-related packages + Build-Depends: autotools-dev, + debhelper (>= 9.20160114), + libx11-dev, +@@ -37,7 +37,6 @@ + %if USE_SYSTEM_LIBEVENT + libevent-dev, + %endif +- libpulse-dev, + libasound2-dev, + yasm, + %if DIST == stretch +@@ -107,7 +106,6 @@ + fonts-lmodern, + libgssapi-krb5-2 | libkrb53, + libcanberra0, +- pulseaudio + %if TRANSITION + Conflicts: iceweasel (<< 45) + %endif +Only in b/debian: librewolf.dsc +diff -aur a/debian/rules b/debian/rules +--- a/debian/rules 2022-03-22 19:01:42.651881797 -0400 ++++ b/debian/rules 2022-03-30 13:58:27.738261424 -0400 +@@ -324,7 +324,7 @@ + dh_install -p$($(PRODUCT))-l10n-$(call lc,$*) build-l10n/$*/dist/xpi/langpack-$*@$($(PRODUCT)).mozilla.org.xpi $(LIB_DIR)/browser/extensions/ + + stamps/dh_install:: debian/noinstall debian/$($(PRODUCT))-symbolic.svg +- awk '{print "debian/tmp/" $$1 }' < debian/noinstall | xargs rm -r ++ awk '{print "debian/tmp/" $$1 }' < debian/noinstall | xargs rm -rf + dh_install --fail-missing + + override_dh_install-arch: stamps/dh_install +@@ -350,6 +350,7 @@ + install binary binary-arch binary-indep: $(filter-out %.pc,$(GENERATED_FILES)) + + binary binary-arch binary-indep build build-arch build-indep clean install: ++ chmod +x debian/dh + debian/dh $@ + + .PHONY: build clean binary-indep binary-arch binary install +diff -aur a/debian/search-config.json b/debian/search-config.json +--- a/debian/search-config.json 2022-03-22 19:01:35.319801989 -0400 ++++ b/debian/search-config.json 2022-03-30 13:59:13.310718665 -0400 +@@ -14,363 +14,6 @@ + }, + "id": "c0b26c0e-63e6-4235-b2ce-5f16b6a8bf87", + "last_modified": 1619450717295 +- }, +- { +- "schema": 1613245306902, +- "appliesTo": [ +- { +- "included": { +- "everywhere": true +- } +- }, +- { +- "included": { +- "locales": { +- "matches": [ +- "af", +- "an", +- "ar", +- "ast", +- "az", +- "bg", +- "br", +- "bs", +- "cy", +- "da", +- "de", +- "dsb", +- "el", +- "eo", +- "et", +- "eu", +- "fa", +- "fi", +- "fy-NL", +- "ga-IE", +- "gd", +- "gl", +- "gn", +- "he", +- "hr", +- "hsb", +- "hu", +- "ia", +- "id", +- "is", +- "it", +- "ka", +- "kab", +- "kk", +- "km", +- "kn", +- "lij", +- "lo", +- "lt", +- "ltg", +- "lv", +- "mk", +- "mr", +- "ms", +- "my", +- "nl", +- "oc", +- "pl", +- "rm", +- "ro", +- "ru", +- "si", +- "sk", +- "sl", +- "sq", +- "sr", +- "sv-SE", +- "ta", +- "te", +- "th", +- "tl", +- "tr", +- "uk", +- "ur", +- "uz", +- "vi", +- "wo", +- "zh-CN", +- "zh-TW" +- ] +- } +- }, +- "webExtension": { +- "locales": [ +- "$USER_LOCALE" +- ] +- } +- }, +- { +- "included": { +- "locales": { +- "matches": [ +- "be" +- ] +- } +- }, +- "webExtension": { +- "locales": [ +- "be", +- "be-tarask" +- ] +- } +- }, +- { +- "included": { +- "locales": { +- "matches": [ +- "bn", +- "bn-BD", +- "bn-IN" +- ] +- } +- }, +- "webExtension": { +- "locales": [ +- "bn" +- ] +- } +- }, +- { +- "included": { +- "locales": { +- "matches": [ +- "ca", +- "ca-valencia" +- ] +- } +- }, +- "webExtension": { +- "locales": [ +- "ca" +- ] +- } +- }, +- { +- "included": { +- "locales": { +- "matches": [ +- "cak", +- "es-AR", +- "es-CL", +- "es-ES", +- "es-MX", +- "trs" +- ] +- } +- }, +- "webExtension": { +- "locales": [ +- "es" +- ] +- } +- }, +- { +- "included": { +- "locales": { +- "matches": [ +- "cs" +- ] +- } +- }, +- "webExtension": { +- "locales": [ +- "cz" +- ] +- } +- }, +- { +- "included": { +- "locales": { +- "matches": [ +- "ff", +- "fr", +- "son" +- ] +- } +- }, +- "webExtension": { +- "locales": [ +- "fr" +- ] +- } +- }, +- { +- "included": { +- "locales": { +- "matches": [ +- "gu-IN" +- ] +- } +- }, +- "webExtension": { +- "locales": [ +- "gu" +- ] +- } +- }, +- { +- "included": { +- "locales": { +- "matches": [ +- "hi-IN" +- ] +- } +- }, +- "webExtension": { +- "locales": [ +- "hi" +- ] +- } +- }, +- { +- "included": { +- "locales": { +- "matches": [ +- "hy-AM" +- ] +- } +- }, +- "webExtension": { +- "locales": [ +- "hy" +- ] +- } +- }, +- { +- "included": { +- "locales": { +- "matches": [ +- "ja-JP-macos", +- "ja" +- ] +- } +- }, +- "webExtension": { +- "locales": [ +- "ja" +- ] +- } +- }, +- { +- "included": { +- "locales": { +- "matches": [ +- "ko" +- ] +- } +- }, +- "webExtension": { +- "locales": [ +- "kr" +- ] +- } +- }, +- { +- "included": { +- "locales": { +- "matches": [ +- "nb-NO" +- ] +- } +- }, +- "webExtension": { +- "locales": [ +- "NO" +- ] +- } +- }, +- { +- "included": { +- "locales": { +- "matches": [ +- "ne-NP" +- ] +- } +- }, +- "webExtension": { +- "locales": [ +- "ne" +- ] +- } +- }, +- { +- "included": { +- "locales": { +- "matches": [ +- "nn-NO" +- ] +- } +- }, +- "webExtension": { +- "locales": [ +- "NN" +- ] +- } +- }, +- { +- "included": { +- "locales": { +- "matches": [ +- "pa-IN" +- ] +- } +- }, +- "webExtension": { +- "locales": [ +- "pa" +- ] +- } +- }, +- { +- "included": { +- "locales": { +- "matches": [ +- "pt-BR", +- "pt-PT" +- ] +- } +- }, +- "webExtension": { +- "locales": [ +- "pt" +- ] +- } +- }, +- { +- "included": { +- "locales": { +- "matches": [ +- "szl" +- ] +- } +- }, +- "webExtension": { +- "locales": [ +- "pl" +- ] +- } +- }, +- { +- "override": true, +- "orderHint": 1000, +- "application": { +- "distributions": [ +- "MozillaOnline" +- ] +- } +- } +- ], +- "webExtension": { +- "id": "wikipedia@search.mozilla.org" +- }, +- "id": "3f3beb1d-e32e-40a4-b6ed-56741803e1d8", +- "last_modified": 1613587855064 + } + ] + } +Only in b/debian/source: include-binaries +Only in b/debian: uBlock0@raymondhill.net.xpi -- cgit