vivaldi: enable start from menu, show menu icon
This commit is contained in:
parent
1fb0790c38
commit
d6a80cbec0
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue