mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 03:13:03 +02:00
opera: remove fontconfig hacks
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
7aa8bf8401
commit
b91839a067
1 changed files with 1 additions and 4 deletions
|
@ -1,11 +1,10 @@
|
||||||
# Template file for 'opera'
|
# Template file for 'opera'
|
||||||
pkgname=opera
|
pkgname=opera
|
||||||
version=52.0.2871.99
|
version=52.0.2871.99
|
||||||
revision=1
|
revision=2
|
||||||
only_for_archs="x86_64"
|
only_for_archs="x86_64"
|
||||||
repository="nonfree"
|
repository="nonfree"
|
||||||
nostrip=yes
|
nostrip=yes
|
||||||
hostmakedepends="freetype-devel"
|
|
||||||
depends="ffmpeg desktop-file-utils hicolor-icon-theme"
|
depends="ffmpeg desktop-file-utils hicolor-icon-theme"
|
||||||
short_desc="Fast, secure, easy to use browser"
|
short_desc="Fast, secure, easy to use browser"
|
||||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
|
@ -31,8 +30,6 @@ do_install() {
|
||||||
|
|
||||||
vcopy usr/share /usr
|
vcopy usr/share /usr
|
||||||
|
|
||||||
ln -sf /usr/lib/libfreetype.so.6 ${DESTDIR}/usr/lib/opera/libfreetype.so.6
|
|
||||||
|
|
||||||
# suid opera_sandbox
|
# suid opera_sandbox
|
||||||
chmod 4755 ${DESTDIR}/usr/lib/opera/opera_sandbox
|
chmod 4755 ${DESTDIR}/usr/lib/opera/opera_sandbox
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue