]> git.pld-linux.org Git - packages/chromium-browser.git/commitdiff
clean documentation
authorElan Ruusamäe <glen@delfi.ee>
Fri, 4 Jan 2013 13:51:46 +0000 (15:51 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Fri, 4 Jan 2013 13:51:46 +0000 (15:51 +0200)
chromium-browser.spec
clean-source.sh
get-source.sh

index f4b4bc5ecacbdbb149473394f788942967f31c32..8439ff28c3c444e33437e9dd45e40aaf49a32707 100644 (file)
@@ -54,7 +54,7 @@
 # - mute BEEP mixer if you do not want to hear horrible system bell when
 #   pressing home/end in url bar or more ^F search results on page.
 # - space considerations:
-#   - unpacked sources: ~668MiB
+#   - unpacked sources: ~654MiB
 #   - built code: ~1.4GiB (x86_64/i686)
 # - http://code.google.com/p/chromium/wiki/LinuxBuildInstructionsPrerequisites
 # - to look for new tarball, use update-source.sh script
@@ -68,7 +68,7 @@
 Summary:       A WebKit powered web browser
 Name:          chromium-browser
 Version:       24.0.1312.45
-Release:       0.15
+Release:       0.18
 License:       BSD, LGPL v2+ (ffmpeg)
 Group:         X11/Applications/Networking
 Source0:       http://carme.pld-linux.org/~glen/chromium-browser/src/beta/%{name}-%{version}.tar.gz
index e7014760a5abee21cc9c0c455c7868bb8fc4c570..93d093a2ab472dbca5dda9a3c54401b7cd52e7c7 100755 (executable)
@@ -11,12 +11,33 @@ eval "$@"
 # initial list from src/tools/export_tarball/export_tarball.py
 # also removed non-linux files: find -name win -o -name mac -o name android
 # find -type d -name 'android' -o -name 'chromeos' -o -name 'cros'
+# find -type d -name *doc*
+
 # suffix with _ those that we can't remove (just yet) because of the gclient
 # hooks (see build/all.gyp) or of some unneeded deps/includes
 remove_nonessential_dirs() {
        local dir
        for dir in \
+       native_client/documentation \
+       third_party/webdriver/pylib/docs \
+       third_party/mesa/MesaLib/src/gallium/docs \
+       third_party/mesa/MesaLib/docs \
+       third_party/tcmalloc/vendor/doc \
+       third_party/leveldatabase/src/doc \
+       third_party/re2/doc \
+       third_party/WebKit/Source/WebKit/qt/docs \
+       third_party/WebKit/Source/WebKit/gtk/docs \
+       third_party/WebKit/Source/JavaScriptCore/docs \
+       third_party/ffmpeg/doc \
+       third_party/hyphen/doc \
+       third_party/sqlite/src/doc \
+       ppapi/c/documentation \
+       ppapi/cpp/documentation \
+       gpu/command_buffer/docs \
+       chrome/browser/extensions/docs \
+               \
        android_webview \
+       third_party/mesa/MesaLib/docs \
        ash/resources/default_100_percent/cros_ \
        ash/resources/default_200_percent/cros_ \
        ash/system/chromeos \
@@ -658,4 +679,4 @@ if [ "${nacl:-1}" != "0" ]; then
 fi
 
 # cleanup empty dirs
-find -type d -print0 | sort -zr | xargs -0 rmdir -v 2>/dev/null | tee -a REMOVED-dirs.txt
+find -type d -print0 | sort -zr | xargs -0 rmdir -v --ignore-fail-on-non-empty | tee -a REMOVED-dirs.txt
index ee94ca30600be2c9b0ddbbe67e93eb45177b920f..740aae895676acb1ee1be2a835c59397a3e788a5 100755 (executable)
@@ -72,6 +72,10 @@ else
 fi
 
 sh -x $WORK_DIR/clean-source.sh v8=$v8
+
+# do not keep REMOVED*.txt in tarball. they are visible in .log anyway
+rm -vf REMOVED-*.txt
+
 du -sh .
 
 # add LASTCHANGE info, take "branch_revision" item
This page took 0.066626 seconds and 4 git commands to generate.