ublock-origin: update package helper for ecne
This commit is contained in:
parent
0497609f4c
commit
8c0578d3fc
1 changed files with 3 additions and 11 deletions
|
|
@ -17,25 +17,17 @@
|
|||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
#
|
||||
|
||||
VERSION=0
|
||||
VERSION=1
|
||||
|
||||
. ./config
|
||||
|
||||
sed -i 's|firefox-esr|icecat|g' debian/control
|
||||
sed -i '/Package:/!s|firefox|abrowser|g' debian/control
|
||||
sed -i 's|Firefox|Abrowser|g' debian/control
|
||||
sed -i 's|webext-ublock-origin-abrowser|webext-ublock-origin-firefox|g' debian/control
|
||||
#sed -i 's|webext-ublock-origin-abrowser|webext-ublock-origin-firefox|g' debian/control
|
||||
sed -i '/Package:/!s|chromium|ungoogled-chromium|g' debian/control
|
||||
sed -i 's|Chromium|Ungoogled-Chromium|g' debian/control
|
||||
sed -i 's|webext-ublock-origin-ungoogled-chromium|webext-ublock-origin-chromium|g' debian/control
|
||||
|
||||
#Fix ftbfs jammy - https://github.com/WebAssembly/wabt/issues/1937
|
||||
upd_func() {
|
||||
grep -rl $1 . |xargs -rr sed -i "s|$1|$2|"
|
||||
}
|
||||
upd_func get_local local.get
|
||||
upd_func tee_local local.tee
|
||||
upd_func set_local local.set
|
||||
#sed -i 's|webext-ublock-origin-ungoogled-chromium|webext-ublock-origin-chromium|g' debian/control
|
||||
|
||||
changelog "Avoid recommend non-free browser options."
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue