Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=03f7cf8ee11fea7072dbd1349b8abd4fff822c26

commit 03f7cf8ee11fea7072dbd1349b8abd4fff822c26
Author: DeX77 <[email protected]>
Date:   Fri Jan 27 12:27:50 2017 +0100

chromium-browser-56.0.2924.76-1-x86_64

* version bump

diff --git a/source/xapps-extra/chromium-browser/FrugalBuild 
b/source/xapps-extra/chromium-browser/FrugalBuild
index 841d8cb..ff1059c 100644
--- a/source/xapps-extra/chromium-browser/FrugalBuild
+++ b/source/xapps-extra/chromium-browser/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Marius Cirsta <[email protected]>

pkgname=chromium-browser
-pkgver=55.0.2883.87
+pkgver=56.0.2924.76
pkgrel=1
pkgdesc='Development version of Chromium browser'
url='http://www.chromium.org/'
@@ -11,8 +11,8 @@ depends=('nss>=3.21-3' 'libxscrnsaver>=1.2.2-2' 
'libpulse>=7.1-4' 'snappy>=1.1.3
'libatomic' 'pciutils>=3.5' 'gtk+3' 'libxslt' 'libwebp' 'icu4c>=58.1')
#using the built in ones for now
#depends+=('libevent>=2.0.22-3' 'libjpeg>=9a')
-makedepends=('ninja' 'clang>=3.7.0-3' 'yasm' 'libexif' 'gperf' 
'libpthread-stubs' 'x11-protos' 'krb5' 'cups' \
-             'python-ply' 'python-jinja' 'python-markupsafe' 'beautifulsoup4' 
'html5lib-python' 'webencodings' 'protobuf-python')
+makedepends=('ninja' 'clang>=3.7.0-3' 'yasm' 'libexif' 'gperf' 
'libpthread-stubs' 'x11-protos' 'krb5' 'cups' 'gtk+2'\
+             'python-ply' 'python-markupsafe' 'beautifulsoup4' 
'html5lib-python' 'webencodings' 'protobuf-python')
license=('BSD')
groups=('xapps-extra')
archs=('x86_64')
@@ -25,9 +25,7 @@ up2date="lynx -dump 
'http://chromium.woolyss.com/#stable-chromium-version' | \
source=(https://commondatastorage.googleapis.com/chromium-browser-official/chromium-${pkgver}.tar.xz
 \
$pkgname.desktop \
$pkgname.sh \
-        chromium-system-jinja-r14.patch \
chromium-system-ffmpeg-r4.patch \
-        gtk2_disable_fix.patch \
chromium-last-commit-position-r1.patch \
chromium-52.0.2743.116-unset-madv_free.patch \
gcc6-no-delete-null-pointer-checks.patch \
@@ -36,12 +34,10 @@ 
source=(https://commondatastorage.googleapis.com/chromium-browser-official/chrom
chromium-52.0.2723.2-use_system_harfbuzz.patch \
chromium-52.0.2743.82-widevinefix.patch \
chromium-54.0.2840.59-nullfix.patch)
-sha1sums=('47545a688caa388b1eb2098d273cd9c9f556ebf1' \
+sha1sums=('7f40746a894635692e82dffca2fb8e58a92a8c3f' \
'264b8e7c4e3273263d504e041e5e4d152677922c' \
'4c41d59b4d85a9f0443d6ca1dec456e50059dab5' \
-          'cb2fd59666b2904546d27e863613db515633a5f4' \
'e7db42be95f3ca28a270df45d884b12f66686716' \
-          'f67ed24248c0ec152908d8c206c0efebe2a92997' \
'd03e6465cd5a84580f9dad5d45f24ccd42bb71e6' \
'17ba326edbd5df0aba71958d9eea56ba9653c995' \
'0fa01f6ac92d4616cdc74073952ada2259be1d70' \
@@ -132,6 +128,7 @@ build() {
'third_party/hunspell' \
'third_party/iccjpeg' \
'third_party/icu' \
+               'third_party/jinja2' \
'third_party/jstemplate' \
'third_party/khronos' \
'third_party/leveldatabase' \
@@ -148,6 +145,7 @@ build() {
'third_party/libyuv' \
'third_party/lss' \
'third_party/lzma_sdk' \
+               'third_party/markupsafe' \
'third_party/mesa' \
'third_party/modp_b64' \
'third_party/mt19937ar' \
@@ -166,6 +164,7 @@ build() {
'third_party/pdfium/third_party/libpng16' \
'third_party/pdfium/third_party/libtiff' \
'third_party/pdfium/third_party/zlib_v128' \
+               'third_party/ply' \
'third_party/polymer' \
'third_party/protobuf' \
'third_party/protobuf/third_party/six' \
@@ -187,6 +186,8 @@ build() {
'url/third_party/mozilla' \
'v8/src/third_party/valgrind' \
'third_party/libjpeg_turbo' \
+               'v8/third_party/inspector_protocol' \
+               'third_party/inspector_protocol' \
--do-remove


@@ -229,14 +230,13 @@ build() {
myconf_gn+=" use_gio=false "
myconf_gn+=" use_gnome_keyring=false"
#   myconf_gn+=" use_ozone=true "
-       #   myconf_gn+=" use_aura=true "
+       myconf_gn+=" use_aura=true "
myconf_gn+=" use_glib=true "
myconf_gn+=" use_gtk3=true "
myconf_gn+=" use_xkbcommon=true"
#remoting needs gtk2 so we disable it, test if it still needs gtk2 and if not 
enable
myconf_gn+=" enable_remoting=false "
myconf_gn+=" use_system_libjpeg=false "
-       myconf_gn+=" use_system_icu=true "


myconf_gn+=" ffmpeg_branding=\"Chrome\""
diff --git 
a/source/xapps-extra/chromium-browser/chromium-system-jinja-r14.patch 
b/source/xapps-extra/chromium-browser/chromium-system-jinja-r14.patch
deleted file mode 100644
index 4dba044..0000000
--- a/source/xapps-extra/chromium-browser/chromium-system-jinja-r14.patch
+++ /dev/null
@@ -1,31 +0,0 @@
---- a/third_party/WebKit/Source/build/scripts/scripts.gni.orig 2016-06-02 
09:54:28.510152077 +0000
-+++ b/third_party/WebKit/Source/build/scripts/scripts.gni      2016-06-02 
09:54:50.966612510 +0000
-@@ -9,10 +9,6 @@
- _scripts_dir = "//third_party/WebKit/Source/build/scripts"
-
- scripts_for_in_files = [
--  # jinja2/__init__.py contains version string, so sufficient as
--  # dependency for whole jinja2 package
--  "//third_party/jinja2/__init__.py",
--  "//third_party/markupsafe/__init__.py",  # jinja2 dep
-   "$_scripts_dir/hasher.py",
-   "$_scripts_dir/in_file.py",
-   "$_scripts_dir/in_generator.py",
---- a/third_party/WebKit/Source/bindings/scripts/scripts.gni.orig      
2016-09-09 13:40:51.971660406 +0000
-+++ b/third_party/WebKit/Source/bindings/scripts/scripts.gni   2016-09-09 
13:41:15.472141236 +0000
-@@ -9,15 +9,9 @@
- bindings_scripts_output_dir = "$root_gen_dir/blink/bindings/scripts"
-
- jinja_module_files = [
--  "//third_party/jinja2/__init__.py",
--  "//third_party/markupsafe/__init__.py",  # jinja2 dep
- ]
-
- idl_lexer_parser_files = get_path_info([
--                                         # PLY (Python Lex-Yacc)
--                                         "//third_party/ply/lex.py",
--                                         "//third_party/ply/yacc.py",
--
-                                          # Web IDL lexer/parser (base parser)
-                                          "//tools/idl_parser/idl_lexer.py",
-                                          "//tools/idl_parser/idl_node.py",
diff --git a/source/xapps-extra/chromium-browser/gtk2_disable_fix.patch 
b/source/xapps-extra/chromium-browser/gtk2_disable_fix.patch
deleted file mode 100644
index e237023..0000000
--- a/source/xapps-extra/chromium-browser/gtk2_disable_fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- chromium-54.0.2832.2/chrome/test/BUILD.gn  2016-08-20 01:03:31.000000000 
+0300
-+++ chromium-54.0.2832.2.new/chrome/test/BUILD.gn      2016-08-20 
15:34:36.390367940 +0300
-@@ -471,7 +471,7 @@
-             # suites, it seems like one or another starts timing out too.
-             "../browser/ui/views/keyboard_access_browsertest.cc",
-           ]
--          if (!use_ozone) {
-+          if (!use_ozone && !use_gtk3) {
-             sources += [ 
"../browser/ui/libgtk2ui/select_file_dialog_interactive_uitest.cc" ]
-             configs += [ "//build/config/linux/gtk2:gtk2_internal_config" ]
-           }
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to