Merge pull request from cavalier911/vivaldi

vivaldi: enable start from menu, show menu icon
This commit is contained in:
Enno Boland 2016-09-14 08:59:25 +02:00 committed by GitHub
commit 84f0f83dc7

View File

@ -1,7 +1,7 @@
# Template file for 'vivaldi'
pkgname=vivaldi
version=1.4.589.11
revision=1
revision=2
_release=1
only_for_archs="i686 x86_64"
short_desc="An advanced browser made with the power user in mind"
@ -31,7 +31,8 @@ do_install() {
vcopy opt/ /opt
vcopy usr /
for res in 24 48 64; do
vinstall opt/vivaldi/product_logo_${res}.png 0644\
/usr/share/icons/hicolor/${res}x${res}/apps/vivaldi.png
vinstall opt/vivaldi/product_logo_${res}.png 0644 \
/usr/share/icons/hicolor/${res}x${res}/apps vivaldi.png
done
ln -sf /opt/vivaldi/vivaldi ${DESTDIR}/usr/bin/vivaldi-stable
}