diff options
-rw-r--r-- | chromium/.md5sum | 2 | ||||
-rw-r--r-- | chromium/Pkgfile | 2 | ||||
-rw-r--r-- | chromium/README | 14 |
3 files changed, 15 insertions, 3 deletions
diff --git a/chromium/.md5sum b/chromium/.md5sum index 651940250..aeb54025b 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 ac50d63a8..35c093e42 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-$version.tar.xz \ $name.sh) diff --git a/chromium/README b/chromium/README index d9f0265e1..895abfaca 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. |