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