Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6ce6a387cc31f83e59675ff0b6939a4bdba0400a
commit 6ce6a387cc31f83e59675ff0b6939a4bdba0400a Author: DeX77 <[email protected]> Date: Mon Feb 24 16:50:40 2014 +0100 chromium-browser-33.0.1750.117-1-x86_64 * version bump diff --git a/source/xapps-extra/chromium-browser/FrugalBuild b/source/xapps-extra/chromium-browser/FrugalBuild index 7bae9e4..24cc585 100644 --- a/source/xapps-extra/chromium-browser/FrugalBuild +++ b/source/xapps-extra/chromium-browser/FrugalBuild @@ -4,8 +4,8 @@ options+=('asneeded') pkgname=chromium-browser -pkgver=32.0.1700.103 -pkgrel=2 +pkgver=33.0.1750.117 +pkgrel=1 pkgdesc='An open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web' url='http://www.chromium.org/' depends=('nss>=3.15.4' 'alsa-lib' 'hicolor-icon-theme' 'libxslt' 'ffmpeg>=1.0' \ @@ -22,12 +22,14 @@ _F_gnome_iconcache="y" Finclude gnome-scriptlet _F_archive_name="chromium" up2date="lynx -dump 'http://googlechromereleases.blogspot.de/search/label/Stable%20updates' | \ - egrep -o -m 1 'Stable channel has been updated to ([0123456789.]*)' | \ + egrep -o -m 1 'has been updated to ([0123456789.]*)' | \ egrep -o '([0123456789.]*)'" source=(http://commondatastorage.googleapis.com/chromium-browser-official/$_F_archive_name-$pkgver.tar.xz \ + chromium-gn-r0.patch \ $pkgname.desktop \ $pkgname.sh) -sha1sums=('a4eb644f8f1db7d4e841f2ba0b08343a11cdd97f' \ +sha1sums=('9881d7cfc1ebbc9f21dc4b686eeb6630b6849701' \ + 'a8c367af2530c74e096bb0258c22907a4d1054f5' \ '78ed8913b8a598de6a9e45d206973a846dbe8a51' \ 'e06de4aee77b3deb77e3b08ebb175ec02da42ced') diff --git a/source/xapps-extra/chromium-browser/chromium-gn-r0.patch b/source/xapps-extra/chromium-browser/chromium-gn-r0.patch new file mode 100644 index 0000000..5cb8c0e --- /dev/null +++ b/source/xapps-extra/chromium-browser/chromium-gn-r0.patch @@ -0,0 +1,12 @@ +--- build/gyp_chromium.orig 2013-12-11 03:07:03.941915587 +0000 ++++ build/gyp_chromium 2013-12-11 03:07:29.812073301 +0000 +@@ -221,9 +221,6 @@ + + supplemental_includes = GetSupplementalFiles() + +- if not RunGN(supplemental_includes): +- sys.exit(1) +- + args.extend( + ['-I' + i for i in additional_include_files(supplemental_includes, args)]) + diff --git a/source/xapps-extra/chromium-browser/nacl.gypi b/source/xapps-extra/chromium-browser/nacl.gypi deleted file mode 100644 index 05638d6..0000000 --- a/source/xapps-extra/chromium-browser/nacl.gypi +++ /dev/null @@ -1,8 +0,0 @@ -{ - 'targets': [ - { - 'target_name': 'nacl', - 'type': 'static_library', - }, - ], -} _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
