[packages/chromium-browser] preserve third_party/protobuf/src/google/protobuf/testing when building with bundled protobuf

glen glen at pld-linux.org
Fri Jan 30 19:24:12 CET 2015


commit c0d428b65f36b7c0c5b8886ebc0682a550ee1c69
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Wed Jan 28 11:18:51 2015 +0200

    preserve third_party/protobuf/src/google/protobuf/testing when building with bundled protobuf

 chromium-browser.spec | 2 +-
 clean-source.sh       | 5 ++---
 2 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/chromium-browser.spec b/chromium-browser.spec
index 56785a1..8dc2a19 100644
--- a/chromium-browser.spec
+++ b/chromium-browser.spec
@@ -91,7 +91,7 @@ Source0:	http://carme.pld-linux.org/~glen/chromium-browser/src/stable/%{name}-%{
 # Source0-md5:	662f134029f2d6484873ec3c93a8e049
 %if "%{?patchver}" != ""
 Patch0:		http://carme.pld-linux.org/~glen/chromium-browser/src/stable/%{name}-%{version}.patch.xz
-# Patch0-md5:	d810c6bc3a40bbab1f04c8af397d93a1
+# Patch0-md5:	6ed1a30145827a1ce9f306a7ebdf1f0f
 %endif
 Source1:	%{name}.default
 Source2:	%{name}.sh
diff --git a/clean-source.sh b/clean-source.sh
index 893dfe9..27ea57d 100755
--- a/clean-source.sh
+++ b/clean-source.sh
@@ -651,7 +651,6 @@ clean_third_party() {
 		'!' -path 'third_party/polymer/*' \
 		'!' -path 'third_party/polymer_legacy/*' \
 		'!' -path 'third_party/protobuf/*' \
-		'!' -path 'third_party/protobuf/*' \
 		'!' -path 'third_party/qcms/*' \
 		'!' -path 'third_party/re2/*' \
 		'!' -path 'third_party/readability/*' \
@@ -853,7 +852,7 @@ remove_tests() {
 	third_party/openssl/openssl/test \
 	third_party/ots/test \
 	third_party/protobuf/src/google/protobuf/testdata \
-	third_party/protobuf/src/google/protobuf/testing \
+	third_party/protobuf/src/google/protobuf/testing_ \
 	third_party/re2/re2/testing \
 	third_party/safe_browsing/testing \
 	third_party/sfntly/cpp/src/test \
@@ -1164,7 +1163,7 @@ strip_system_dirs \
 	third_party/libxslt \
 	third_party/mesa \
 	third_party/opus_ \
-	third_party/protobuf_ \
+	third_party/protobuf \
 	third_party/re2 \
 	third_party/snappy \
 	third_party/speex \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/chromium-browser.git/commitdiff/c0d428b65f36b7c0c5b8886ebc0682a550ee1c69



More information about the pld-cvs-commit mailing list