diff options
author | Jose V Beneyto <sepen@crux.nu> | 2016-04-11 12:40:39 +0200 |
---|---|---|
committer | Jose V Beneyto <sepen@crux.nu> | 2016-04-12 11:39:48 +0200 |
commit | ccd9ed474b3c5cba418e99f4274e3798a85d0290 (patch) | |
tree | b59d4e0e36cee569cb964a0bd8cc9edd0ed7e801 /chromium | |
parent | 5e3fd984aee2a151cb28871a91954d8c37c37acf (diff) | |
download | opt-ccd9ed474b3c5cba418e99f4274e3798a85d0290.tar.gz opt-ccd9ed474b3c5cba418e99f4274e3798a85d0290.tar.xz |
chromium: updated to 49.0.2623.112 and fixed mandir location
Diffstat (limited to 'chromium')
-rw-r--r-- | chromium/.footprint | 6 | ||||
-rw-r--r-- | chromium/.md5sum | 2 | ||||
-rw-r--r-- | chromium/Pkgfile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/chromium/.footprint b/chromium/.footprint index 64f998f6c..a0cac5e3c 100644 --- a/chromium/.footprint +++ b/chromium/.footprint @@ -164,9 +164,6 @@ drwxr-xr-x root/root usr/lib/chromium/resources/inspector/emulated_devices/ -rw-r--r-- root/root usr/lib/chromium/resources/inspector/toolbox.js -rw-r--r-- root/root usr/lib/chromium/resources/inspector/ui_lazy_module.js -rw-r--r-- root/root usr/lib/chromium/snapshot_blob.bin -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/chromium.1.gz drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/applications/ -rw-r--r-- root/root usr/share/applications/chromium.desktop @@ -187,5 +184,8 @@ drwxr-xr-x root/root usr/share/icons/hicolor/256x256/apps/ drwxr-xr-x root/root usr/share/icons/hicolor/48x48/ drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/ -rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/chromium.png +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/chromium.1.gz drwxr-xr-x root/root usr/share/pixmaps/ lrwxrwxrwx root/root usr/share/pixmaps/chromium.png -> /usr/share/icons/hicolor/48x48/apps/chromium.png diff --git a/chromium/.md5sum b/chromium/.md5sum index 2e579b824..43c47bbc7 100644 --- a/chromium/.md5sum +++ b/chromium/.md5sum @@ -1,3 +1,3 @@ -7fd11db62370c23db681ca6e09e2e633 chromium-49.0.2623.110.tar.xz +9ff237438e1c53722c30b711fd21dc00 chromium-49.0.2623.112.tar.xz b527005e021b14869a669e42c46b661d chromium.desktop 64968626706b07721983ac59fb3babbf chromium.sh diff --git a/chromium/Pkgfile b/chromium/Pkgfile index 3d66e0fe7..17a3429f6 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=49.0.2623.110 +version=49.0.2623.112 release=1 source=(http://commondatastorage.googleapis.com/$name-browser-official/$name-$version.tar.xz \ $name.sh $name.desktop) @@ -64,7 +64,7 @@ build() { 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 - install -m 0644 -D out/Release/chrome.1 $PKG/usr/man/man1/$name.1 + install -m 0644 -D out/Release/chrome.1 $PKG/usr/share/man/man1/$name.1 # fix v8 natives cp -a out/Release/{natives,snapshot}_blob.bin $PKG/usr/lib/$name |