ports/opt (3.1): [notify] chromium: updated to 36.0.1985.143
commit b5eaf77ddc0cac1eb7eb6eb146430980ee9b8d9e Author: Jose V Beneyto <sepen@crux.nu> Date: Fri Aug 22 14:26:04 2014 +0200 [notify] chromium: updated to 36.0.1985.143 This release contains a Flash Player update. This update includes 12 security fixes: http://googlechromereleases.blogspot.com/2014/08/stable-channel-update.html diff --git a/chromium/.md5sum b/chromium/.md5sum index 6519402..aeb5402 100644 --- a/chromium/.md5sum +++ b/chromium/.md5sum @@ -1,2 +1,2 @@ -25892a10719e188ad6bb700940455439 chromium-36.0.1985.125.tar.xz +fe1e6754355de2d36ff4b5cbaae4ab89 chromium-36.0.1985.143.tar.xz 64968626706b07721983ac59fb3babbf chromium.sh diff --git a/chromium/Pkgfile b/chromium/Pkgfile index ac50d63..35c093e 100644 --- a/chromium/Pkgfile +++ b/chromium/Pkgfile @@ -5,7 +5,7 @@ # Depends on: ninja dbus-glib gtk libevent nss xorg-libxscrnsaver xorg-libxtst libgcrypt xorg-libxdamage yasm xorg-libxt gperf speech-dispatcher libdrm libexif name=chromium -version=36.0.1985.125 +version=36.0.1985.143 release=1 source=(http://commondatastorage.googleapis.com/chromium-browser-official/$name-$ver... \ $name.sh) diff --git a/chromium/README b/chromium/README index d9f0265..895abfa 100644 --- a/chromium/README +++ b/chromium/README @@ -15,6 +15,18 @@ NOTES http://www.chromium.org/developers/how-tos/api-keys +WARNING + + To build chromium you need a functioning shared semaphore implementation on the + host operating system. For POSIX semaphores to work, you need r/w access to + shared memory (/dev/shm). + + Be sure you enabled /dev/shm or you will get errors like: + + sl = self._semlock = _multiprocessing.SemLock(kind, value, maxvalue) + OSError: [Errno 13] Permission denied + + POSTINSTALLATION If you can't run chromium and you got a message like this: @@ -24,4 +36,4 @@ POSTINSTALLATION Could not find any font: Fixed, sans Aborted - you could solve this by installing for example xorg/xorg-font-dejavu-ttf. + You can solve this by installing for example xorg/xorg-font-dejavu-ttf.
participants (1)
-
crux@crux.nu