ports/opt (3.2): [notify] chromium: updated to 50.0.2661.94
commit 41e590f6d77eb9daafc24c611d68adad7875a4f5 Author: Jose V Beneyto <sepen@crux.nu> Date: Mon May 2 16:48:24 2016 +0200 [notify] chromium: updated to 50.0.2661.94 This update includes 9 security fixes: http://googlechromereleases.blogspot.com/2016/04/stable-channel-update_28.ht... diff --git a/chromium/.footprint b/chromium/.footprint index 6b4b7b5..6f5cd1d 100644 --- a/chromium/.footprint +++ b/chromium/.footprint @@ -10,6 +10,7 @@ drwxr-xr-x root/root usr/lib/chromium/ -rw-r--r-- root/root usr/lib/chromium/chrome_material_200_percent.pak -rwxr-xr-x root/root usr/lib/chromium/chromium -rw-r--r-- root/root usr/lib/chromium/content_resources.pak +-rw-r--r-- root/root usr/lib/chromium/icudtl.dat -rw-r--r-- root/root usr/lib/chromium/keyboard_resources.pak drwxr-xr-x root/root usr/lib/chromium/locales/ -rw-r--r-- root/root usr/lib/chromium/locales/en-US.pak diff --git a/chromium/.md5sum b/chromium/.md5sum index 6fe943e..5f1cd77 100644 --- a/chromium/.md5sum +++ b/chromium/.md5sum @@ -1,3 +1,3 @@ -95c129fb4c7be5a972cd43598e11cdd6 chromium-50.0.2661.86.tar.xz +f32141db245bc9919b07d19f258bfe8f chromium-50.0.2661.94.tar.xz b527005e021b14869a669e42c46b661d chromium.desktop 64968626706b07721983ac59fb3babbf chromium.sh diff --git a/chromium/Pkgfile b/chromium/Pkgfile index 61c3ec1..4e30bd6 100644 --- a/chromium/Pkgfile +++ b/chromium/Pkgfile @@ -5,7 +5,7 @@ # Depends on: dbus-glib gperf gtk libevent libexif libgcrypt mesa3d ninja nss pciutils speech-dispatcher xorg-libxscrnsaver xorg-libxt xorg-libxtst yasm name=chromium -version=50.0.2661.86 +version=50.0.2661.94 release=1 source=(http://commondatastorage.googleapis.com/$name-browser-official/$name-$versio... \ $name.sh $name.desktop) @@ -75,6 +75,9 @@ build() { $PKG/usr/share/icons/hicolor/${size}x${size}/apps/$name.png done + # fix icu installation + cp -a out/Release/icudtl.dat $PKG/usr/lib/$name + install -d $PKG/usr/share/pixmaps ln -sf /usr/share/icons/hicolor/48x48/apps/$name.png $PKG/usr/share/pixmaps/$name.png install -m 0644 -D $SRC/$name.desktop $PKG/usr/share/applications/$name.desktop
participants (1)
-
crux@crux.nu