X-Git-Url: http://gitweb/?a=blobdiff_plain;f=chromium%2FPkgfile;h=8dbe5ecd63b931596b382ad6eeef12d9941e3e33;hb=6ce72368898d28706391a98a8ceaab0a7dc1781e;hp=4d99b4adedd1a338cc9877fe912c27c9a22bdda2;hpb=7e4738adef885301c77b58bceaba047c397342ed;p=ports%2Fopt-arm.git diff --git a/chromium/Pkgfile b/chromium/Pkgfile index 4d99b4a..8dbe5ec 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=44.0.2403.125 +version=46.0.2490.86 + release=1 source=(http://commondatastorage.googleapis.com/$name-browser-official/$name-$version.tar.xz \ $name.sh $name.desktop) @@ -14,6 +15,8 @@ source=(http://commondatastorage.googleapis.com/$name-browser-official/$name-$ve build() { cd $name-$version + touch chrome/test/data/webui/i18n_process_css_test.html + export CFLAGS="$CFLAGS $(pkg-config --cflags nspr)" export LDFLAGS="$LDFLAGS $(pkg-config --libs nspr)"