Revert "chromium: update to 44.0.2403.125."
This reverts commit d67a4cdf9b
.
Broken until icu55 is there.
This commit is contained in:
parent
44a20fc3bc
commit
c03f29c2e6
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'chromium'
|
||||
pkgname=chromium
|
||||
# See http://www.chromium.org/developers/calendar for the latest version
|
||||
version=44.0.2403.125
|
||||
revision=1
|
||||
version=43.0.2357.134
|
||||
revision=2
|
||||
short_desc="Google's attempt at creating a safer, faster, and more stable browser"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.chromium.org/"
|
||||
license="BSD"
|
||||
distfiles="https://commondatastorage.googleapis.com/${pkgname}-browser-official/${pkgname}-${version}.tar.xz"
|
||||
checksum=78568ec613443b5b7be83216f2c86cb4e64e7398eee9bbc0a35d1c0cef402452
|
||||
checksum=d3a1bbe3e1445dfcf5ef4aff4b11a8f3770436c8b8954b7cc5fee5416f117659
|
||||
|
||||
lib32disabled=yes
|
||||
nodebug=yes
|
||||
|
@ -192,7 +192,9 @@ do_install() {
|
|||
${DESTDIR}/usr/lib/chromium
|
||||
cp out/Release/nacl_irt_x86_64.nexe ${DESTDIR}/usr/lib/chromium
|
||||
fi
|
||||
cp out/Release/{*.pak,*.bin} ${DESTDIR}/usr/lib/chromium
|
||||
cp out/Release/{*.pak,*.bin,libffmpegsumo.so} \
|
||||
${DESTDIR}/usr/lib/chromium
|
||||
|
||||
cp -a out/Release/locales ${DESTDIR}/usr/lib/chromium
|
||||
|
||||
vman out/Release/chrome.1 chromium.1
|
||||
|
|
Loading…
Reference in New Issue