www/cliqz: Updates to 1.30.1
Changes (since 1.30.0): * DB-2333: DB-2329: DE translation and fixes * DB-2330: https checkbox sync with extension * DB-2332: fixed navigation toolbar bottom border | MacOS * DB-2332_1: added box bottom shadow to the urlbar * DB-2331: fix Windows installer * DB-2337: fixed cookie behaviour on preferences page * DB-2341: changing suche.cliqz.com to beta.cliqz.com (#1393) * DB-2342: bring back preferred language box (#1394) * DB-2342: hiding language heading at other pages Approved by: philip (mentor)
This commit is contained in:
parent
f1d79cd97b
commit
7abe0c5c07
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=518836
@ -1,8 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cliqz
|
||||
DISTVERSION= 1.30.0
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 1.30.1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= https://s3.amazonaws.com/cdn.cliqz.com/browser-f/APT/:amazon \
|
||||
http://repository.cliqz.com/dist/${CLIQZ_CHANNEL}/${DISTVERSION}/${CLIQZ_LAST_BUILD_ID}/:cliqz
|
||||
@ -75,7 +74,7 @@ SHEBANG_FILES= magic_build_and_package.sh
|
||||
CLIQZ_CHANNEL= release
|
||||
# If the DISTVERSION is updated, make sure to update the last build id from
|
||||
# fetch -qo - https://repository.cliqz.com/dist/${CLIQZ_CHANNEL}/${DISTVERSION}/lastbuildid
|
||||
CLIQZ_LAST_BUILD_ID= 20191113183817
|
||||
CLIQZ_LAST_BUILD_ID= 20191128141357
|
||||
CLIQZ_ICON= ${PORTNAME}.png
|
||||
CLIQZ_ICON_SRC= ${WRKSRC}/mozilla-release/browser/branding/${PORTNAME}/default48.png
|
||||
MOZ_DESKTOP= ${WRKSRC}/mozilla-release/toolkit/mozapps/installer/linux/rpm/mozilla.desktop
|
||||
|
@ -1,11 +1,11 @@
|
||||
TIMESTAMP = 1573995889
|
||||
TIMESTAMP = 1575124586
|
||||
SHA256 (cliqz/adult-domains.bin) = 3d018d6ffa75107fdfbf39658e4adaa092d9b8a90c7865b21376855f7c382b65
|
||||
SIZE (cliqz/adult-domains.bin) = 528392
|
||||
SHA256 (cliqz/cliqz@cliqz.com.xpi) = ee56b1aa803410a953903a3a052bec646a011c9d89e33c3484533be8a39ad969
|
||||
SIZE (cliqz/cliqz@cliqz.com.xpi) = 4542302
|
||||
SHA256 (cliqz/cliqz@cliqz.com.xpi) = 501f4c3caadd18f3ce7caa5535bd6dab8375be3c52bfb231cc6d512bc62d4695
|
||||
SIZE (cliqz/cliqz@cliqz.com.xpi) = 4542303
|
||||
SHA256 (cliqz/gdprtool@cliqz.com.xpi) = 95ce7bd4ba1ea301246ce45bc3cdcff550acf7d8f1af1b42fd22984614cd9018
|
||||
SIZE (cliqz/gdprtool@cliqz.com.xpi) = 222247
|
||||
SHA256 (cliqz/https-everywhere@cliqz.com.xpi) = 094516da166aa984c836130075184315c5636033899c49fe6bca5b7190f488fc
|
||||
SIZE (cliqz/https-everywhere@cliqz.com.xpi) = 2147608
|
||||
SHA256 (cliqz/cliqz-oss-browser-f-1.30.0_GH0.tar.gz) = adc64c38108cca995562528a5cce9bfe75888dbb42c1bb7d31f5ba970b9504fd
|
||||
SIZE (cliqz/cliqz-oss-browser-f-1.30.0_GH0.tar.gz) = 507238773
|
||||
SHA256 (cliqz/cliqz-oss-browser-f-1.30.1_GH0.tar.gz) = 930785beeb58e917a7ed231c1d23ad7fd20945836cbaa9f2dc2173ea90f15797
|
||||
SIZE (cliqz/cliqz-oss-browser-f-1.30.1_GH0.tar.gz) = 507243510
|
||||
|
22
www/cliqz/files/patch-Makefile.in
Normal file
22
www/cliqz/files/patch-Makefile.in
Normal file
@ -0,0 +1,22 @@
|
||||
Don't force mach after https://bugzilla.mozilla.org/show_bug.cgi?id=1496746
|
||||
|
||||
Patch taken from www/firefox
|
||||
|
||||
--- mozilla-release/Makefile.in 2019-11-30 13:22:25 UTC
|
||||
+++ mozilla-release/Makefile.in
|
||||
@@ -55,15 +55,8 @@ $(RUNNABLE_TIERS) binaries:: CLOBBER $(BUILD_BACKEND_FILES)
|
||||
endif
|
||||
endif
|
||||
|
||||
-ifdef JS_STANDALONE
|
||||
.PHONY: CLOBBER
|
||||
CLOBBER:
|
||||
-else
|
||||
-CLOBBER: $(topsrcdir)/CLOBBER
|
||||
- @echo 'STOP! The CLOBBER file has changed.'
|
||||
- @echo 'Please run the build through "mach build".'
|
||||
- @exit 1
|
||||
-endif
|
||||
|
||||
install_manifests := \
|
||||
$(addprefix dist/,branding include public private xpi-stage) \
|
@ -223,7 +223,7 @@
|
||||
+option('--with-system-harfbuzz',
|
||||
+ help="Use system harfbuzz (located with pkgconfig)")
|
||||
+
|
||||
+system_harfbuzz = pkg_check_modules('MOZ_HARFBUZZ', 'harfbuzz >= 2.6.1',
|
||||
+system_harfbuzz = pkg_check_modules('MOZ_HARFBUZZ', 'harfbuzz >= 2.6.2',
|
||||
+ when='--with-system-harfbuzz')
|
||||
+
|
||||
+set_config('MOZ_SYSTEM_HARFBUZZ', depends_if(system_harfbuzz)(lambda _: True))
|
||||
|
Loading…
Reference in New Issue
Block a user