X-Git-Url: http://gitweb/?a=blobdiff_plain;f=chromium%2FPkgfile;h=6b2bb781764724c323d900cdf0bcfa4575fd437c;hb=e4996f27eb6efb3c95761173eaa5d0388d853ae4;hp=e5216ca5368db65902c6fd3546860ce034ac8d4e;hpb=ded0f9554143272aecd227e51f0de0043e051f95;p=ports%2Fopt-arm.git diff --git a/chromium/Pkgfile b/chromium/Pkgfile index e5216ca..6b2bb78 100644 --- a/chromium/Pkgfile +++ b/chromium/Pkgfile @@ -3,10 +3,11 @@ # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu # Maintainer: Jose V Beneyto, sepen at crux dot nu # Packager: Tadeusz Sosnierz, tadzikes gmail com -# Depends on: dbus-glib gtk libevent nss xorg-libxscrnsaver xorg-libxtst libgcrypt xorg-libxdamage xorg-libxt gperf speech-dispatcher +# Depends on: ninja dbus-glib gtk libevent nss xorg-libxscrnsaver xorg-libxtst libgcrypt xorg-libxdamage yasm xorg-libxt gperf speech-dispatcher libdrm libexif pciutils name=chromium -version=42.0.2311.90 +version=49.0.2623.75 + release=1 source=(http://commondatastorage.googleapis.com/$name-browser-official/$name-$version.tar.xz \ $name.sh $name.desktop) @@ -14,7 +15,9 @@ source=(http://commondatastorage.googleapis.com/$name-browser-official/$name-$ve build() { cd $name-$version - export CFLAGS="$CFLAGS $(pkg-config --cflags nspr)" + touch chrome/test/data/webui/i18n_process_css_test.html + + export CFLAGS="$CFLAGS $(pkg-config --cflags nspr) -lpthread" export LDFLAGS="$LDFLAGS $(pkg-config --libs nspr)" # determine some flags depending on SOC @@ -78,7 +81,6 @@ build() { install -m 0755 -D out/Release/chrome $PKG/usr/lib/$name/$name install -m 4755 -o root -g root -D out/Release/chrome_sandbox $PKG/usr/lib/$name/chrome-sandbox install -m 0644 -D out/Release/*.pak $PKG/usr/lib/$name - install -m 0755 -D out/Release/libffmpegsumo.so $PKG/usr/lib/$name install -d $PKG/usr/lib/$name/locales install -m 0644 out/Release/locales/en-US.pak $PKG/usr/lib/$name/locales cp -a out/Release/resources $PKG/usr/lib/$name