opera: remove fontconfig hacks

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2018-05-07 05:29:33 +02:00
parent 7aa8bf8401
commit b91839a067
No known key found for this signature in database
GPG Key ID: 6764EC32352D0647
1 changed files with 1 additions and 4 deletions

View File

@ -1,11 +1,10 @@
# Template file for 'opera'
pkgname=opera
version=52.0.2871.99
revision=1
revision=2
only_for_archs="x86_64"
repository="nonfree"
nostrip=yes
hostmakedepends="freetype-devel"
depends="ffmpeg desktop-file-utils hicolor-icon-theme"
short_desc="Fast, secure, easy to use browser"
maintainer="Diogo Leal <diogo@diogoleal.com>"
@ -31,8 +30,6 @@ do_install() {
vcopy usr/share /usr
ln -sf /usr/lib/libfreetype.so.6 ${DESTDIR}/usr/lib/opera/libfreetype.so.6
# suid opera_sandbox
chmod 4755 ${DESTDIR}/usr/lib/opera/opera_sandbox
}