mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/chromium to 58.0.3029.81-2
This commit is contained in:
parent
a0efa887ca
commit
6927d16e2a
1 changed files with 4 additions and 3 deletions
|
@ -17,12 +17,12 @@ declare -rgA _system_libs=(
|
|||
[ffmpeg]=ffmpeg
|
||||
[flac]=flac
|
||||
[harfbuzz-ng]=harfbuzz-icu
|
||||
[icu]=icu
|
||||
#[icu]=icu
|
||||
[libjpeg]=libjpeg
|
||||
[libpng]=libpng
|
||||
#[libvpx]=libvpx # https://bugs.gentoo.org/show_bug.cgi?id=611394
|
||||
[libwebp]=libwebp
|
||||
#[libxml]=libxml2 # https://bugs.archlinux.org/task/29939
|
||||
[libxml]=libxml2
|
||||
[libxslt]=libxslt
|
||||
[re2]=re2
|
||||
[snappy]=snappy
|
||||
|
@ -32,7 +32,7 @@ declare -rgA _system_libs=(
|
|||
|
||||
pkgname=chromium
|
||||
pkgver=58.0.3029.81
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
_launcher_ver=3
|
||||
pkgdesc="A web browser built for speed, simplicity, and security"
|
||||
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
|
||||
|
@ -180,6 +180,7 @@ package() {
|
|||
out/Release/{chrome_{100,200}_percent,resources}.pak \
|
||||
out/Release/{*.bin,chromedriver,libwidevinecdmadapter.so} \
|
||||
out/Release/locales \
|
||||
out/Release/icudtl.dat \
|
||||
"$pkgdir/usr/lib/chromium/"
|
||||
|
||||
ln -s /usr/lib/chromium/chromedriver "$pkgdir/usr/bin/chromedriver"
|
||||
|
|
Loading…
Reference in a new issue